cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot find file or assembly 13.0.3500

0 Kudos

Using VS 2017 with CRforVS 13SP25. Reports work find during debug. Installed

CR13SP25MSI64_0-10010309 and CR13SP25MSI32_0-10010309 MSI's on a Windows 2012 server by right-clicking the MSI and selecting Install. Both installs upgraded the previous runtime versions of CR 13_0_14. Deployed my webapp to the server and I am getting this error:

Could not load file or assembly 'CRVsPackageLib, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

My web.config contains the following entries related to CR:

<addassembly="CRVsPackageLib, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />

<addassembly="CrystalDecisions.CrystalReports.Design, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />

<addassembly="CrystalDecisions.CrystalReports.Engine, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />

<addassembly="CrystalDecisions.CrystalReports.TemplateEngine, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />

<addassembly="CrystalDecisions.Enterprise.Viewing.ReportSource, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />

<addassembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />

<addassembly="CrystalDecisions.ReportAppServer.CommLayer, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />

<addassembly="CrystalDecisions.ReportAppServer.CommonControls, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />

<addassembly="CrystalDecisions.ReportAppServer.CommonObjectModel, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />

<addassembly="CrystalDecisions.ReportAppServer.Controllers, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />

<addassembly="CrystalDecisions.ReportAppServer.CubeDefModel, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />

<addassembly="CrystalDecisions.ReportAppServer.DataDefModel, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />

<addassembly="CrystalDecisions.ReportAppServer.DataSetConversion, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />

<addassembly="CrystalDecisions.ReportAppServer.ObjectFactory, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />

<addassembly="CrystalDecisions.ReportAppServer.Prompting, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />

<addassembly="CrystalDecisions.ReportAppServer.ReportDefModel, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />

<addassembly="CrystalDecisions.ReportAppServer.XmlSerialize, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />

<addassembly="CrystalDecisions.ReportSource, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />

<addassembly="CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />

<addassembly="CrystalDecisions.VSDesigner, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />

<addassembly="CrystalDecisions.Web, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />

<addassembly="CrystalDecisions.Windows.Forms, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />

<addkey="CrystalImageCleaner-AutoStart"value="true" />

<addkey="CrystalImageCleaner-Sleep"value="60000" />

<addkey="CrystalImageCleaner-Age"value="120000" />

I've been reading Google threads for the past 10 hours. I searched this forum, but there are over 1000 threads on this topic, so I didn't read them all. What do I need to do to fix this?

Let me know if you need any more info.

Thanks, Rick L.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Did you read the info on the download WIKI about upgrading after SP 21?

https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads

You likely need to replace all of your 13.0.2000.0 to 13.0.3500.0 in the web.config file.

Be sure to install as a local Admin.

It also requires VC 2015 C++ MSI installed as well as the 4.7 frame and below updates.

Minimum framework version now is 3.5 but 4.7 is better.

Don

Answers (0)