Problem for deploying Windows Forms Application with Crystal Report.

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
 
G

Guest

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)
 
J

Jorge

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top