Error "Cannot find KeycodeV2.dll"

  • Thread starter Thread starter touf
  • Start date Start date
T

touf

Hi,
I'm having this error when I try to open a report (Crystal reports) on the
client machine (It works fine on my developpement machine)
It's a window application (not a web), On the client machine the framwork
was installed using a VB.net CD's that doesn't contain Crystal, but The
application is installed by an installer generated from my machine using
vs.net 2002.
I've found somewhere on google that this is an error related to web
application... but the mine isn't a web application, I use VB.net only.

Am I doing something wrong???

Thanks for your help.
 
There was a problem with the merge modules that came with Crystal.NET in
2002. The KeyCodeV2.DLL was never included. InstallShield has the newest
ones, at least the ones that work the best.

-CJ
 
The REGWIZ.MSM merge module requires a license key to be entered so that it
can configure the deployment (target/client) machine. When this merge module
is added to a setup project, the Properties window exposes a property
called, License Key under the (MergeModuleProperties) property.

The License Key requires the keycode that you receive after registering the
product. When Crystal Report for Visual Studio .NET is registered, an email
is sent with a keycode and a registration number. Copy the keycode into the
License Key property, and then build the setup project.
 
Need what, the keycode dll?

yes..

=)

Go to support.crystaldecisions.com for the msms.... they tend to move them
so you have to search.

-CJ
 
Back
Top