Pause doesn't work in vb.net

  • Thread starter Thread starter James
  • Start date Start date
J

James

anyone know why the pause button doesn't work in vb.net 2003? it works on
some small applications but not this large one im currently working on. i
will appreciate any ideas!
 
I should rephrase my question. The pause button works, but I can't edit any
code while its paused. The status bar says: "Cannot Currently modify this
text in the editor. It is read-only."
 
I should rephrase my question. The pause button works, but I can't edit any
code while its paused. The status bar says: "Cannot Currently modify this
text in the editor. It is read-only."

Edit and continue was not "reintroduced" until VB2005. In VB2003, you
can turn on the option to allow you to edit code but you have to stop
the program and rebuild it for the changes to take effect.

Chris
 

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

Similar Threads


Back
Top