Cannot find keycodeV2.dll, or invalid keycode Error

bitelindia

Newcomer
Joined
Aug 28, 2003
Messages
18
I have a created a crystal reports web page with vb.net.
However, I get the error "Cannot find KeyCodeV2.dll, or invalid keycode."

Although earlier, merge modules was giving same error. So I downloaded latest merge modules from crystal reports web site :
database_access.msm
database_access_enu.msm
regwiz.msm
managed.msm
and replaced with original one.

I have entered the registration code in regwiz. I have also
granted Read permission to the aspnet account to the two particular registries.

I have tried a lot, but don't know where is the mistake ?

Kindly help ?
 
u need to include the merge modules named vc.msm or something like that, i dont remember the name exactly, but that will do it.
 
Correct:
VC_CRT.msm
VC_STL.msm

Those were listed after the first group of merge modules as they applied to VS.Net 2002 and 2003.
 
Back
Top