|
-
Jan 27th, 2000, 03:19 AM
#1
Thread Starter
Member
When I run my application after it's been installed I get error "ActiveX Component can't create object"....any suggestions? Does it need to be registered? And how do I register it? Any suggestions? Thanks.
-
Jan 27th, 2000, 09:49 PM
#2
Member
If your app needs an ActiveX component, then you must register the component on each user's machine. The P&D wizard should have done this for you. If not, you can use the regsvr32 utility.
To register an ActiveX DLL:
regsvr32 "path to DLL\MyDLL.dll"
To register an ActiveX Exe:
path to exe\MyExe.exe /regserver
-
Jan 27th, 2000, 10:45 PM
#3
Thread Starter
Member
Where can I get the utility?
-
Jan 27th, 2000, 10:50 PM
#4
Thread Starter
Member
I found it in the System directory. Okay, I know I need to run from command line to register the DLL, but I don't know which DLL is needed for this activex component?? Any suggestions?
Thanks,
Dave
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
|