PDA

View Full Version : Mono



ozooo
August 11th, 2012, 02:18 PM
Hi,

I'm trying to install mono/monodevelop on my 12.04 but it's not working, monodevelop says that I don't have the nunit framework. The problem is that I do have the nunit framework for CLI installed but it seems that monodevelop doesn't see it. Does anyone know what are the steps to follow to make it working.

Thanks a lot for you help

Lyfang
August 11th, 2012, 03:18 PM
Post the output of the following command(s):

sudo apt-get update && sudo apt-get -s install monodevelop-nunit monodevelop

ozooo
August 11th, 2012, 04:57 PM
Thanks Lyfang,

I've found a solution, I changed the target framework of my project from .Net 3.5 to .Net 4.0 and now it works... Now I have to understand why :)

directhex
August 12th, 2012, 11:12 AM
Thanks Lyfang,

I've found a solution, I changed the target framework of my project from .Net 3.5 to .Net 4.0 and now it works... Now I have to understand why :)

.NET 4.0 is the only supported version in Ubuntu 11.10 and higher - all libraries on the system are built only for 4.0