CrystalReport problem

  • Thread starter Thread starter Vlatko
  • Start date Start date
V

Vlatko

I have made a simple application in C# that prints a txt file using
CrystalReport. On my PC everything works fine but when I run my app on
another PC it collapses. I get message: "Cannot find KeycodeV2.dll, or
invalid keycode." What is keycode? I created setup program to install my app
on another computer using VS .NET. I even have copied manually the
KeycodeV2.dll file into WINDOWS/System32 folder so I am sure this file is on
the target machine and it still doesn't work. What am I missing?
 
You'll need to register Crystal Reports and then add the license key to the
Regwiz.exe. You can grab this from Help, About in Visual Studio and check
out the code (which there's a button to copy from) for Crystal Reports.
 
I don't get it. When I started CrystalReport in design time in VS .NET it
asked me to register and I did. Now I have my registration number and
license key, but I still have the same error. When I try to run Regwiz.exe I
got message "The registration wizard cannot run because the system
information it requires is either unavailable or incorrect.". Can you please
be more specific.

Thx.
 
Back
Top