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?