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
Hi I have code that looks like the following: public static I Load<I>(string appDomainName, string fqDllName, string classType) where I : class
The Code as below which i\'m trying to load a dll dynamically is not working. AppDomain appDomain = AppDomain.CreateDomain(\"DllDomain\");
From the documentation: A String containing the string value \"true\" to indicate that shadow copying is turned on; or \"false\" to indicate that shadow copying is turned off.