CR 8.5 and CR from VS.Net package 
Author Message
 CR 8.5 and CR from VS.Net package

I have a problem with distributing my VB.Net application which uses
CrystalViewer control. I have 2 Crystal Reports on my developer machine -
Crystal 8.5 and Crystal from VS.Net package. After installation of my app
I'm getting an error on user machine "Cannot find KeycodeV2.dll, or invalid
keycode". I have all Crystal Assemblies in my setup, I added RegWiz.msm and
License Key, but still no success. I came to these questions: May these 2
Crystals conflict somehow? Is there any requirement for installation of both
of them on the same machine? Does anybody have them both on the same machine
and if yes, did you already do setup for your .Net project with Crystal?
I posted this question in different forms many times in Crystal News Groups,
forums - no solution so far.
Thank you
Vlad


Sat, 30 Oct 2004 20:38:26 GMT  
 CR 8.5 and CR from VS.Net package
I have them both installed. No problems here.


Quote:
> I have a problem with distributing my VB.Net application which uses
> CrystalViewer control. I have 2 Crystal Reports on my developer machine -
> Crystal 8.5 and Crystal from VS.Net package. After installation of my app
> I'm getting an error on user machine "Cannot find KeycodeV2.dll, or
invalid
> keycode". I have all Crystal Assemblies in my setup, I added RegWiz.msm
and
> License Key, but still no success. I came to these questions: May these 2
> Crystals conflict somehow? Is there any requirement for installation of
both
> of them on the same machine? Does anybody have them both on the same
machine
> and if yes, did you already do setup for your .Net project with Crystal?
> I posted this question in different forms many times in Crystal News
Groups,
> forums - no solution so far.
> Thank you
> Vlad



Sat, 30 Oct 2004 21:17:20 GMT  
 CR 8.5 and CR from VS.Net package
Thanks Bob
Did you already do any setup for your VB.Net application which has a
CrystalViewer control?
I do not have any problem with 2 Crystals when I'm using them on my
developer machine. The problem arises on the user machine when my app is
running and user tries to display Crystal Report
Vlad


Quote:
> I have them both installed. No problems here.



> > I have a problem with distributing my VB.Net application which uses
> > CrystalViewer control. I have 2 Crystal Reports on my developer
machine -
> > Crystal 8.5 and Crystal from VS.Net package. After installation of my
app
> > I'm getting an error on user machine "Cannot find KeycodeV2.dll, or
> invalid
> > keycode". I have all Crystal Assemblies in my setup, I added RegWiz.msm
> and
> > License Key, but still no success. I came to these questions: May these
2
> > Crystals conflict somehow? Is there any requirement for installation of
> both
> > of them on the same machine? Does anybody have them both on the same
> machine
> > and if yes, did you already do setup for your .Net project with Crystal?
> > I posted this question in different forms many times in Crystal News
> Groups,
> > forums - no solution so far.
> > Thank you
> > Vlad



Sat, 30 Oct 2004 23:04:30 GMT  
 CR 8.5 and CR from VS.Net package
This is what I had to do to get a client working.  I dont think the error
message you are having is anything to do with having two versions:

Here are the steps:

1.    Add these merge models to setup project from C:\Program Files\Common
Files\Merge Modules:

    Database_Access.msm
    Database_Access_enu.msm
    Managed.msm
    regwiz.msm

2.    The following merge models should have been added automatically to the
setup program, if not, add them:

    VC_CRT.msm
    VC_STL.msm

3.    Add the CR license key to the license key property under
MergeModuleProperties in the properties window for regwiz.msm.  The key can
be found in the help/about MS Dev env. dialog in Visual Studio.  Highlight
the "Crystal Reports for Visual Studio .NET" line, copy info, past into
notepad and then cut-and-paste just the key number into the property.

I think that is all - I learned this by trial-and-error and looking at other
posts, so I may have missed something.  If so just let me know.

Laurie Paulin
Perth, Western Australia


Quote:
> I have a problem with distributing my VB.Net application which uses
> CrystalViewer control. I have 2 Crystal Reports on my developer machine -
> Crystal 8.5 and Crystal from VS.Net package. After installation of my app
> I'm getting an error on user machine "Cannot find KeycodeV2.dll, or
invalid
> keycode". I have all Crystal Assemblies in my setup, I added RegWiz.msm
and
> License Key, but still no success. I came to these questions: May these 2
> Crystals conflict somehow? Is there any requirement for installation of
both
> of them on the same machine? Does anybody have them both on the same
machine
> and if yes, did you already do setup for your .Net project with Crystal?
> I posted this question in different forms many times in Crystal News
Groups,
> forums - no solution so far.
> Thank you
> Vlad



Sun, 31 Oct 2004 10:18:51 GMT  
 CR 8.5 and CR from VS.Net package
Thanks Laurie.
I did everything you suggest. Still getting that message about
KeycodeV2.dll. I have 3 PCs - all of them have similar stuff installed
(VS.Net, both Crystals and so on). It doesn't matter which one of them I'm
using for building my setup. After installation on client I'm getting the
error when I'm trying to invoke the form with CRViewer control.
Any idea what is it - KeycodeV2.dll?
Vlad


Quote:
> This is what I had to do to get a client working.  I dont think the error
> message you are having is anything to do with having two versions:

> Here are the steps:

> 1.    Add these merge models to setup project from C:\Program Files\Common
> Files\Merge Modules:

>     Database_Access.msm
>     Database_Access_enu.msm
>     Managed.msm
>     regwiz.msm

> 2.    The following merge models should have been added automatically to
the
> setup program, if not, add them:

>     VC_CRT.msm
>     VC_STL.msm

> 3.    Add the CR license key to the license key property under
> MergeModuleProperties in the properties window for regwiz.msm.  The key
can
> be found in the help/about MS Dev env. dialog in Visual Studio.  Highlight
> the "Crystal Reports for Visual Studio .NET" line, copy info, past into
> notepad and then cut-and-paste just the key number into the property.

> I think that is all - I learned this by trial-and-error and looking at
other
> posts, so I may have missed something.  If so just let me know.

> Laurie Paulin
> Perth, Western Australia



> > I have a problem with distributing my VB.Net application which uses
> > CrystalViewer control. I have 2 Crystal Reports on my developer
machine -
> > Crystal 8.5 and Crystal from VS.Net package. After installation of my
app
> > I'm getting an error on user machine "Cannot find KeycodeV2.dll, or
> invalid
> > keycode". I have all Crystal Assemblies in my setup, I added RegWiz.msm
> and
> > License Key, but still no success. I came to these questions: May these
2
> > Crystals conflict somehow? Is there any requirement for installation of
> both
> > of them on the same machine? Does anybody have them both on the same
> machine
> > and if yes, did you already do setup for your .Net project with Crystal?
> > I posted this question in different forms many times in Crystal News
> Groups,
> > forums - no solution so far.
> > Thank you
> > Vlad



Sun, 31 Oct 2004 11:02:31 GMT  
 CR 8.5 and CR from VS.Net package
Have you tried copying it across to your clients (prob C:\Program
Files\Common Files\Crystal Decisions\1.0\Bin) and then doing a regsvr32 on
it?  Its definitely needed and should have been installed and registered by
regwiz.msm in your setup install.

You should search the hard disks and see if there are multi versions of
this, maybe from another app perhaps.  I don't think its a .NET dll, i.e. so
you may have WIN32 conflicts.  Search the registry too.

Laurie


Quote:
> Thanks Laurie.
> I did everything you suggest. Still getting that message about
> KeycodeV2.dll. I have 3 PCs - all of them have similar stuff installed
> (VS.Net, both Crystals and so on). It doesn't matter which one of them I'm
> using for building my setup. After installation on client I'm getting the
> error when I'm trying to invoke the form with CRViewer control.
> Any idea what is it - KeycodeV2.dll?
> Vlad


message

> > This is what I had to do to get a client working.  I dont think the
error
> > message you are having is anything to do with having two versions:

> > Here are the steps:

> > 1.    Add these merge models to setup project from C:\Program
Files\Common
> > Files\Merge Modules:

> >     Database_Access.msm
> >     Database_Access_enu.msm
> >     Managed.msm
> >     regwiz.msm

> > 2.    The following merge models should have been added automatically to
> the
> > setup program, if not, add them:

> >     VC_CRT.msm
> >     VC_STL.msm

> > 3.    Add the CR license key to the license key property under
> > MergeModuleProperties in the properties window for regwiz.msm.  The key
> can
> > be found in the help/about MS Dev env. dialog in Visual Studio.
Highlight
> > the "Crystal Reports for Visual Studio .NET" line, copy info, past into
> > notepad and then cut-and-paste just the key number into the property.

> > I think that is all - I learned this by trial-and-error and looking at
> other
> > posts, so I may have missed something.  If so just let me know.

> > Laurie Paulin
> > Perth, Western Australia



> > > I have a problem with distributing my VB.Net application which uses
> > > CrystalViewer control. I have 2 Crystal Reports on my developer
> machine -
> > > Crystal 8.5 and Crystal from VS.Net package. After installation of my
> app
> > > I'm getting an error on user machine "Cannot find KeycodeV2.dll, or
> > invalid
> > > keycode". I have all Crystal Assemblies in my setup, I added
RegWiz.msm
> > and
> > > License Key, but still no success. I came to these questions: May
these
> 2
> > > Crystals conflict somehow? Is there any requirement for installation
of
> > both
> > > of them on the same machine? Does anybody have them both on the same
> > machine
> > > and if yes, did you already do setup for your .Net project with
Crystal?
> > > I posted this question in different forms many times in Crystal News
> > Groups,
> > > forums - no solution so far.
> > > Thank you
> > > Vlad



Sun, 31 Oct 2004 16:19:24 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. Decimal Place problem after Upgrading from CR 6 to CR 8.5

2. CR 8 and CR 8.5

3. Using a dll that referenced CR 8.5 files on a machine that has CR 8.0

4. CR 8.5 - RDC - Package and Deployment Wizard Errors

5. Parameter to Stored Procedure CR 8.5 VB.Net Specified Cast Not Valid

6. Logon Failed (VB.NET/CR 8.5)

7. Crystal Subreport insanity (asp.net CR 8.5)

8. CR 8.5 viewer not working in VB .NET??

9. Find good book about using CR.NET with VS.NET and .NET Framework

10. VS.Net + Cr.Net and VB.Net

11. VS .NET 2002 upgrade to 2003 and CR.NET

12. CR .Net is bundled with VS .Net?

 

 
Powered by phpBB® Forum Software