Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I created a wonderful program that makes use of a database and crystal report to display data from that database, it works great from my vs.net 2003 environment, but after deployment and installation on another computer I get an error when I try to display or print the Crystal Report. The full error is below. Any ideas why I am getting this error? Thanks in advance.

 

************** Exception Text **************

CrystalDecisions.CrystalReports.Engine.InternalException: Cannot find KeycodeV2.dll, or invalid keycode.

at �.�F(String � , EngineExceptionErrorID �

)

at �.�B(String ��, Int32 ��)

at CrystalDecisions.CrystalReports.Engine.ReportDocument.�;()

at CrystalDecisions.CrystalReports.Engine.ReportDocument.InternalInit()

at CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor()

at CrystalDecisions.CrystalReports.Engine.ReportClass..ctor()

at _8130_3_Entry_Form.rpt8130..ctor()

at _8130_3_Entry_Form.Form2.InitializeComponent()

at _8130_3_Entry_Form.Form2..ctor()

at _8130_3_Entry_Form.Form1.btnDisplay_Click(Object sender, EventArgs e)

at System.Windows.Forms.Control.OnClick(EventArgs e)

at System.Windows.Forms.Button.OnClick(EventArgs e)

at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)

at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

at System.Windows.Forms.Control.WndProc(Message& m)

at System.Windows.Forms.ButtonBase.WndProc(Message& m)

at System.Windows.Forms.Button.WndProc(Message& m)

at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)

at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)

at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

 

 

************** Loaded Assemblies **************

mscorlib

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll

----------------------------------------

8130-3 Entry Form

Assembly Version: 1.0.1539.17283

Win32 Version: 1.0.1539.17283

CodeBase: file:///C:/Program%20Files/8130%20Entry%20Form/8130-3%20Entry%20Form.exe

----------------------------------------

System.Windows.Forms

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll

----------------------------------------

System

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll

----------------------------------------

System.Drawing

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll

----------------------------------------

System.Data

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll

----------------------------------------

System.Xml

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll

----------------------------------------

Microsoft.VisualBasic

Assembly Version: 7.0.5000.0

Win32 Version: 7.10.3052.4

CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll

----------------------------------------

System.EnterpriseServices

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system.enterpriseservices/1.0.5000.0__b03f5f7f11d50a3a/system.enterpriseservices.dll

----------------------------------------

CrystalDecisions.Windows.Forms

Assembly Version: 9.1.5000.0

Win32 Version: 9.1.9800.0

CodeBase: file:///c:/windows/assembly/gac/crystaldecisions.windows.forms/9.1.5000.0__692fbea5521e1304/crystaldecisions.windows.forms.dll

----------------------------------------

CrystalDecisions.CrystalReports.Engine

Assembly Version: 9.1.5000.0

Win32 Version: 9.1.9800.0

CodeBase: file:///c:/windows/assembly/gac/crystaldecisions.crystalreports.engine/9.1.5000.0__692fbea5521e1304/crystaldecisions.crystalreports.engine.dll

----------------------------------------

CrystalDecisions.Shared

Assembly Version: 9.1.5000.0

Win32 Version: 9.1.9800.0

CodeBase: file:///c:/windows/assembly/gac/crystaldecisions.shared/9.1.5000.0__692fbea5521e1304/crystaldecisions.shared.dll

----------------------------------------

CrystalKeyCodeLib

Assembly Version: 9.1.5000.0

Win32 Version: 9.1.9800.0

CodeBase: file:///c:/windows/assembly/gac/crystalkeycodelib/9.1.5000.0__692fbea5521e1304/crystalkeycodelib.dll

----------------------------------------

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...