Weird startup crash with only some .NET 2.0 installs

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Some of my users are reporting a startup crash with this error:

EventType : clr20r3 P1 : gaugeglow.exe P2 : 1.5.0.0 P3 : 44dda1df
P4 : gaugeglow P5 : 1.5.0.0 P6 : 44dda1df P7 : 27 P8 : 0
P9 : system.typeinitialization

when they have the required Windows XP SP2 and .NET 2.0 installed. I cannot
seem to isolate what in my code is causing this on only some systems.

Any guru out there know what I might try?
 
Well, it's defintely the signature of the appDomain blowing up with an
unhandled exception, which is what .NET 2.0 apps are supposed to do.
So, you need to look into ways to log more information when it occurs.
Here is an article that discussses a few of these:
http://www.eggheadcafe.com/articles/20051205.asp
Peter
 
any progress with this issue?
i'm encountering similar problem but most weird is that this crash
usually occurs only once. when user attempts to restart the app
everything goes smooth.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top