Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello everyone
I have developed an application in VB.Net 2010 and MS Access 2007 with crystal reports 13. Everything is working just fine on my PC but when I create a setup and install that on the client's PC I get an error. I have tried the different ways to create a setup project in vs 10 vs 2017 even tried the way shown in the link
Deploying a .NET Application with Crystal Reports[^]
but still got the same error as below:

The error is: could not load file or assembly 'crystal decisions.Web, version=13.0.3500.0, culture=neutral, public token=.......... or one of its dependencies. The system cannot find the file specified.

What I have tried:

I have tried the following steps:
Create a Sample Deployment project.
Create a Sample Deployment project.
Go to the bin directory of your desired .NET application (which is already built) and select the *.exe file
Go to the bin directory of your desired .NET application (which is already built) and select the *.exe file
From Add modules dialog box, select the  files

Build the project.

I even tried to install crystal report runtime engine for .Net but still getting the error.
Posted
Updated 8-Mar-23 3:29am
v4

1 solution

Finally I got the solution of this problem by installing
Service Pack 25 Version 13.0.25
on the client PC and I really appreciate the person who explained the solution on this link
https://stackoverflow.com/questions/65789309/problem-could-not-load-file-or-assembly-crystaldecisions-web-version-13-0-350
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900