Installing Microsoft.NET Framework 2.0 SP1

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
raiderleaf
Newbie
Newbie
Posts: 4
Joined: Thu Sep 18, 2008 3:43 pm

Installing Microsoft.NET Framework 2.0 SP1

Post by raiderleaf »

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...
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Installing Microsoft.NET Framework 2.0 SP1

Post by vitamin »

raiderleaf wrote: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...

Code: Select all

cd ~
wget http://www.kegel.com/wine/winetricks
sh ./winetricks dotnet20
For more info see http://wiki.winehq.org/winetricks
raiderleaf
Newbie
Newbie
Posts: 4
Joined: Thu Sep 18, 2008 3:43 pm

Post by raiderleaf »

Thank you very much! That did the trick. Do you know why i still can't access the internet though using applications in Wine that require the internet?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

raiderleaf wrote:Thank you very much! That did the trick. Do you know why i still can't access the internet though using applications in Wine that require the internet?
You most likely missing 32-bit version of libnss-mdns.
raiderleaf
Newbie
Newbie
Posts: 4
Joined: Thu Sep 18, 2008 3:43 pm

Post by raiderleaf »

I see, could you tell me please how to get that installed?

Thanks,

raiderleaf
Lockywolf
Level 2
Level 2
Posts: 27
Joined: Mon Mar 03, 2008 9:22 am

Post by Lockywolf »

>>I see, could you tell me please how to get that installed?

It depends on which distro you use.
Locked