Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
Hello, I Made a Program With VB.Net 2010 With a MS Access 2007 Database.
I Used a Crystal Report in My Program. The Program is Working Fine But When I Take The Program To Another Computer It Works Fine and Saves Data and View Them But When I Click On The Button That Opens Form With The Crystal Report Viewer The Following Error Message Appears:

Unhandled exception has occured in your aplication.If you click continue ,the aplication will ignore this error and attempt to continue.If you click quit ,the aplication will close immediately.

An error occurred creating the form.See exeption .InnerException for details.The error is : Could not load file or assembly 'crystalDecisions.windows.form, Version=13.0.2000.0, Culture =neutral,PublicKeyToken=692fbea5521e1304' or one of its dependencies.The system cannot find the file specified.

Is There Anything I Should Do Or Install On The Other Computer For The Crystal Report To Work.

Please Help Me With This, and Thanks For All Help.
Posted
Updated 26-Aug-13 11:19am
v2
Comments
[no name] 25-Aug-13 16:03pm    
Yes you need to install the Crystal Report runtime.
Arjun Kerala 25-Aug-13 17:52pm    
How Can I Install...Can You Explain Please...Thns
[no name] 25-Aug-13 18:41pm    
What do you mean "how can you install"? You install it the exact same way you do anything else.
Kschuler 26-Aug-13 17:21pm    
How are you installing the program on another computer? Do you use ClickOnce or have a setup project or third-party installer? Or are you just copying the exe and pasting it on another machine? The error message says it "Cannot find the file specified." so it is likely unable to find the .rpt file. Where are you saving this file? How are you referencing the path it in your code? Perhaps that path does not exist on the second machine?
Arjun Kerala 27-Aug-13 22:24pm    
Helloo...Hope You Are Fine...Thank You For Your Reply..I Just Copying The Exe File to Another Computer .Please Remember , In That System Doesn't Have Visual Basic Software But Everything is Working Fine Except Crystal Report. This ProgramI Made With Access Database.So I Copied Access Databasefile And Setup File . What is The Solution..Can You Help Me Please...Thank You...

1 solution

Actually crystal report not come with Visual Studio 2010. so you have to download it.
here is the link.
https://www.sap.com/campaign/ne/free_trial/crystal_reports_visual_studio/index.epx?url_id=text-na-sapcom-crvs-trial-landing&kNtBzmUK9zU=1[^]

sing up as developer and follow the instruction to download developer edition for free.
After download install it and make sure you add reference in your Visual Studio project.
 
Share this answer
 

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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