|
-
May 17th, 2011, 10:50 PM
#1
C# Way to recompile while running?
I have a simple telnet server, users connect and they are brought into a room with there IP Address's as the usernames and they can chat, this is strictly a learning experience. What I want to accomplish is to devise a way to make changes to the code while the application is running, with a very limited amount of interupt. For example, have the actual released program running, and I have the project in the IDE and I make a change, re compile it to the location of the running release .exe, overwrite it.
I doubt this is actually possible but, let me no the closing thing to this that is possible (other than using a different programming language).
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|