Hi,
I have a main assembly (assy1). That assembly creates a type in another
assembly (assy2). That type creates an AppDomain, load it's parent assembly
(assy2) into it and creates a type in the AppDomain.
Problem: when I call AppDomain.Unload(_myAppDomain), the application just
crash. No exception, no message box. Nothing. Just a plain old "native days"
type of crash...
I really have difficulties understanding what is happening. What I'm doing
is the simplest of all the AppDomain usage scenario, and yet it crash my
application...
Any idea?
|