PDA

Click to See Complete Forum and Search --> : error 429, activex can create object


Dec 12th, 1999, 08:59 PM
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.

Serge
Dec 12th, 1999, 09:09 PM
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
Serge_Dymkov@vertexinc.com
Access8484@aol.com
ICQ#: 51055819 (http://www.icq.com/51055819)

Dec 12th, 1999, 09:40 PM
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.