I am trying to install the .net 2.5 framework in a ubuntu box.

I am following the instructions from these links:

https://help.ubuntu.com/community/Wine

http://appdb.winehq.org/objectManager.php?sClass=version&iId=10166

After I start the

`bash winetricks dotnet35 `

although the 2.0 .net is installed successfully my 3.0 installation fails giving me an error encountered screen which has a link to some microsoft owned page for troubleshouting general .net installation issues...

Any ideas what I am missing?

Thanks

link|improve this question
Maybe you should post your question within the Wine community / forum, where you'll find more likely a solution – Matten Dec 4 '11 at 17:02
feedback

migrated from stackoverflow.com Dec 4 '11 at 17:06

This question came from our site for professional and enthusiast programmers.

1 Answer

Appdb says "The installer stop works.". It just doesn't work. You should use Mono if you want to run .net framework based apps.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown