3

I once heard of a guy managed to install original Microsoft .Net Framework on Linux and successfully run Mono-incompatible .Net applications using bleeding-edge MS C# features. Any idea how could he do it?

Ivan
  • 63,011
  • 101
  • 250
  • 382
  • 4
    I once heard that a guy jumped out of an aircraft at 30K feet, landed in a 1 foot swimming pool and walked away with no injuries. What you hear about MS .NET on Linux is almost as likely to be true. The only real option for .NET on Linux is currently Mono. They are moving towards .NET 4 compatibility but are not there yet. – Tom Cabanski Jun 06 '10 at 20:41
  • thank you for that, i also tried Mono and currently evaluating it in linux, i simply thought that may by .Net Framework can be installed using wine or not that's why the question is. – Gunwant Saini Dec 15 '10 at 17:18

4 Answers4

6

Actually, .NET 4 has been implemented in Mono. There just hasn't been a release, which will probably be very soon. Mono doesn't release beta's due to the fact that you can grab from source. If you would like to run .NET 4 now, then all you need to do is grab Mono from SVN and build it. The link that @Mike Cellini gave states it at the bottom. If you want to start developing or run 4.0 applications against Mono, then this will be your best bet at the moment. Unless you want to wait for a packaged release. There's plenty of documentation on Mono's site for building from source, which really isn't any different than building a release tarball.

Dale Ragan
  • 18,202
  • 3
  • 54
  • 70
4

Wine has .NET 2.0 working and sort of has .NET 3.0 working, beyond that and you're out of luck. Even then I think they're probably spotty at best. The best support for .NET on Linux is Mono. Mono has pretty good support for much of the .NET Framework but your still out of luck for .NET 4. http://www.mono-project.com/Compatibility

Mike Cellini
  • 340
  • 2
  • 11
1

it can only by the Standalone Installer not by the web installer (it is better to try winetricks) or cliсk here for the standalone installer (offline)

Nekto
  • 17,837
  • 1
  • 55
  • 65
0

This may be of some relevance dotGnu.

Carel
  • 3,289
  • 2
  • 27
  • 44