I am working on a project that i want to have a plugin-sandbox like System, However i am having issues working out 2-Way Real time Cross Process Communication. At first i thought of WCF, as it can pas
I\'m wondering if a setup like this is possible: c:\\eflow\\proxy.dll (main DLL loaded by application)
Im creating an application, wich will conect to several sql database and get some details form the database,
If I run a unit test (mstest) I get an exception i开发者_开发百科f I call assembly.GetManifestResourceNames():
I\'m working on a CSharp expression evaluator which can be used as you can see below. This component generates code and compiles it in memory and after that, it loads the generated assembly, creates a
I\'m trying to include an extension methods static class in a dynamically generated assembly, except that i keep getting a compiler error of\'Type expected\' at line 6, column 28, which happens to be
Is there any way to change the name of a d开发者_高级运维ynamic assembly after it has been created? I\'m using a framework that uses dynamic methods, and it is creating a dynamic assembly with the sam