My problem: Given a list of DLL paths, find their version number and all assemblies referenced. Some may point to the same DLL but with a different path or version.
Background I developed a custom plugin architecture using a derivation of the Observe开发者_Python百科r/Event Pattern and bits and pieces of code from the following:
I\'m building an application that will load untrusted assemblies for inspection (i.e. retrieval of the assembly full name).For security reasons, I\'m trying to think of a way that these assemblies cou
I am working on the VSTO 2010 excel addin. On one of the dev machine i install the开发者_运维知识库 addin (which already has some addin installed).
I\'m creating two instances (through a factory) in separate app domains but they end up using the same referenced instance instead of one each. The referenced instance is dependent on unmanaged dll\'s
I\'d like to run several services from different .dll\'s in a isolated way. Basically, all services are derived from RoleEntryPoint , and I want to load each one in a separated AppDomain and run it th
I have an interesting problem at hand. I have a need to create a WPF Application which will host several UserControls. (The application does just that - serves as a container with docking abilities f
I\'ve been developing a Windows Service in C#. A set of configuration file paths is supplied to this service when it starts.For each of these files the service will spin up an AppDomain using the fil
I have a WCF service with two endpoints/virtual directories, localhost/A/X.svc localhost/B/X.svc and it looks like, that both \"endpoint\" has an own instance from the sta开发者_StackOverflowtic v
Is it possible to somehow prevent a type usage across an AppDomain (preferably in default)? Clari开发者_开发技巧fication: I want to an exception (preferably compiler error) occurs on some type usage