
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