Embed pdb into assembly

Posted by Konstantin on Stack Overflow See other posts from Stack Overflow or by Konstantin
Published on 2009-10-05T02:48:07Z Indexed on 2010/04/14 0:13 UTC
Read the original article Hit count: 645

Filed under:
|
|

Hi!

I want my application to be distributable as a single .exe file but I want to be able to get nice error reports with source code line numbers (the application simply sends email with exception.ToString() and some additional information when unhandled exception occurs).

Is there any way to embed .pdb into assembly?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about pdb-ms