Binding redirect problem in .net

后端 未结 4 1122
有刺的猬
有刺的猬 2020-12-03 17:48

I have a class library called \"MyAssembly\" that is internally referencing a.dll, b.dll of version 3.1.1.0; I have build the project which outputed MyAssembly.dll. On a dif

4条回答
  •  庸人自扰
    2020-12-03 18:11

    Try this way:

    
      
        
        
      
      
        
        
      
    
    

    Also, go to the references of your application, right click the a.dll and b.dll, go to properties and check if "Specific Version" is set to False.

    Hope it helps.

提交回复
热议问题