Problem
my project in vb.net is properly working in my machine. Iam using vb.net2003 bundled with crystal report,which is running. I want to install my project to my client machine which is Vista.And also that machine not installed vb.net,that i don't want. But when i installed my project, when i view report keycodev2.dll is coming.
'Regsvr32 "C:\Program Files\Common Files\Crystal Decisions\1.0\bin\Keycodev2.dll" was loaded but the call to DIIRegisterServer failed with error code 0x8002801c'
merge module included,registration is also fine but still error coming.vb.net installed machine was running properly.
Solution
you can download library file from this link,
http://www.ascentive.com/support/new/support_dll.phtml?dllname=RICHTX32.OCX
When the client machine is Vista,
1) Install the package (Setup)
2) Install path must be “C:\Program Files\.....
3) Execute the libraryfiles.exe, (which is available in the same path)
4) The files should be placed in the folder “C:\Windows\System32”
5) Go to Start; click Run, and then type:
6) Regsvr32 "C:\Program Files\Common Files\Crystal Decisions\1.0\bin\Keycodev2.dll"
7) You will get shortcut placed at your desktop and run it
|
| Author: Prafulla S Shimpi 12 Sep 2008 | Member Level: Gold Points : 1 |
Thanks for sharing this info.
I found it useful especially on VISTA version. I think it is some component reference problem.
|