I\'ve tried to use MonoDevelop 2.4 and 2.6 with Ubuntu 11.04, but neither of them seems to actually provide any way of running the project. (As开发者_开发百科 the picture shows, the Run, Step, and Deb
I\'m an independent developer coming from Java to .Net Desktop.So I\'m up against a learning curve and tend to think in terms of Java technologies.
I need to use Sqlite, but there\'s a problem with my syntax (well that\'s what the Exception is telling me...), Here\'s my code:
I ended up attempting to setup ASP with ModMono on Apache2, via following this guide. It\'s not working, however: when I click a .aspx file, I end up just downloading it on my localhost.
Is there an alternative to developing apps on droid with mono without using monodroid? I\'m having trouble finding anything of the sort, searching(on both stackoverflow and goo开发者_运维问答gle) come
In MonoTouch I am trying to set the border color, but the BorderColor is inaccessible due to its protection level and can\'t be changed.
I need to embed Git and Gecko/WebKit in a C# application that should run cross-platform compliantly. Am I dreaming or is this开发者_如何学运维 possible to do without a lot of work?
I\'m planning to develop a distributed application with a mobile part (MonoTouch/MonoDroid/WP7), a desktop part (WPF) and the web part (ASP/Silverlight)...
Originally Title : \"Mono 2.7: Array Initializer Bug\" I\'m having an issue with mono where array initialization (at least for multidimensional arrays) does not work when inlined in a method call. It
I\'m working on a .NET library, and I want the build script to be so generic that it can run from both the MS .NET framework, and from a mono installation on a Mac/Linux machine.