Question about error

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
fmorales
Level 2
Level 2
Posts: 21
Joined: Fri May 09, 2008 5:50 am

Question about error

Post by fmorales »

Sorry, what does means this?

err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered
err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1

It is from my application that use ADODB for try to connect with a LDAP server ...
what is missing?

How can I install adodb in wine? .. I need to install odbc linux driver?

Thanks a lot
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

ODBC might not work with Wine yet... I suggest you get Winetricks from http://wiki.winehq.org/winetricks and get the Windows ODBC driver from there. The app might work afterwards. :)
fmorales
Level 2
Level 2
Posts: 21
Joined: Fri May 09, 2008 5:50 am

Post by fmorales »

Sorry, I get the error after install Winetricks

mdac25 MS MDAC 2.5: Microsoft ODBC drivers, etc.


err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered
err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1

How can I try to find wath class is missing? or what is happend?

thanks a lot
Locked