[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

[Mono-dev] Need PutVar method on Mono.CSharp.Evaluator

2011-08-10 Thread Charles Rich
Hi, I am new to Mono, but becoming a big fan quickly (more detail below regarding what I am doing with it). To get right to the point, however, I would appreciate advice on how to *programmatically* set the value of a variable that can be seen inside the Evaluator, e.g., var temp =