Application Domain problems
is there anyone know why we can benefit from Application Domain techniques? if i called AppDomain.ExecuteAssembly("Counter"), does the assembly Counter run in another process? However i found this method is blocked until the assembly executable finished. And if that Counter assembly crashed, my program also get crashed... So i don't when shall we use different AppDomains.
Thanks
|