Displaying 2 results from an estimated 2 matches for "netfx".
Did you mean:
netfs
2008 May 31
3
.Net/regasm error on rc3
Software: Trados as usual
Script to launch:
Code:
#!/bin/sh
wineboot
cd ~/.wine/drive_c/
if test -f SDLTrados2007_PRO_SP2_835.exe
then
echo "file exists"
else
cp ~/SDLTrados2007_PRO_SP2_835.exe ~/.wine/drive_c/
fi
cd ../../../
wget -nd www.kegel.com/wine/winetricks
winetricks -q corefonts gecko wsh56 fakeie6 winxp
cd ~/.wine/drive_c
wine SDLTrados2007_PRO_SP2_835.exe -q
2007 Mar 19
2
Trying to run mixed (MFC w/ CLR support) on wine failed
...n w/ CLR support:
- Failed to run, given error message: "LdrInitializeThunk
msvcm80d.dll failed to initialize, aborting"
Tried workarounds:
- Install MS .Net Framework (tried both 1.1. and 2.0)
-- CrossOver Installation Wizard - failed
-- Using directly wine: "wine msiexec /i netfx.msi" (workaround
described in MicrosoftDotNet - The Official Wine Wiki) - failed
- Install Mono Win32 version (workaround described here: Re: Time for
wine mono or wine dotnet11 component in Bugzilla?) - failed (saying
something like "this is Windows NT application...")
- Make an...