We are currently distributing a WinForms app without .pdb files to conserve space on client machines and download bandwidth. When we get stack traces, we are getting method names but not line numbers. Is there any way to get the …
A C# desktop application on the express edition worked, but then it didn't work 5 seconds later.
I tried the following:
Ensure debug configuration, debug flag, and full debug information are set on all assemblies.
Delete all bin and obj folders …
While debugging my C# application I have noticed a large amount occurrences of the following sentence:
The thread -- has exited with code 0 (0x0).
The application continues to work and no exception is catched/unhanded.
The application is running on …