I Igor Sep 3, 2004 #1 Can I somehow know when I catch an exception on which line it exectly occured? Thanks.
D Dmitriy Lapshin [C# / .NET MVP] Sep 3, 2004 #2 Hi Igor, Compile the assembly(ies) with debug information and deploy the .pdb file(s) along with the .dll/.exe(s) for all assemblies in your program Then, the StackTrace will contain line numbers along with method names
Hi Igor, Compile the assembly(ies) with debug information and deploy the .pdb file(s) along with the .dll/.exe(s) for all assemblies in your program Then, the StackTrace will contain line numbers along with method names