Reputation: 2169
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
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