Hi,
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
Hi,
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
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!