views:

144

answers:

1

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

+2  A: 

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!

jeroenh
+1, You were before me X-)
astander