Home All Groups Group Topic Archive Search About

Pause doesn't work in vb.net

Author
12 Nov 2007 4:34 PM
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!

Author
12 Nov 2007 5:25 PM
James
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."


Show quoteHide quote
"James" <Dont.spam@me1111111.com> wrote in message
news:%23x7c%23nUJIHA.5684@TK2MSFTNGP06.phx.gbl...
> 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!
>
>
>
Author
13 Nov 2007 4:15 PM
Chris Dunaway
On Nov 12, 11:25 am, "James" <Dont.s***@me1111111.com> wrote:
> 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."
>
> "James" <Dont.s***@me1111111.com> wrote in message
>
> news:%23x7c%23nUJIHA.5684@TK2MSFTNGP06.phx.gbl...
>
> > 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!

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
Author
13 Nov 2007 4:34 PM
(O)enone
Chris Dunaway wrote:
> Edit and continue was not "reintroduced" until VB2005.

....and even there it only works under some circumstances.

--

(O)enone