473,320 Members | 1,839 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,320 software developers and data experts.

Error "Cannot find KeycodeV2.dll"

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.

Nov 20 '05 #1
5 3879
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
"touf" <to******@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
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.

Nov 20 '05 #2
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.
"touf" <to******@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
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.

Nov 20 '05 #3
Thanks, how can I solve this, can yu give me the steps please

"CJ Taylor" <no****@blowgoats.com> wrote in message
news:vq************@corp.supernews.com...
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
"touf" <to******@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
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.


Nov 20 '05 #4
Other question
do i realy need this in a window project (not a web project)?

"touf" <to******@hotmail.com> wrote in message
news:uf**************@TK2MSFTNGP11.phx.gbl...
Thanks, how can I solve this, can yu give me the steps please

"CJ Taylor" <no****@blowgoats.com> wrote in message
news:vq************@corp.supernews.com...
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
"touf" <to******@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
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.



Nov 20 '05 #5
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
"touf" <to******@hotmail.com> wrote in message
news:%2******************@TK2MSFTNGP12.phx.gbl...
Other question
do i realy need this in a window project (not a web project)?

"touf" <to******@hotmail.com> wrote in message
news:uf**************@TK2MSFTNGP11.phx.gbl...
Thanks, how can I solve this, can yu give me the steps please

"CJ Taylor" <no****@blowgoats.com> wrote in message
news:vq************@corp.supernews.com...
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
"touf" <to******@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
> 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.
>
>
>



Nov 20 '05 #6

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

Similar topics

1
by: Fie Fie Niles | last post by:
I have IIS installed on XP Professional workstation machine. I have an ASP page that open connection to an Access database, then when trying to update the database, it gave me the error "cannot...
2
by: Andreas Poller | last post by:
Hello, I have the following problem: I have a class deriving from ICustomTypeDescriptor: public __gc class TPropertyBag : public ICustomTypeDescriptor { private: ...
0
by: Chun | last post by:
Dear All I am now facing a problem when i try to pass a custom datatable datatype value to a remote server. In the remote server, a method with System.Data.DataTable as input parameter is...
2
by: Florian G. Pflug | last post by:
Hi Since sometime yesterday, my postgresql (7.4.5) reports "ERROR: cannot compare arrays of different element types", when I analyze a specific table in my database. Here is the tables...
0
by: mvdkwong | last post by:
I am trying to run a macro that will export a table into a fixed length file (see below). However, when I run it, I get the following error: "Cannot update. Database or object is read-only." I've...
1
by: marknewbery | last post by:
Hi, I have been trying to get a php, mySQL install to work and talk together on Windows XP SP2 with IIS. So far I installed and received a responce from php(V5 - manual install) though the ...
0
by: DongWook | last post by:
Dear all, I've a windows application with crystal viewer to show a report (using vb .net 2003). I made a setup project and installed on client machines (no .net and crystal report). The...
2
by: qazmlp1209 | last post by:
class base { public: base() { } base(int number) { priNumber = number ;
2
by: ironmanlarry | last post by:
Hi, I'm trying to do a mail merge from Excel to Word (programatically) and I'm having some trouble creating the Word Document Object. This line of code wordDoc = GetObject("sheet.doc") keeps...
14
by: sarabonn | last post by:
hallo Iam trying to insert a row into a access database using visual c# and iam getting an error " cannot open the action query". here is my code private void button1_Click(object sender,...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....

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.