Displaying 1 result from an estimated 1 matches for "quickguidgen".
2008 Jul 22
2
.NET 2.0 fails compiling assemblies on OSX
I'm running 1.1.1 on Mac OS X 10.5.4.
I have searched about this issue and found nothing and people are running .net apps fine so I think this is a particular problem with Darwine (osx build)
.NET installs fine via winetricks and then I can run simple .net apps like QuickGUIDGen, but having a look to the NGen log I noticed there were no assemblies installed (It's supposed to install mscorlib and so after the install.
I tried to install manually:
Code:
wine ngen.exe install "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /NoDep...