cancel
Showing results for 
Search instead for 
Did you mean: 

Could not load file or assembly 'CrystalDecisions.Web, Version=13.0.2000.0

Former Member
0 Kudos

Hello,

Using ASP.net in V.S. 2015 to load automatically a crystal report (2016 SP3).

the error: Could not load file or assembly 'CrystalDecisions.Web, Version=13.0.2000.0

also the error on Web.config:

<add assembly="CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>

The code was working fine in Visual studio 2008 & 2010; but never worked on VS2015

Please advise.

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

DellSC
Active Contributor
0 Kudos

In VS 2015 you need to have a more recent version of the Crystal SDK. Go to https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads to get information about how to used the SDK and a link to the page to download the latest Service Pack - I believe that VS 2015 was not supported until SP 15 and the current SP is 22. It's important that you read the information on the page at the above link - there will probably be a few changes you need to make to your code. When you get to the download page, the orange button downloads the file that will integrate Crystal into VS. The blue buttons are the various runtime downloads for deploying your application.

-Dell

Answers (1)

Answers (1)

Former Member
0 Kudos

Amigo, estou extamente com o mesmo problema já fiz de tudo e não consigo resolver.