Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Crystal Rpt with .NET on client Machine

Status
Not open for further replies.

sahernandez

Programmer
Oct 1, 2002
69
0
0
SV
I try to use my Reports on a client machine user (doesn't have a Visual Studio .NET) and I got this error

************** Exception Text **************
System.IO.FileNotFoundException: File or assembly name CrystalDecisions.Windows.Forms, or one of its dependencies, was not found.

When I use the project over a develepor machine the Crystal Report works ( with Visual Studio.NET).
My question is, Do I need to install something over the client machine or do I need to load any the Dll,
or something else?

Thanks for the Help.
Alexander
 
Yes
Create a simple install program. Add following Merge Modules:
Crystal_Database_Access2003.msm
Crystal_Database_Access2003_enu.msm
Ceystal_Managed2003.msm
Crystal_regwiz2003.msm
VC_User_CRT71_RTL_X86_---.msm

In properties of Crystal_regwiz2003.msm in MergeModuleProperties give your LicenseKey (You should have received it during registration of Crystal Reports for .NET)
VERY IMPORTATNT - USE UPGRADED VERSION OF CRYSTAL MERGE MODULES.

Run install program on client machine and your application should work.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top