On 7/31/11 8:22 AM, KladionicaCity wrote:
dimesio wrote:
KladionicaCity wrote:
I installed mono for windows as required.
Try installing real .NET.
Says .NET is already installed, even if don't remember installing it.
You'll have to start with a completely new Wineprefix. Recommend one
program -> one wineprefix.
Get and install the winetricks script (http://wiki.winehq.org/winetricks)
[code]
export WINEPREFIX $HOME/SPARKIV
sh winetricks dotnet20 (or 30 if the program needs/requires it. If the
program needs/requires .NET 3.5 install 3.0 first)
sh winetricks dotnet35
cd <sparkiv install directory>
wine <sparkiv installation executable>
[/code]
This should install the program and .NET.
James