assemblies
Replacing the location from which the runtime looks assemblies on the fly
We have an application that has some \"Utils\" under it (a few simple programs). These utils are relying on a few shared DLLs that our application is also using, and so, we would like to distribute t[详细]
2023-03-15 10:51 分类:问答Silverlight WP7 resources dll
I need some help for my Windows Phone 7 application. I would like in my first project to build a .dll which embed all my strings resources.[详细]
2023-03-15 04:02 分类:问答Specifying .Net custom Attributes which are located in another assembly
My questions are: Does this look \'correct\'? Or is there something fundamental I am missing? Since I have a reference to the PluginCo.Load.dll, which holds the custom Attribute I need to specify in[详细]
2023-03-15 02:21 分类:问答WCF - Service Contract from another assembly
I have tried googling for an answer since last week and haven\'t found anything. Maybe I\'m just searching with incorrect key words...[详细]
2023-03-14 19:06 分类:问答Create application domain and load assembly
I want to create an application domain with default permissions and load assembly into the application domain with default privileges and exec开发者_运维百科ute the methods inside the assembly.You may[详细]
2023-03-14 11:18 分类:问答I have Dynamic Property Names and Their Types stored in a Dictionary, how do i build a class dynamically out of it in silverlight?
I have a dynamic Dictio开发者_运维技巧nary that gets filled at run time, Dictionary<string, Type> (where string will have the property name and Type will have the type of the property ) now i w[详细]
2023-03-14 03:10 分类:问答How can my C# program behave differently depending on what assemblies are present?
I want to reuse some code logic from a self-hosted web application in my Windows Azure web application. Currently I have code like this:[详细]
2023-03-13 22:31 分类:问答registering .net assembly as com
I have a C# class library which calls a native code DLL. I am trying to call this code from VBA. I configured MSVC to register the generated DL and it works fine. I can access objects in DLL and work[详细]
2023-03-12 11:37 分类:问答Saving an Assembly as a byte array suitable for Assembly.Load
I notice that Assembly.LoadFrom has the following overload public static Assembly Load( byte[] rawAssembly[详细]
2023-03-12 01:05 分类:问答How can you do a mass unload of Assemblies from GAC by PublicKeyToken?
Is there anyway to unload all assemblies 开发者_开发问答from the GAC that have a specific PublicKeyToken?[详细]
2023-03-11 21:20 分类:问答