Could not load file or assembly CrystalDecisions.CrystalReports.Engine

前端 未结 7 1623
Happy的楠姐
Happy的楠姐 2020-12-16 22:54

My user\'s Terminal Runs 2 application. One of which I built an application using VS 2005 with Crystal Reports bundled version and another outside product which uses a diffe

7条回答
  •  一向
    一向 (楼主)
    2020-12-16 23:13

    I know this is an old question, but it was never answered, and I think this might help. I have seen this issue with using crystal reports while compiling in .NET Framework 4.0 or later. To fix it you have to add an app.config file to your project and put in an entry that tells the framework to use the legacy loader. See Crystal Reports are not working in Visual Studio 2010

    
      
    
    

提交回复
热议问题