|
-
April 13th, 2000, 11:59 AM
#1
ActiveX DLL register
When I compile and run ActiveX DLL application, I am able to see the application.
However, if another developer tries to run the application, an error message says error #429, "ActiveX component can't create object." In order to correct this, the developer has to recompile the application, or goto add references menu option in VB and add ActiveX DLL to the reference list AGAIN.
Afterwards, I end up getting the message,"ActiveX component can't create object."
If i correct this, the other developer will get the same error message again. How can I fix this??
-
April 13th, 2000, 12:06 PM
#2
Re: ActiveX DLL register
The ActiveX must be installed on the computer.
Try : regsvr32 MyActiveX.dll
-
May 5th, 2000, 06:12 PM
#3
Re: ActiveX DLL register
Change your project's compatibility to Project compatibility or Binary compatibility
-
May 6th, 2000, 01:29 AM
#4
Re: ActiveX DLL register
As the dll's are operating system specific you can't use a dll that is registered in one system in another ...You need to register the dll in the regedit of that machine where you are trying to use the dll ...
resvr32 "<dllPath>"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|