Reputation: 6998
I ran my MVC project from VS 2013 and it caused a BSOD on my Win 7 box. Now when I go back into the project that 1 source file is all messed up. It's basically all NULL values when I open it with notepadd++. When I double click from vs it opens it in notepad and not VS. I made changes I haven't checked in yet. Is there anywhere else this may have been saved?
Upvotes: 0
Views: 49
Reputation: 1236
I once lost some important source code in a similar manner, but I was able to get it back using Redgate's .Net reflector on a previously built assembly in the \Debug folder. Maybe that could be a last resort?
Upvotes: 1