I want to edit the source code files while my project is running

  • Thread starter Thread starter moonliver
  • Start date Start date
M

moonliver

You can edit the source files in cs, why cant we do it in vb.net? Or
more specifically, how can I get visual studio to not lock the files
during run time?
 
You can edit the source files in cs, why cant we do it in vb.net? Or
more specifically, how can I get visual studio to not lock the files
during run time?

Edit and Continue is not supported in VB.NET 2002/2003. It will be back in
VB 2005. What you can do in VB.NET 2002/2003 is changing a setting that
allows you to edit code in debug mode ("Tools" -> "Options" ->
"Debugging" -> "Edit and continue" -> [X] "Allow me to edit VB files while
debugging"). Notice that changes in the code will take effect after
restarting debugging.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top