Good morning
As I developed an asp.net web site that contains classlibrary using C#.
due to some hardware problem I had to change my machine and I copied my project folder and managed on another machine.But here I am getting only .dll file not .cs files from classlibrary class files. so that I can edit code.
Sir, is there any way to solve this problem please tell me.I am searching for it on google but can not get satisfactory reply.
Jignesh TrivediPosted Jan 22, 2014, 5:41 AM
so, is your Dll code lost?
If yes then you can use Reflector to retreive code from Dll.
try
http://www.red-gate.com/products/dotnet-development/reflector/
Anubhav ChaudharyPosted Jan 22, 2014, 2:07 AM
First--> You had not copied the project correctly.
Second--> You are opening a particular web page, I think you should open your complete project as "Open a Website", if you open the project as website than you might get all the required files.