Could not load file or assembly CrystalDecisions.CrystalReports.Engine

前端 未结 7 1616
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:20

    I had the same problem. The first line of the exception message is indicating that your project is looking for Version = 12.0.2000.0.

    Whenever I attempted to rebuild, messages in the Output window of Visual Studio (2015) indicated the same problem and prompted me to look at the preview.aspx file (C:\Windows\Microsoft.NET\Framework\v4.6.81\ASP.NETClientFiles\crystalreportviewers13\preview.aspx).

    In my case, I simply changed the references from 12.0.2000.0 to 13.0.2000.0 (the version in the GAC).

    Problem Solved.

    Hope that helps!

    0 讨论(0)
提交回复
热议问题