http://bugs.winehq.org/show_bug.cgi?id=19792
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #11 from Anastasius Focht focht@gmx.net 2010-01-30 15:59:14 --- Hello,
--- quote --- could anyone advice me how to proceed? --- quote ---
you could try with .NET Framework from Microsoft. Although Wine suggests "install MONO to run .NET executables", I would advise/prefer the use of original Microsoft .NET Framework any time over MONO.
Start over with fresh WINEPREFIX and use winetricks steps (adapted from your start script):
$ sh winetricks -q dotnet20 jet40 mdac28 corefonts
If the app requires .NET 2.0 SP1 you can work around by faking the SP number, e.g.:
[HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v2.0.50727] "SP"=dword:00000001
Regards