After Publishing the website,now i want to retrieve the code from dll which is hosted because i lost the original code project from the Hard drive
Regards,
Amol
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jun 21, 2011, 12:59 PM
However, none of them will be able to recover comments or the original local variable names (they'll come up with substitutes) because these are not preserved in the MSIL itself. When a C# application is compiled, local variables are replaced with numbered storage locations and comments are discarded.
There's no other way to recover source code apart from this.
AmolPosted Jun 21, 2011, 12:39 PM
VulpesPosted Jun 21, 2011, 12:23 PM