How to load specific version of assembly from GAC

前端 未结 1 1343
走了就别回头了
走了就别回头了 2020-12-11 23:54

For testing purpose I like to load a specific version of an DLL assembly from GAC. However, my program always load the latest version - I think driven by Policy Assemblies.<

1条回答
  •  旧巷少年郎
    2020-12-12 00:41

    you probably will have to bypass the publisher policy. Add to your application configuration file to the dependentAssembly

    
    

    more info here and here

    0 讨论(0)
提交回复
热议问题