I just made a BIG, STUPID mistake. I deleted all the .resx and .aspx.vb files on my machine through Dreamwaver Test Server view! It will
kill me to re-write all the code :((.
I have recently re-built the project into .DLL file before deleting those files. Is there anybody know how to decompile .DLL file to get source code back????
I also find there is a tempporary folder "_vti_cnf" under my wwwroot/project folder. In this folder, there are .aspx.vb and .RESX files. However, .aspx.vb file only contains the information like :
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR| 17 Oct 2005 16:58:30 -0000
vti_extenderversion:SR| 4.0.2.8912
Could anybody help me out???
Thank you in advance!!!!!
vicky922
Member
15 Points
3 Posts
HELP!!!!!!!- How to decompile .DLL file to get source code back????
Nov 10, 2005 12:36 AM|LINK
I have recently re-built the project into .DLL file before deleting those files. Is there anybody know how to decompile .DLL file to get source code back????
I also find there is a tempporary folder "_vti_cnf" under my wwwroot/project folder. In this folder, there are .aspx.vb and .RESX files. However, .aspx.vb file only contains the information like :
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR| 17 Oct 2005 16:58:30 -0000
vti_extenderversion:SR| 4.0.2.8912
Could anybody help me out???
Thank you in advance!!!!!
MattDot
Member
70 Points
12 Posts
Re: HELP!!!!!!!- How to decompile .DLL file to get source code back????
Nov 10, 2005 01:47 AM|LINK
sathyam
Member
116 Points
105 Posts
Re: HELP!!!!!!!- How to decompile .DLL file to get source code back????
Jul 27, 2009 09:05 AM|LINK
Hi vicky
please download "dis#" software from this link :http://netdecompiler.com/download.html
and install in ur system
Then load ur .dll file to this applocation.
it will show all the classes,method,fun etc.
sathyam
Member
116 Points
105 Posts
Re: HELP!!!!!!!- How to decompile .DLL file to get source code back????
Jul 28, 2009 04:38 AM|LINK
-u can download .net reflector
-which is very useful than disc#
here is the url :http://www.red-gate.com/products/reflector/
regards
sathyam