[Mono-list] Error building with MonoDevelop

2015-05-15 Thread Baltasar García Perez-Schofield
Hi, there, I'm using MonoDevlop with one of my projects, and suddenly it has stopped building. I complains with two error messages: Error: Error initializing task Message: Could not load file or assembly 'Microsoft.Build.Tasks.v4.0' or one of its dependencies. The system cannot find the file spec

Re: [Mono-list] Error building with MonoDevelop

2015-05-15 Thread Timotheus Pokorra
Hello Baltasar, Please upgrade your projects to Mono 4.5 (v4.5 in the csproj file). Mono 4 does not support anything smaller than .net 4.5. hope this helps, Timotheus On 15 May 2015 at 13:34, Baltasar García Perez-Schofield wrote: > Hi, there, > > I'm using MonoDevlop with one of my projects, a

[Mono-list] Error building with MonoDevelop

2015-05-15 Thread Baltasar García Perez-Schofield
Hi, Please upgrade your projects to Mono 4.5 > (v4.5 in the csproj > file). > Mono 4 does not support anything smaller than .net 4.5. > Unfortunately, the project was already configured for Mono /.NET 4.5. There's now another option for projects, .NET framework 4.5.1, but setting the project to t

Re: [Mono-list] Error building with MonoDevelop

2015-05-15 Thread Timotheus Pokorra
> Unfortunately, the project was already configured for Mono /.NET 4.5. > There's now another option for projects, .NET framework 4.5.1, but setting > the project to this does not change the outcome. I just checked on Ubuntu 14.04 with the Mono Xamarin packages: locate Microsoft.Build.Tasks.v4.0

[Mono-list] Passing app.config on command line to console app:not implemented

2015-05-15 Thread cam
Hello All, I'm trying to get a console app running on mono, runs fine on Windows 7. It was developed in VS2012. Env: Centos 6.6 Mono JIT compiler version 4.1.0 (master/f4f5864 Wed May 13 12:21:17 CDT 2015) Code that won't run: //get app settings file at runtime System.Configurat

[Mono-list] WCF service error message encoding

2015-05-15 Thread Jeff Bonhag
Hi, I'm debugging a WCF web service on Linux that's using System.Data.Odbc and unixODBC to connect to DB2 running on another server. I get an error message when I try to connect to the database, but that's not my main concern. The error message seems to be using the wrong encoding, because t

Re: [Mono-list] Error building with MonoDevelop

2015-05-15 Thread Baltasar García Perez-Schofield
Hi, Timotheus, Thanks for your help. I can see now that there is a conflict in the dependencies for mono-tools-devel. It has to do with the libmono-cil-private package. Maybe there is a conflict between mono/Xamarin-4.0 packages and Ubuntu ones. Now I am not in my computer at work, I'll have to w