-
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.
-
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
-
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.