I have a problem which is also related to AppDomain\'s and Windows messages. A web page to be hosted in Internet Explorer that would contain a .Net WinForms UserControl derived control - HelloWorldCt
My console .NET application has several app domains. My wish is simple - console window per app domain.
My question is simple. For unit test purposes, I need a statically compiled type deriving from the Exception type, which is known in one AppDomain, but unknown in another.
I have a COM(written in .NET) which needs to create a an AppDomain and load/execute .NET assemblies in it. So that I could unload that appDomain later along with all loaded dll\'s. While working 开发者
I apologize now if my upcoming explanation doesn\'t make enough sense; I\'m reknown for it, though I try to do otherwise.
I have seen this question and a number of blog posts related to using mscoree.CorRuntimeHostClass.EnumDomains method to enumerate the AppDomains within the current process, but I\'m wondering if there
We are using CSLA (a rather ancient version) in our .NET 3.5 applications, and we make use of it\'s NetRun application loading for some of our users.For those not familiar with NetRun, NetRun.exe is b
I\'m using a开发者_如何学Go 3rd party assembly to do some processing, and it spawns 2 child processes to perform some work. I\'m running this in a separate thread.
I have some C# code which is using CSharpCodeProvider.CompileAssemblyFromSource to create an assembly in memory.After the assembly has been garbage collected, my application uses more memory than it d
I have a system which loads assemblies into an appdomain and th开发者_如何学Pythonen hands out object proxies to other domains (basically a simple IoC container). We need to achieve very high uptime,