Microsoft.ReportViewer.Common Version=12.0.0.0

前端 未结 7 1257
星月不相逢
星月不相逢 2021-01-04 09:22

I\'m getting the following exception in my Windows Service Application:

System.IO.FileNotFoundException: Could not load file or assembly \'Microsoft

7条回答
  •  误落风尘
    2021-01-04 09:59

    I worked on this issue for a few days. Installed all packages, modified web.config and still had the same problem. I finally removed

    
    
    
    

    from the web.config and it worked. No exactly sure why it didn't work with the tags in the web.config file. My guess there is a conflict with the GAC and the BIN folder.

    Here is my web.config file:

    
    
      
        
        
        
               
            
      
      
        
        
                
        
      
    
    

提交回复
热议问题