I have a problem and don't know what to do. I'm using Visual C# Express 2010, but sometimes, when I execute my code (F5), the debugger interrupts at some point with an exception, sometimes says "method not implemented" or "there is no source code available". Then, the IDE begins to do weird things. For example, when debugging step by step, it stops the cursor at blank lines, and the program doesn't work as expected. So when this happens, I need to overwrite the entire project with a previous backup. It's like all the project were corrupted.
This is an image of the editor:
And this is an image at Runtime:
I'd like to know what's is happening, and how to solve it, without loading a backup.
Thanks!
Well the only solution was formatting my PC and reinstalling windows. After this, reinstall VS and no more problems.