I can\'t make System.Linq (aka LINQ to Objects) work. I am running MonoDevelop 2.2.1 in Ubuntu 10 Lucid Lynx with Mono 2.4.4.
I started a new solution (with multiple projects) and am trying to get it to build.Initially I was getting an internal compiler error and thought maybe it had to do with MySql, so I removed all refere
I want to create a Mono application to start and stop several processes. I only need to be able to start and stop the processes from the Mono application, I do not need any advanced features of manage
I\'m trying to use use code get a screenshot in Mono C# but I\'m getting a System.NotImplementedException when I call CopyFromScreen.My code work开发者_开发知识库s with .NET, so is there an alternate
I\'m developing an application in C# (Windows Forms), which uses Mono to run on Mac OS X. It contains some dynamic controls, for example a custom groupbox which contains some labels and textboxes, a b
According to the feature matrix of Monodevelop 2.2, debugging should be available on OSX if one installs Mono 2.6.3. I\'ve done this on two of my Macs, but can\'t seem to get the Debug menuitem enable
Is there a way to override extension methods (provide a better implementation), without explicitly having to cast to them? I\'m implementing a data type that is able to handle certain operations more
Miguel de Icaza announced a new project today called MonoMac, to develop apps for the Mac using Mono and C#: http://tirania.org/blog/archive/2010/Apr-19.html
First off, I\'m running Mono to run ASP.NET on Linux, but that\'s not the question. It appears that, every time I clear out my application directory and upload, I have to go back in 开发者_JS百科and
I have some .net dll\'s and Exe\'s.开发者_如何转开发 I need to pass MSIL files to mono project.