I tried to execute an app(NEWDISONG) using wine.
But I have encounter with some problem.
Error messages were...
err:ole:CoGetClassObject class {dee35070-506b-11cf-b1aa-00aa00b8de95} not registered
err:ole:CoGetClassObject no class object {dee35070-506b-11cf-b1aa-00aa00b8de95} could be created for context 0x1
How can I fix it...?
Thank you.
Execute error
-
- Moderator
- Posts: 1153
- Joined: Wed Apr 27, 2011 11:01 pm
Execute error
On Wed, Feb 8, 2012 at 7:13 PM, kwangjin <[email protected]> wrote:
Microsoft.Jet.OLEDB.4.0 (Jet native provider)
HKEY_CLASSES_ROOT\CLSID\{dee35070-506b-11cf-b1aa-00aa00b8de95}
so the solution appears to be to use winetricks to install mdac and jet40:
sh winetricks mdac28 jet40
http://wiki.winehq.org/winetricks for more information and where to
download the winetricks script.
James
per MSDN the CLSID is associated with Jet 4.0:I tried to execute an app(NEWDISONG) using wine.
But I have encounter with some problem.
Error messages were...
err:ole:CoGetClassObject class {dee35070-506b-11cf-b1aa-00aa00b8de95} not registered
err:ole:CoGetClassObject no class object {dee35070-506b-11cf-b1aa-00aa00b8de95} could be created for context 0x1
Microsoft.Jet.OLEDB.4.0 (Jet native provider)
HKEY_CLASSES_ROOT\CLSID\{dee35070-506b-11cf-b1aa-00aa00b8de95}
so the solution appears to be to use winetricks to install mdac and jet40:
sh winetricks mdac28 jet40
http://wiki.winehq.org/winetricks for more information and where to
download the winetricks script.
James
Re: Execute error
Solved.
Thank you.
Now the app does work.
Thank you.
Now the app does work.