A way to load DLL from central repository

后端 未结 6 1396
青春惊慌失措
青春惊慌失措 2020-12-31 11:57

We have lot of products and there are some common DLLs across each product\'s application. Right now we copy each common DLL into each product\'s bin directory and treat the

6条回答
  •  失恋的感觉
    2020-12-31 12:25

    I am following Chris's answer. Make sure the case is correct on the manifests and configs. Otherwise they will fail. I was able to get the assembly to be loaded, but the DLL wouldn't be chosen. In my case a Windows DLL in system32 is being chosen instead of my own with the same name. In Dependency Walker, my DLL is loaded, but at runtime, with Process Explorer, Windows' copy is loaded. Any ideas?

提交回复
热议问题