Reference 2 dlls using the same namespace in vb.net 3.5 project?

前端 未结 3 1903
故里飘歌
故里飘歌 2020-12-20 20:22

I have a vb.net 3.5 class library project that needs to reference two assemblies that have the same namespace. We have two third party dll\'s in which one is version 5.1 and

3条回答
  •  爱一瞬间的悲伤
    2020-12-20 21:14

    I'm the VB spec lead. I'm afraid that there's no VB way of doing this (short of reflection, as DaMartyr said). I know this is a drag. I'll put it on the agenda for our next VB Language Design Meeting.

提交回复
热议问题