PDA

View Full Version : Installing Microsoft.NET Framework 2.0 SP1


raiderleaf
September 18th, 2008, 05:41 PM
I'm trying to install Microsoft.NET Framework 2.0 SP1 in order to play my game online, Secret of the Solstice. How can I achieve this? It keeps saying it fails...

Bakon Jarser
September 18th, 2008, 06:38 PM
http://appdb.winehq.org/appview.php?iVersionId=3754

raiderleaf
September 18th, 2008, 07:16 PM
Thank you! That worked like a trick! Anyways, I still can't get the internet to work at all though, and the application that uses this Framework can't detect the internet... Any advice would be greatly appreciated!

le_vainqueur
October 11th, 2008, 03:05 PM
How were you able to get the installer to work? Every version of Windows I tried had an installation failure. I installed 1.1 without a problem. The 2.0 installer got through the first few portions of the wizard, but when it got to the "Installing Components" window, no progress was made in the bar, and after sitting there for a bit, it said that the installation failed. It also gave me the "send message to windows" or whatever dialog box. Did you have any problems like this?

qwertymn
October 12th, 2008, 04:04 AM
I'm trying to install Microsoft.NET Framework 2.0 SP1 in order to play my game online, Secret of the Solstice. How can I achieve this? It keeps saying it fails...

.net 2.0 sp1 should install fine in wine-1.6 , after doing
"winetricks dotnet20 volnum"
Then run the installer for .net 2.0 SP1. If things still fail, try it on a complete new ~/.wine, it should work

le_vainqueur
October 18th, 2008, 06:02 PM
.net 2.0 sp1 should install fine in wine-1.6 , after doing
"winetricks dotnet20 volnum"
Then run the installer for .net 2.0 SP1. If things still fail, try it on a complete new ~/.wine, it should work

That worked perfectly, thank you.