473,406 Members | 2,345 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

a CrystalDecisions error!!

I have an aspx that contains a report prepared with crystal report,
when I try to run myapp. on another server which has no crystal report tool
installed on it.
I receive following error code even I copid crystal's dll files bin
directory of myapp.

Error:"CrystalDecisions.CrystalReports.Engine.Inte rnalException: Cannot find
KeycodeV2.dll, or invalid keycode."

What is the matter?? Could you help me please!

thanks...
Nov 18 '05 #1
2 2046
Hi Volkan,
You need to package Crystal Reports Licence with the
package. Details can be found below...

The Crystal Reports merge modules need to be included in a
setup project to deploy reports. These merge modules are
located in the following default location: C:\Program
Files\Common Files\Merge Modules.

Merge Module Description
Crystal_Managed2003.msm The Crystal_Managed2003.msm merge
module installs all the Crystal Reports for Visual Studio
..NET managed components such as:
CrystalDecisions.CrystalReports.Engine.dll
CrystalDecisions.Web.dll
CrystalDecisions.Windows.Forms.dll

Crystal_Database_Access2003.msm The
Crystal_Database_Access2003.msm merge module installs all
database drivers the report uses to connect to various
types of data sources. This merge module also installs
export destination and format drivers, which are used to
save reports to different file formats such as RTF and HTML.
This merge module is also used to install all non-managed
runtime components for Crystal Reports for Visual Studio
NET, including charting components.

Crystal_Database_Access2003_enu.msm The
Crystal_Database_Access2003_enu.msm installs
language-specific (localized) components. Some of the
localized charting and exporting components are installed
by this merge module. Each language the product is released
in will have a specific version of this merge module.
Crystal_regwiz2003.msm Crystal_regwiz2003.msm configures
registration information on deployed computers (server or
client) in order to track licensing information.
When Crystal_regwiz2003.msm is added to a setup project, it
exposes a LicenseKey property that must be set before
building the setup project.

The license key is emailed to you when the product is
registered. This key is also available from the About
Microsoft Visual Studio .NET dialog box from the Help menu.
Enter this license key into the LicenseKey property for the
Crystal_regwiz2003.msm merge module.

Note If the license key is not set for the
Crystal_regwiz2003.msm merge module, an error will occur
when building the project. If the setup is installed on a
target computer without specifying the license key for the
merge module, various keycodedev2.dll errors will occur.
The Licence key is important in order to make the things
properly.

right-click the Crystal_regwiz2003.msm file and choose
Properties.
In the Properties window, expand MergeModuleProperties and
enter a valid license key in the License Key properties box.

Hope that helps
Have a great day :)
R. Pooran Prasad
Itreya Technologies Pvt Ltd.,
Mail: po***********@itreya.com.REMOVETHIS
Phone(Off) : +91 80 5200179 Extn: 42
Mobile: +91 98860 29578

-----Original Message-----
I have an aspx that contains a report prepared with crystal report,when I try to run myapp. on another server which has no crystal report toolinstalled on it.
I receive following error code even I copid crystal's dll files bindirectory of myapp.

Error:"CrystalDecisions.CrystalReports.Engine.Int ernalException: Cannot findKeycodeV2.dll, or invalid keycode."

What is the matter?? Could you help me please!

thanks...
.

Nov 18 '05 #2
thanks...
it works well now.

"Pooran Prasad" <po***********@itreya.com.REMOVETHIS> wrote in message
news:01****************************@phx.gbl...
Hi Volkan,
You need to package Crystal Reports Licence with the
package. Details can be found below...

The Crystal Reports merge modules need to be included in a
setup project to deploy reports. These merge modules are
located in the following default location: C:\Program
Files\Common Files\Merge Modules.

Merge Module Description
Crystal_Managed2003.msm The Crystal_Managed2003.msm merge
module installs all the Crystal Reports for Visual Studio
.NET managed components such as:
CrystalDecisions.CrystalReports.Engine.dll
CrystalDecisions.Web.dll
CrystalDecisions.Windows.Forms.dll

Crystal_Database_Access2003.msm The
Crystal_Database_Access2003.msm merge module installs all
database drivers the report uses to connect to various
types of data sources. This merge module also installs
export destination and format drivers, which are used to
save reports to different file formats such as RTF and HTML.
This merge module is also used to install all non-managed
runtime components for Crystal Reports for Visual Studio
NET, including charting components.

Crystal_Database_Access2003_enu.msm The
Crystal_Database_Access2003_enu.msm installs
language-specific (localized) components. Some of the
localized charting and exporting components are installed
by this merge module. Each language the product is released
in will have a specific version of this merge module.
Crystal_regwiz2003.msm Crystal_regwiz2003.msm configures
registration information on deployed computers (server or
client) in order to track licensing information.
When Crystal_regwiz2003.msm is added to a setup project, it
exposes a LicenseKey property that must be set before
building the setup project.

The license key is emailed to you when the product is
registered. This key is also available from the About
Microsoft Visual Studio .NET dialog box from the Help menu.
Enter this license key into the LicenseKey property for the
Crystal_regwiz2003.msm merge module.

Note If the license key is not set for the
Crystal_regwiz2003.msm merge module, an error will occur
when building the project. If the setup is installed on a
target computer without specifying the license key for the
merge module, various keycodedev2.dll errors will occur.
The Licence key is important in order to make the things
properly.

right-click the Crystal_regwiz2003.msm file and choose
Properties.
In the Properties window, expand MergeModuleProperties and
enter a valid license key in the License Key properties box.

Hope that helps
Have a great day :)
R. Pooran Prasad
Itreya Technologies Pvt Ltd.,
Mail: po***********@itreya.com.REMOVETHIS
Phone(Off) : +91 80 5200179 Extn: 42
Mobile: +91 98860 29578

-----Original Message-----
I have an aspx that contains a report prepared with

crystal report,
when I try to run myapp. on another server which has no

crystal report tool
installed on it.
I receive following error code even I copid crystal's dll

files bin
directory of myapp.

Error:"CrystalDecisions.CrystalReports.Engine.Int ernalException:

Cannot find
KeycodeV2.dll, or invalid keycode."

What is the matter?? Could you help me please!

thanks...
.

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Russ | last post by:
I have a page that uses crystal reports to generate reports from a SQl server database. As of a week ago everything was working fine, but now I am all of the sudden getting errors. To the best of...
1
by: Scott Hamlin | last post by:
I am receiving an error while trying to use Crystal Reports with .NET, which I have pasted below. The main problem is this message: File or assembly name CrystalDecisions.CrystalReports.Engine,...
6
by: Alixx Skevington | last post by:
OK why does the following code work in a Windows form with a crystal report viewer but not in a webform. I get the usual CrystalReports.EngineLogONException logon Failed when this is called in...
3
by: ctk70 | last post by:
I'm trying to run a ASP.NET 1.1 app on a Windows 2003 server. The app runs fine on my local workstation (Windows 2000 SP4). Both the server and workstation have Visual Studio .NET 2003 installed. ...
1
by: Carlos Kim via DotNetMonster.com | last post by:
Compiler Error Message: CS1026: ) expected Source Error: Line 12: <body MS_POSITIONING="GridLayout"> Line 13: <form id="Form1" method="post" runat="server"> Line 14:...
1
by: robert_m_fisher | last post by:
Anyone, I have an ASP.NET webapp in the 1.0 framework that has been working for the past 2ish years. Two weeks ago a new developer received the following error when trying to run the app in...
3
by: Adriano | last post by:
Hello, when I try to print something, either DataGrid or from Crystal Report viever the folowing error message appears and cancels printing: Object reference not set to an instance of an...
0
by: PerumalSamy | last post by:
Hi, I am getting following error while uploading my project in web. Description: An error occurred during the processing of a configuration file required to service this request. Please review...
1
by: showbizzansh | last post by:
Server Error in '/ExportReport' Application. -------------------------------------------------------------------------------- Method 'ISCREditableRTFExportFormatOptions_reserved5' on type...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.