How would one display what line number caused the error and is this even possible with the way that .NET compiles its .exes?
If not is there an automated way for Exc
If you use 'StackTrace' and include the .pdb files in the working directory, the stack trace should contain line numbers.