Could not load file or assembly 'Microsoft.SqlServer.Types even with Copy Local

前端 未结 5 1280
我在风中等你
我在风中等你 2020-12-31 06:11

I have an internal report on my web application which when I browse to it locally displays as expected. I am using a rdlc and xsd with a standard <

5条回答
  •  感情败类
    2020-12-31 06:32

    Same issue for me, however the problem was that the binding redirects in the app.config had not been updated to the new version. Usually updating the nuget package does it automatically, but this nuget package was in a referenced project. Simple fix:

    
    
      
       
        
      
      
        
          
            
            
            
          
        
      
    
    

提交回复
热议问题