M
Mahmoud Al-Qudsi
I have an application that builds and runs just fine on my PC. It's
pure C#, no P/Invoke, no Win requirements or anything.
I built the app, stuck the dependcies in the same DIR, and copied it
to another PC.
When I run it, it AVs right away, without any details or dialogs. The
event viewer is of no help.
How can I pin down the source of this crash? If it were a JIT error, I
can grab the stack trace and figure it out.... But here?
The other machine has .NET 2.0 installed and has no problem with any
other programs I've written before.
Where do you suggest I start in debugging this?
pure C#, no P/Invoke, no Win requirements or anything.
I built the app, stuck the dependcies in the same DIR, and copied it
to another PC.
When I run it, it AVs right away, without any details or dialogs. The
event viewer is of no help.
How can I pin down the source of this crash? If it were a JIT error, I
can grab the stack trace and figure it out.... But here?
The other machine has .NET 2.0 installed and has no problem with any
other programs I've written before.
Where do you suggest I start in debugging this?