G
Guest
Hi,
I have a Managed C++ application. When one of my users runs it, the Common
Language Runtime Debuggin Services generated this message:
Application has generated an exception that could not be handled.
Process Id = 0x26b0, Thread Id=0x2604
....
When I added logging in WinMain() function, the log was empty. This means
that it crashed before reaching WinMain(). Some other users can get it to
work by disabling anti-spyware software but this one just keep crashing. Any
idea on how to get more information on why it crashed?
Thanks,
I have a Managed C++ application. When one of my users runs it, the Common
Language Runtime Debuggin Services generated this message:
Application has generated an exception that could not be handled.
Process Id = 0x26b0, Thread Id=0x2604
....
When I added logging in WinMain() function, the log was empty. This means
that it crashed before reaching WinMain(). Some other users can get it to
work by disabling anti-spyware software but this one just keep crashing. Any
idea on how to get more information on why it crashed?
Thanks,