Re: Mixed assembly crashes on exit



I was thinking of recreating the application in an incremental fashion,
starting with the MSDN example of a mixed assembly. At each step, build the
app and make sure that I can start it, and then immediately exit without
errors.


Yes, recreating the app incrementally might help, too, if you find it more
convenient.

My belief is that there is some bug in loading certain modules. I guess is
that the basic analysis part of the program will work fine. I suspect that
when I start including the parts that use COM and ATL that I might see the
problem.


I would be more suspicious to interop things (but I don't know specifics of the app,
of course). Btw, do you have MDAs enabled? If not, try to enable them, may be
they will detect something.
http://msdn2.microsoft.com/en-us/library/d21c150d(vs.80).aspx

Oleg



.


Loading