PDA

Click to See Complete Forum and Search --> : Cannot find KeycodeV2.dll error in Crystal Reports


rodrick
Jan 29th, 2006, 04:15 PM
Hi,

I have a project that is a windows form that runs a crystal report. To install this I have a msi file. I have included the all the msm files that are required.

This has worked fine in the past, but recently we have needed to install the report on a new PC. The install seemed to work fine but when trying to run the report I get the "Cannot find KeycodeV2.dll, or invalid keycode" error message. All the PCs in our office are set up in the same way.

The only difference between when the install had been run last and when it was run again is that SP2 has been installed on all the PC's. Could SP2 make the msi install unable to register all the keys?

Is there anything that I am missing that I should be looking for to make sure the application was installed correctly?


R

brucevde
Jan 29th, 2006, 05:26 PM
These might help solve your problem.

http://support.businessobjects.com/library/kbase/articles/c2010681.asp

http://support.businessobjects.com/library/kbase/articles/c2012603.asp

The c2010681 article list some additional documentation that might be of interest as well.

rodrick
Jan 29th, 2006, 06:25 PM
Unfortunately these don't cover my situation. :(

Thanks for your help.

Hack
Jan 30th, 2006, 05:48 AM
Moved to application deployment

GaryMazzone
Jan 30th, 2006, 09:48 AM
I had the same problem last week. I found that the merge modules for CR make a difference. I have the full developer edition of CR9 but the merge moudles for that version of CR did not work if I deloped a .Net application. I had to get the latest merge modules from CR for the .Net platform. I added them to the build and then the install went properly and the reports ran.

RobDog888
Jan 30th, 2006, 11:03 AM
I had this same issue too before. Wish I had know about the MM fixes. Too late to test it now but I see it was only relevant to the full version of CR, correct?

GaryMazzone
Jan 30th, 2006, 11:15 AM
I'm not sure. The reports where developed in the Full version of CR9. But the application was created in VB.Net 2003. Previous applications done in VB6 needed the full CR product merge modules to run. But for the .Net I had to remove the full version merge modules and include only the modules for .Net

RobDog888
Jan 30th, 2006, 12:17 PM
I think there may have also been an issue with having .net w/ the bundled CR and having the full stand alone version of CR on the smae system that the app is packaged on.