views:

198

answers:

2

In VS2008, in a VB.NET windows (WInform) app, I suddenly seem to not be able to edit the code and continue in this project.

In Tools-->Option, Edit and continue is checked.

What else can I look for? The files I am trying to modify are not Read only.

+2  A: 

Another application probably has a write lock on the file. Restart your PC, or use Process Explorer to find out which process has a handle on the file.

taspeotis
I just bounced VS, it worked. Thanks.
Velika
+1  A: 

go to Tools >> Import-Export settings and select reset all settings. Hope, This will fix the issue.

Brij