http://bugs.winehq.org/show_bug.cgi?id=26524
--- Comment #6 from Fabio Colella fcole90@gmail.com 2011-03-23 18:43:45 CDT --- (In reply to comment #5)
Hello,
adding download for 8.x and bug dependencies.
That app needs at least .NET 3.0 installed (WPF).
Apart from that it needs support for COM server information from PE manifest (side-by-side method) as it relies on registration/registry-free COM method (bug 25340).
--- snip --- fixme:shell:URL_ParseUrl failed to parse L"System" fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms" fixme:shell:URL_ParseUrl failed to parse L"System.Drawing" fixme:exec:SHELL_execute flags ignored: 0x00000100 fixme:shell:URL_ParseUrl failed to parse L"PresentationFramework" fixme:shell:URL_ParseUrl failed to parse L"PresentationCore" fixme:shell:URL_ParseUrl failed to parse L"WindowsBase" fixme:advapi:RegisterTraceGuidsW (0x65054a, (nil), {a42c77db-874f-422e-9b44-6d89fe2bd3e5}, 1, 0x32df1c, (null), (null), 0x32df24,) fixme:shell:URL_ParseUrl failed to parse L"Toolbox" fixme:shell:URL_ParseUrl failed to parse L"Interop.mvAppSDKLib" err:ole:CoGetClassObject class {47644ff9-14e0-4565-9f5f-fdce90076e3d} not registered err:ole:create_server class {47644ff9-14e0-4565-9f5f-fdce90076e3d} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {47644ff9-14e0-4565-9f5f-fdce90076e3d} could be created for context 0x15 ... Unhandled Exception: System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {47644FF9-14E0-4565-9F5F-FDCE90076E3D} failed due to the following error: 80040154. at muveeReveal.MVRTL..ctor() at muveeReveal.App.AppStartUp(Object sender, StartupEventArgs args) at System.Windows.Application.OnStartup(StartupEventArgs e) at System.Windows.Application.<.ctor>b__0(Object unused) ... --- snip ---
--- snip mvappsdk.dll.manifest ---
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> ... <file name="mvAppSDK.dll" hashalg="SHA1"><comClass clsid="{47644FF9-14E0-4565-9F5F-FDCE90076E3D}" tlbid="{DAFCFB7F-FD22-42CC-96CE-8471F4C606E1}" description="MVCoordinator Class" threadingModel="Apartment" progid="mvAppSDK.MVCoordinator"><progid>mvAppSDK.MVCoordinator.1</progid></comClass><typelib tlbid="{DAFCFB7F-FD22-42CC-96CE-8471F4C606E1}" version="1.0" helpdir="" flags="HASDISKIMAGE"></typelib> </file> <comInterfaceExternalProxyStub name="IMVCoordinator" iid="{FE0F0EEA-6837-4380-B542-230A6A79EAB9}" tlbid="{DAFCFB7F-FD22-42CC-96CE-8471F4C606E1}" proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"></comInterfaceExternalProxyStub></assembly> --- snip mvappsdk.dll.manifest ---
Regards
Thanks. So what should I do to make it work?