On Wed, Feb 8, 2012 at 7:13 PM, kwangjin <wineforum-user@xxxxxxxxxx> wrote: > 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 > per MSDN the CLSID is associated with Jet 4.0: 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