CrystalDecision located manifest definition does not match

0

I am trying to use CrystalReport on my ASP.Net project. I installed latest version (13.0.3501) but when i try to build, it fails by an error like that;

Could not load file or assembly 'CrystalDecisions.Web, Version=13.0.3501, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

This is how i try to register assembly;

<%@ Register Assembly="CrystalDecisions.Web, Version=13.0.3501, Culture=neutral, PublicKeyToken=692fbea5521e1304"Namespace="CrystalDecisions.Web" TagPrefix="CR" %>

So far i tried;

  • Remove all dll files about assembly and install if from nuget manager again.
  • Remove CrystalDecisions.Web.dll from BIN file and add reference in packages folder.
  • Remove "Version=13.0.3501" line from the register script.
  • Change"Version=13.0.3501" to "Version=13.0.3501.0" or vice versa on the register script.

Thank you.

asp.net
crystal-reports
.net-assembly
asked on Stack Overflow Apr 16, 2019 by ReadyFreddy

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0