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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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!