New Guy
New Guy

Reputation: 33

C# solution and source file corrupted due to windows system crash

I am using Windows 7 and Visual Studio 2010.

My system crashed. Now, I am not able to open my C# project solution file.

The source file also corrupted. In Notepad++, its showing NULL characters. However, size of the file is correct.

How can I solve this problem? I really need the project, as it is very important to me.

EDIT: I find the solution. I used this program (http://ilspy.net/) and able to find the source code from its binary file. Thanks to everyone.

Upvotes: 0

Views: 1643

Answers (2)

New Guy
New Guy

Reputation: 33

I found solution. I used this program (http://ilspy.net/) and able to find the source code from its binary file.

Upvotes: 1

Frank
Frank

Reputation: 47

If the project is corrupted it's likely gone and you'll need to look to your backups.

I've used a few different text editors. I find TextPad to be the best at opening files. I'm even able to open locked files with TextPad. I've been using it for years and I Love It.

Good Luck

Upvotes: 0

Related Questions