Re: [Mono-dev] Warnings version conflict mono 2.10 xbuild

2011-08-11 Thread Bob Claerhout
...@lists.ximian.com] On Behalf Of Konrad M. Kruczynski Sent: woensdag 10 augustus 2011 16:22 To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Warnings version conflict mono 2.10 xbuild It happened to me when I had references to libraries compiled against 3.5 (which in turn referenced System etc

[Mono-dev] Warnings version conflict mono 2.10 xbuild

2011-08-10 Thread BobCl
Hi all, I'm developing on windows in Visual Studio 2010. However, we made a build server(linux) that builds under mono (version 2.10 with xbuild). When I build on in VS, I don't receive any warnings. However, when building on linux i have 72 warnings of which the most of them are reference

Re: [Mono-dev] Warnings version conflict mono 2.10 xbuild

2011-08-10 Thread Konrad M. KruczyƄski
It happened to me when I had references to libraries compiled against 3.5 (which in turn referenced System etc.) in an assembly compiled against 4.0 (which referenced System too). In my case I could just recompile those libraries to 4.0. Hi all, I'm developing on windows in Visual Studio