I need .NET 4.0 but I was unable do find a PPA that allows me to install version 2.4.1 and the necessary dependencies.

link|improve this question
1  
MonoDevelop 2.4.1 will not give you a .NET 4 runtime. You need Mono 2.8 or later. – mhutch Jan 27 '11 at 3:18
Probably I'll start developing on a vm with OpenSuse in order to have my development environment easily setup and give the focus more on the project than on the development environment. – ruionwriting Mar 18 '11 at 17:06
I think that @mhutch is mistaken, according to MonoDevelop, 2.6 is when .NET 4.0 support started monodevelop.com/Download/What's_new_in_MonoDevelop_2.6 – lfalin Jan 25 at 16:53
@lfalin, Mono != MonoDevelop – mhutch Jan 26 at 1:05
@mhutch Sorry, misread your answer and implication. – lfalin Jan 27 at 15:25
feedback

3 Answers

up vote 0 down vote accepted

Here's how I did it:

build the 2.8.2 from using the the script here:

and then installed the launchpad - https://launchpad.net/ubuntu/maverick/i386/monodevelop/2.4+dfsg-3ubuntu2

and then in monodevelop: Edit -> Preferences -> .Net Runtime and add the new source

Did that work?

link|improve this answer
I would strongly advise against replacing the system Mono. If building from source, build a parallel Mono environment. There are several guides to doing so: google.com/search?q=mono+parallel+environment – mhutch Jan 27 '11 at 3:17
@mhutch - I just updated my answer.. is this an acceptable procedure? – Chris Jan 27 '11 at 3:58
I'me going to test this over this weekend. – ruionwriting Jan 27 '11 at 9:15
@Chris: The install script looks fine, but it doesn't have anything about setting the environment. patrick.qmtech.net/blog/?p=36 looks better. – mhutch Jan 28 '11 at 2:15
I'm the author of the mono script. I just added another experimental one that will install MonoDevelop 2.4.2 or 2.6 beta using the parallel environments method. It will also create a launcher script in the build folder that sets up the environment to run it. integratedwebsystems.com/2011/03/… – Nathan Mar 23 '11 at 16:10
show 2 more comments
feedback

Another option is to use this deb-package

http://blog.fusonic.net/2010/10/mono-2-8-parallel-environment-debianubuntu-package/

link|improve this answer
This is valid but currently I think the best way to work with the latest build is to use always on of the recommended platforms. In my case I want to use it on Linux for test purposes. The option was to work with a virtual machine tunning the latest Open Suse stable release. Focus :). – ruionwriting Mar 28 '11 at 11:26
feedback

Currently, I think the, best way to work with the latest build is to use always on of the recommended platforms. In my case I want to use it on Linux for test purposes. The option was to work with a virtual machine tunning the latest Open Suse stable release. Focus :).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.