http://bugs.winehq.org/show_bug.cgi?id=8499
------- Additional Comments From dank@kegel.com 2007-27-05 07:50 ------- Last I checked, you need not only to install mono, but you also have to set a couple registry entries. wget http://kegel.com/wine/winetricks sh winetricks mono11 will install a (possibly oldish) windows mono and set the following registry keys:
[HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v1.1.4322] "Install"=dword:00000001 "SP"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Microsoft.NETFramework\policy\v1.1] "4322"="3706-4322"
which were found by trial and error to be needed. So before you conclude installing mono didn't help, make sure you check out those registry keys.