Access ERROR Runtime error '429' - HELP

Proditech Orion

Registered User.
Local time
Today, 15:58
Joined
Sep 28, 2006
Messages
15
Hello Grand Comunity,
I am in need of your assistance
I don't know what happened between yesterday and today but a rather strange problem occur everytime I try to open a form of a database I am creating...

Side note: Using Access XP

When I try to open it it opens a dialog box saying

Runtime error '429'
Active X component can't creat object

END | DEBUG | HELP

I click to DEBUG and a line of my code appears in yellow as follow:

Set fs = CreateObject("Scripting.FileSystemObject")

I try lots of things to make this work, before bothering you
I went to Microsoft website and nothing there that helps

I uninstall the entire office, restart the computer and install it again.Nothing

Then I went to http://www.mvps.org/access/bugs/bugs0007.htm

and tryed to register the file DAO360.dll, again nothing

The wierd part is that (fortunatly for me) on my notebook the database is working perfectly...

PLEASE, any insights would be greatly appreciate it

PS: Btw, Just for the fun of it, I try to install only Access XP on a Vmware machine I have just for testing and it worked too, so clearly the problem is not my database but something happened with the access on my main computer.

Thx in advance
 
Problem Solved, thx 2 a good friend of mine...

OK... uff
A good friend of mine just solved my problem (and potentially for others) with a page fom Microsoft...

here it is if something similar happens to you...

http://support.microsoft.com/kb/247979

"RESOLUTION
The Microsoft Scripting Runtime must be installed from the Microsoft Windows Script components. The Microsoft Windows Script components are installed by a self-extracting EXE. You can redistribute this EXE with your setup package. Alternately, your customers can download and install the appropriate self-extracting EXE at following Microsoft Web site:
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp"

WindowsXP-Windows2000-Script56-KB917344-x86-enu.exe

I hope my problem will help others
 

Users who are viewing this thread

Back
Top Bottom