assembly-resolution
ODP.Net 1.1 client doesnot work on machine with oracle 11g
I have created an application that uses Oracle.Dataaccess library version 1.10. When开发者_C百科 I deploy the application on a machine that has 11g client i.e. Oracle.Dataaccess library 2.0 then this[详细]
2023-04-12 08:25 分类:问答How to make a C# win service app to refer assemblies from a host machine
I am building an agent service in C# to communicate with SCVMM installed on host. To do that the agent refers the following assemblies: Microsoft.SystemCenter.VirtualMachineManager.dll and Erros.dll[详细]
2023-04-11 18:11 分类:问答Using a 32bit- or 64bit specific dll depending on the process bitness
I need to reference a DLL which is available in 2 versions (one for 32bit and one for 64bit). My goal is to build开发者_如何学JAVA an web application that works on both 32 and 64 bit systems.[详细]
2023-04-07 10:57 分类:问答.NET assembly binding
I have an api, MyApi, which is consumed by an application, MyApplication. MyApi has several dlls targeted to the .NET 4.0 Client Profile. For example:[详细]
2023-03-23 02:45 分类:问答Error deserializing object having a field of type declared in the other assembly loaded on AssemblyResolve
I have an application which embedes (via BuildAction: Embedded Resource) referenced assembly (called ClassLibrary1) inside itself and loads it on AppDomain.CurrentDomain.AssemblyResolve event.[详细]
2023-03-06 19:10 分类:问答Resolve assembly references from another folder
I am developing an application which references and uses some third party assemblies from a certain Vendor; in development box I have these 3 assemblies in a reference folder in my source tree and I c[详细]
2023-02-15 20:12 分类:问答Get assembly's requireed assemblies?
I am loading an assembly X.dll in my program, where X.dll can be anything, and I create an instance of the class X.A_Class. But what if开发者_如何转开发 the assembly X requires assemblies A, B, C and[详细]
2023-02-08 09:02 分类:问答Discovering which assemblies are loading which dependencies (at runtime)
What\'s the easiest way to discover which assembly is triggering certain dependencies to be loaded at runtime? I\'ve got a stray reference to an old assembly somew开发者_如何学编程here, in one of the[详细]
2023-02-07 23:07 分类:问答AssemblyResolve always get raised, asking for MyAssembly.resources
I have a WPF application, and I subscribe to the event AppDomain.AssemblyResolve (this event get raised whenever the runtime does not find an assembly), a开发者_开发问答nd I notice it gets call severa[详细]
2023-02-07 00:32 分类:问答Why is Combres still looking for an older version of System.Web.Mvc?
I\'m using Combres with my MVC 3 RC project and getting an an assembly binding error when I deploy it to my web server.[详细]
2023-02-02 21:20 分类:问答