appdomain
How to use shared location of assemblies by multiple applications
I\'ve just took over a bunch of windows services (on server no. 1) and web applications (on server no.2) on two servers. All those application use a great deal of the same core libraries. I woul开发者[详细]
2023-04-09 14:30 分类:问答Configure Shadow Copy using app.config
Let me explain the scenario first. I have installed multiple copies (Say 10) of Services from a single install base. Now I want to update one of the dll. I need to Stop all the services, update the d[详细]
2023-04-09 06:55 分类:问答Dynamic assembly selection and loading in runtime
I have an application that has reference to Microsoft.Data.SqlXml.dll assembly (part of SQLXML). But on different machines, depending on whether it\'s live environment or test, or developers local PC,[详细]
2023-04-08 11:02 分类:问答Dynamic Code Generation and security
I encounter a problem with the JSON.Net serialization library and I wanted opinion of people more expert than me in CAS and AppDomain management.[详细]
2023-04-08 02:20 分类:问答How to use Castle.Windsor in an assembly loaded using reflection
Let\'s say I have a library Lib.dll, which uses Castle.Windsor to initialize its services. I have a main application App.exe, which loads Lib.dll on runtime using reflection. App.exe does not know th[详细]
2023-04-06 20:01 分类:问答StructureMap - Ability to replace an assembly at runtime
Example: Console application: class Program { static void Main(string[] args) { var calculator = ObjectFactory.GetInstance<ICalculator>();[详细]
2023-04-06 07:39 分类:问答Limiting number of app domains per worker process in IIS (And disabling overlapped recycling of app domains)
My current understanding of IIS: An application pool maintains a collection of worker processes (Operating system processes), within each worker process there is one or more app domains.[详细]
2023-04-05 13:48 分类:问答System.AddIn AddInView assembly strong name issue
I\'ve built up an application that works using the System.AddIn APIs.Add-ins are currently activated in an external AppDomain with Internet trust.[详细]
2023-04-04 05:40 分类:问答Unwrapping a non-serializable class from an appdomain
Because not all the classes used in the class I want to instantiate are serializable I can\'t unwrap.[详细]
2023-04-01 18:09 分类:问答Sharing Data bwtween different AppDomain
I\'m trying to sending data from newDomain to cureentDomain. I used DoCallBack for loading list of .dll and extract file&assembly information as Dictionary type.[详细]
2023-04-01 18:01 分类:问答