http://bugs.winehq.org/show_bug.cgi?id=20128
Andy Clayton clayt055@umn.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |clayt055@umn.edu
--- Comment #18 from Andy Clayton clayt055@umn.edu 2011-01-04 21:46:31 CST --- Using wine 1.3.10 I have gotten the .NET 4.0 installer to claim to complete with success. The first run fails as described in bug 25535, but the second run completes after clicking through a varying number of identical error dialogs:
(aspnet_regiis.exe - Configuration parser error) or (mscorsvw.exe - Configuration parser error) Error parsing C:\windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config Parser returned error 0x80004005.
Which I believe is due to:
wine: Call from 0x7b838df2 to unimplemented function mscoree.dll.CreateConfigStream, aborting
I'm not sure why the number of dialogs shown varies for me, but it seems to launch mscorsvw.exe quite a few times with different class arguments so there is a dialog for each.
After this a simple C#/.NET 4.0 hello world dialog created in VS 2010 runs fine (though sometimes causing quite a few more of the parse error dialogs).