Reason:
An AciveX control needs to be registered before it can be used
How to register the active-x control?
1) Using regsvr32.exe (Manual registration)
The active-x control needs to be manually registred in that machine by using regsvr32.exe.
Go the the DOS prompt and type in "regsvr32.exe c:\DSOFramer.ocx".
2) During Deployment: (Best option)
1. Add the dsoframer.ocx in your Setup project
2. Set the Register property of this file to vsdrfCOM.
3. Build the Setup project and run the resulting MSI package to install your application as well as the DSOFramer ActiveX control on the target machine.
No comments:
Post a Comment