Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB.NET 1.0 > VB.NET 2002/2003 Basics
|
VB.NET 2002/2003 Basics For coders who are new to Visual Basic, working in .NET versions 2002 or 2003 (1.0 and 1.1).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB.NET 2002/2003 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 23rd, 2004, 03:29 AM
Registered User
 
Join Date: Oct 2004
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default Crystal Decisions and VB...promblem !

Hi !
I met promblems with Crystal Decision Namespace in a VB Application!

I developed a VB application in a Windows 2000 prof. machine
with the Framework 1.1 using the Visual Studio platform. I decided
to cover the printings of the application (reporting like Stock report, Customer report etc) using the Crystal Decision Namespace
(old time classic Crystal Report platform). Everything in this machine
works fine !
When I installed the application in a production machine (XP Home with
the Framework 1.1 installed) the programm works perfectly, except
any printing option (which uses Crystals). The application raised
an error like " An unhandled exception.....Cannot find KeycodeV2.dll
or invalid Keycode" .

What's happened, is something missing ?

   Thanks a lot guys

      Miltos from Greece

 
Old October 23rd, 2004, 10:28 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 540
Thanks: 0
Thanked 4 Times in 4 Posts
Default

You need to add the crystal reports merge modules to your deployment project.

Open up your project and right click on your deployment project.
Click on "Add" -> Merge Module

This will bring up an "Add Modules" dialog box. I believe there are six that you to add to your deployment project. The ones you need to add are:

Crystal_Database_Access2003.msm
Crystal_Database_Access2003_enu.msm
Crystal_Managed2003.msm
Crystal_regwiz2003.msm
VC_User_CRT71_RTL_X86_---.msm
VC_User_STL71_RTL_X86_---.msm

Unless you changed something on your machine, they should be located in the following folder:

c:\program files\common files\merge modules

One you add these, you will need to rebuild your deployment project and then reinstall it on the second machine.

J
 
Old September 11th, 2006, 01:55 AM
Registered User
 
Join Date: Sep 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to mhond_gtc
Default

hi.. i follow with what you gave but it so happened that when i run my program that resides on a workstation, it shows an error particularly a query engine error. the error is looking for a particullar temporary report file(hexa decimal file name) with an extension .rpt.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Crystal Reports 11 from VB to VB.net koushik_b2002 Crystal Reports 2 June 1st, 2008 01:58 AM
vb+crystal 8.0 pankajag_in Pro VB Databases 1 June 2nd, 2007 12:44 AM
Error With Crystal Decisions ashokparchuri Crystal Reports 3 August 19th, 2006 08:56 AM
Promblem in KeyListener on JFrame bamboat_3 Java GUI 1 May 28th, 2005 03:09 AM
Crystal Decisions and VB...promblem ! ZoroAstris Crystal Reports 0 October 23rd, 2004 03:50 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.