On Thu, Jan 22, 2009 at 10:58 AM, crokett <wineforum-user@xxxxxxxxxx> wrote: > I have an application that analyzes fibre channel traces that I am trying to get working in Wine. I downloaded winetricks and installed the .Net 2.0 framework, the MFC libraries and th VC++2005SP1 libraries the app needs. Then I installed it using the wine msiinstaller command. Installation ran through, but when I try to run the app I get this output. I know the files are there, I copied the WinSxS directory from my working Windows machine over. Is there a registry entry or something that I can change? > > thanks > > > Code: > > fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.MFC" > fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.MFC" > fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.MFC" > err:module:import_dll Library MFC80.DLL (which is needed by L"C:\\Program Files\\Finisar\\Xgig Analyzer\\XPorts.dll") not found Does 'winetricks vcrun2005' help? -- -Austin