Problem for deploying Windows Forms Application with Crystal Report.

  • Thread starter Thread starter Ray
  • Start date Start date
R

Ray

Dear all,
I have used Setup Winzard to deploy a windows application with crystal
viewer to show a crystal report. I am using vb.net 2003. However, after I
have installed the Setup in a computer with no vs.net and crystal report.
The crystal report cannot be shown.
The error message is : Cannot find KeycodeV2.dll, or invalid keycode.
Please help.
Thanks a lot,
Ray
 
You need to include the relevant merge modules in the deployment project (see
crystal website for that) and then you put your keycode into one of the merge
module properties (cant remember which one).

I had great difficualties getting crystal reports to deploy but ALWAYS my
problem was not having the correct merge modules (versions etc)
 
Hi
Those are the merge modules to add to your project.
Crystal_Database_Access2003.msm
Crystal_Database_Access2003_enu.msm
Crystal_Managed2003.msm
Crystal_regwiz2003.msm

In Crytal_Regwiz2003.msm there a
property 'MergeModuleProperties' that's where you add
your license key you received from CrystalSolutions when
you registered your copy CR.NET.

Kind Regards
Jorge
 
Back
Top