|
ide locks up -- gene --
Does anyone have their IDE lock up after attempt running in debug mode? I am running a windows forms app. It would run fine first time. Next time locks up... Anyone stumbled on similar issue? |
|
-- gary7 --
I have had a similar issue, but not quite a lock up. Occasonally; and unpredictably, when I run a project in debug, then return to the IDE to make changes after the run, two things happen: 1: the cusor, form and ide start to jump and flash -- very strange. 2: at the same time, if I attempt to write any code to the file, the cursor becomes animated, I cannot type the code I want because intellisense grabs the cursor and places its own code! Further, I cannot remove this code, or even write over it! I have to completely close the IDE/Dev Environment and restart Visual Studio to stop this behavior. This doesn't happen all the time, and I haven't seen anything on the 'net explaining this strange behavior. Hope someone sees this post and can explain something about what is happening! G-- |