So my scenarios a little funny but theres a reason for it. I have a parent web application, called Parent, and a s开发者_如何转开发econd web application called Child. Child is a virtual directory in I
I have开发者_如何转开发 several streams with an assembly and its used dlls. How can I load them into an AppDomain and execute the main assembly? I\'d rather not save the files to disk if it can be avo
I am developing a very simple Generic Host solution that will allow us to host assemblies as windows services (ala NServiceBus). I\'m coming across the following exception (similar to the comments men
I have an integration test harness which launches a console exe several times, simultaneously, each in its own appdomain.As soon as any one of the console exe applications exits from its appdomain, it
We have an ASP.NET (3.5 SP1) application running on IIS7 / Windows 2008.We trap Application_Start and Application_End events in Global.asax.We also host WCF services in the app and trap the OnOpening
I am try开发者_StackOverflow社区ing to customize the assembly resolution process by wrapping the AppDomain and its AssemblyResolve event inside a class. The simplified version of my ClassLoader is bel
simple question, probably easy for you to answer. I have a dll named \"MigrationSteps.dll\" in the same output folder of my application.
I have an AppDomain that I\'m using to load modules into a sandbox with: class PluginLoader { public static AppDomain PluginSandbox;
just looking forabit of guidance here if possible. I recently downloaded a .net component for VS 2008 to handle sftp.
Is it possible to read the GUID from the Assembly without actually loading it in the current App Domain.