I have cloned a git
project and I am having issue in running the project solution due to missing assembly issue of Crystal Report
.
In my web.config
:
<add assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=myToken" />
I have included CrystalDecisions
in my project references.
And I have set the properties from False
to True
for both references.
I have tried removing the existing references and added new references.
Ultimately, I have also tried uninstalling and reinstalling the Crystal Report VS which leads me to another installation issue:
Can anyone tell me what is the solution?
For anyone who's experiencing the same issue as me, you have to install CRRuntime_64bit_13_0
first and restart your computer for the changes to be applied. Then, you install CRRuntime_64bit_13_0_20
. The resources can be found here.
You have to adjust according to the assembly file version that you have stated in your web.config
. In my case, I'm using Version=13.0.2000.0