ACP
ACP

Reputation: 35268

.cs files disappeared from my project folder

Hai guys, I ve formatted my system recently and installed visual studio 2008... I have a backup of my project folder... And now when i loaded the project folder i was shocked to see all my aspx.cs files were missing... I dont know what to do?

Upvotes: 0

Views: 444

Answers (2)

Seb Nilsson
Seb Nilsson

Reputation: 26408

The easiest and quickest way to get your stuff back is to use Reflector and just copy-paste the reflected code and adjust it back to what you had.

The code could be a bit optimized, but you should have something close to the original and a good start.

Upvotes: 1

Jack Marchetti
Jack Marchetti

Reputation: 15754

Are you sure you backed up the source and not just the published project?

when you publish, cs files obviously get compiled into the DLL.

Is this a website or web app project?

Upvotes: 0

Related Questions