.NET - Multiple libraries with the same namespace - referencing

后端 未结 5 1170
天涯浪人
天涯浪人 2020-12-09 09:14

Today I am faced with a curious challenge...

This challenge involves two .NET libraries that I need to reference from my application. Both of which I have no control

5条回答
  •  北海茫月
    2020-12-09 10:00

    I think you have to use extern alias

    See http://msdn.microsoft.com/en-us/library/ms173212.aspx

    Here's a walkthrough. http://blogs.msdn.com/b/ansonh/archive/2006/09/27/774692.aspx

提交回复
热议问题