Use different versions of referenced DLL

后端 未结 2 1138
挽巷
挽巷 2021-01-02 05:32

Somehow I\'ve been lucky and never had to deal with this problem, even though I think it\'s a common one:

I\'ve got a web project, let\'s call it SomeProject

2条回答
  •  死守一世寂寞
    2021-01-02 06:02

    Putting both versions of SomeThirdParty into GAC should do what you want. Use gacutil utility or Start->Run->assembly then drag-n-drop.

提交回复
热议问题