Re: How to recover source code from a dll that's compiled in debug release
- From: "Jason Hales" <jason_hales@xxxxxxxxx>
- Date: 11 Apr 2006 02:18:51 -0700
FYI, ASP.NET (and also WinForms) will only return error line numbers if
your application includes the program debug file (PDB) - which a Debug
build will do
You can configure the Release build to generate a debug file (which it
doesn't by default) under Config Properties | Build | Generate
Debugging Info
Hope that helps a bit
.
- References:
- Prev by Date: Re: checkBox and client confirm
- Next by Date: Re: VS crash after debug
- Previous by thread: Re: How to recover source code from a dll that's compiled in debug release
- Next by thread: organization chart in asp.net
- Index(es):