Very occasionally get an clr20r3 exception in our VB.NET application. Cannot track down why from our own log files. This is happening on a deployment PC (tried two different ones) which don't have VS installed. How can we determine why/where this is happening ?
Visual Basic.NET
Last Comment
cehrnow
8/22/2022 - Mon
Nasir Razzaq
Does the app crash?
cehrnow
ASKER
Sometimes it carries on okay until you acknowledge the error dialog box (no other options) and then it closes.
cehrnow
ASKER
What's the best way to attach a debugger to the application so that we can get some meaningful info when the exception occurs.