Could not load file or assembly or one of its dependencies

前端 未结 30 1459
生来不讨喜
生来不讨喜 2020-11-22 03:18

I\'m having another of these \"Could not load file or assembly or one of its dependencies\" problems.

Additional information: Could not load file or

30条回答
  •  悲&欢浪女
    2020-11-22 03:55

    Microsoft Enterprise Library (referenced by .NetTiers) was our problem, which was in turn referencing an older version of Unity. In order to solve the problem we used the following binding redirection in the web.config:

    
        
            
                
                    
                    
                
                
                    
                    
                
            
        
    
    

    Alternatively, you may want to just update the Enterprise Library to the latest version.

提交回复
热议问题