appdomain
WCF Service Uploading Another WCF Service?
We\'re considering building a WCF service that can upload (and confi开发者_StackOverflowgure) other WCF services. (We\'re not concerned about this causing downtime for currently active user sessions.)[详细]
2023-03-22 12:29 分类:问答C# AppDomains and Threads
I\'ve come with a little question that keeps me awake all night. Maybe it\'s easy to understand, but I can\'t, yet.[详细]
2023-03-20 15:19 分类:问答Starting up processes with a window service
I am asking a lot of questions today, but that because i know that you guy\'s are the best. 开发者_运维知识库To my question, we have built a window service that starts all of our self build applicatio[详细]
2023-03-19 02:48 分类:问答AppDomain.Unload issue
Is appdomain unloads at time when I call AppDomain.Unload(name) method. Or it flags for the next garbage collection.[详细]
2023-03-17 13:20 分类:问答In .Net is the 'Staticness' of a public static variable limited to an AppDomain or the whole process?
Is one copy of a public static variable created for each AppDomain in a process or is it just one copy for the whole process? In other words if I change the value of a static variable from within one[详细]
2023-03-17 10:37 分类:问答ASP.Net running in a custom appdomain
I\'d like to run my ASP.Net application in a custom AppDomain, that i would create programmatically. The requests must be executed within that custom AppDomain, and not the default one.[详细]
2023-03-16 22:55 分类:问答UI thread for each MAF AddIn
I work with the MAF in WPF and I have problems with the UI threads. I would like that each AddIn that I activate become a unique UI thread.[详细]
2023-03-16 07:27 分类:问答Get access to AppDomain in another app?
I\'m trying to extend a freeware, proprietary piece of .Net 2.0 software, and it\'s been giving me grief. I 开发者_JS百科successfully managed to inject a Win32 dll and get it to successfully load in t[详细]
2023-03-16 03:17 分类:问答Load A Assembly in Runtime and call a Method and unload the assembly
Im creating an application, wich will conect to several sql database and get some details form the database,[详细]
2023-03-15 03:54 分类:问答How does AppDomain.Unload() abort the threads?
According muliple resources (e.g., MSDN and CLR via C#), when we call AppDomain.Unload(userDomain), the threads in the userDomain will be forced to throw ThreadAbortException, which can\'t be stoped u[详细]
2023-03-14 17:28 分类:问答