|
-
Dec 12th, 1999, 09:59 PM
#1
Hello
I created a vb app and when I run this on my computer where it was created, it works fine. But I put it on any other computer, I get the error 429, activex can not create object.
The point where it seems to stop is on a Filesystem object that I am using. The fs object is declared globally. Any ideas on where to start checking for a problem. I have all references and components selected. This is in VB6.
-
Dec 12th, 1999, 10:09 PM
#2
You have to provide all files that are used with your EXE (DLLs, OCXs etc). As far as FileSystem object, you have to include scrrun.dll with your EXE as well.
------------------
Serge
Software Developer
[email protected]
[email protected]
ICQ#: 51055819
-
Dec 12th, 1999, 10:40 PM
#3
Hello
Thanks for the quick answer. After I installed scrrun.dll in the setup wizard, the program nows works. Thanks for the help.
Now If I can find out where they mention this, it would be great.
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
|