Force .NET interop to use local COM DLL

前端 未结 3 1925
天命终不由人
天命终不由人 2021-02-03 14:10

Is it possible to force an interop assembly to reference a local copy of its associated COM DLL?

Here\'s the scenario:

I have a .NET app that references an inter

3条回答
  •  孤街浪徒
    2021-02-03 14:42

    A small example showing how Web.config changes after we set Isolated property to true, would help others in understanding what is actually happening at back when we set Isolated property to true. VS actually enters few lines in your code, so that it will use com Dll of specific CLSID.

    Actually I do have two .Net applications on the same server, where one application uses Quality center 10.0 Dll and Other is upgraded to quality center ALM 11.0. So on the same server we can not register a DLL with same name.

提交回复
热议问题