Just got a random bsod on my machine and Form1.cs is suddenly empty, any way to restore the code? thanks..
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could check
C:\Documents and Settings\UserName\My Documents\Visual Studio 2010\Backup Files\(or the equivalent on your system).Files will be placed there if auto-recover is enabled, which I believe it is by default. If you want to check that feature is enabled, follow the steps here: http://blogs.msdn.com/b/zainnab/archive/2010/06/30/autorecover-vstipenv0019.aspx
Another top tip is to set ‘Save all changes’ before building. That setting is in Options, under Projects and Solutions / Build and Run.