|
-
Jul 31st, 2000, 09:54 AM
#1
Thread Starter
Junior Member
Grrr... I've already got problems getting this db app to work, but this error keeps complicating things...
When I try to select a recordsource for the data control (yes, I have a ready made access database and it is selected in the data control's properties), I recieve the following error
-----
Class not registered.
Looking for object with CLSID registry key)
-----
Is there anything I can do about this?
Also, whenever I try to run any of the form/query wizards in Access, I get the response "ActiveX component can't create object."
Where does that come from? I'm not incorporating AciveX into this project anywhere...
Sheesh. Any help is appreciated.
Full Contact Coding-
The greatest way of life!
-
Aug 1st, 2000, 12:28 AM
#2
Guru
what is the CLASSID that is missing? It usually gives you the ClassID in the message
-
Aug 1st, 2000, 08:23 AM
#3
Thread Starter
Junior Member
Here's the ClassID
00000010-0000-0010-8000-00AA006D2EA4
I just didn't list it on the original post 'cause it's cumbersome.
thx,
tainc
Full Contact Coding-
The greatest way of life!
-
Aug 1st, 2000, 10:29 AM
#4
Guru
The DAO DB Engine, just as I had thought
run this from the command line:
regsvr32.exe "C:\Program Files\Common Files\Microsoft Shared\DAO\DAO350.DLL"
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
|