Kubi
Kubi

Reputation: 2169

Recover Code Behind Files from a App_Code.dll

I lost my solution files for a project which I've sent to my web host earlier. Now I need to edit and fix some but I don't have the solution files now. I have my project with App_Code.dll.

Is there a way to get the whole project back ?

Thanks

Upvotes: 1

Views: 1429

Answers (1)

jeroenh
jeroenh

Reputation: 26772

You could use Reflector together with the FileDisassembler plugin. This combination can generate a visual studio solution file.

And make sure to implement proper source control from now on!

Upvotes: 4

Related Questions