Infamous assembly binding error

后端 未结 10 889
星月不相逢
星月不相逢 2020-12-07 20:20

I really need help on this because I lost my hopes to correct the problem.

I am using Office Communications Server 64bit libraries. There are 3 dlls I use in the pro

10条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-07 20:43

    Try setting Copy Local in solution explorer for those assemblies and make sure they are being dropped into the folder's specified in the binding log.

    Also, they were probably built using the V2 CLR. If they were, you'll have to enable Mixed Mode binding by adding this to your web/app config

    
       
           
      
     
    

提交回复
热议问题