As stated in this question, thanks to some compilation trickery, Visual Studio 2010 allows a project targeting at .Net 3.5 to benefit from optional parameters.
I\'m not sure exactly what broke this as I\'ve been sporadic with my Mono/Monotouch development, but I believe it\'s the latest update to the mono framework.All of a sudden building my Unit Test proje
I\'m working on a C# solution and I\'m using Gendarme integrated with Visual Studio in order to output to the Error List window when I compile.
I\'m doing some slightly lower-level manipulations in monotouch - the kind of thing that if I was in ObjC / xcode I would use malloc to get an Int * .
Assume I have 2 machines, one machine with MS windows with .NET 4.0 and the other begin a linux ma开发者_运维知识库chine with Mono 2.10.1
I have a simple C# Mono 2.10 application running on CentOS 5.5 that calls Process.Start(\"/path/to/myapp/myapp.exe\",\"-s开发者_如何学运维omeArgs\");
When I try to load a solution this is the error messagebox I\'m getting: http://i.stack.imgur.com/cKUwP.开发者_StackOverflow中文版png
I have developed a GTK# application that makes use of webkit-sharp to edit email templates. This application works in Linux but when it is run in Windows it does not work. I am using the webkit-sharp.
Are there any guidelines or tools for packaging Mono applications for Debian/Ubuntu? Like where to p开发者_如何学运维ut Assemblies that ship with the application etc.Mono has some general guidelines a
Is there any way to add voice recognition feature to mono application. There are a System.Speech (in .net) and Microsoft.Speech (in MS Speech Platform) namespaces, but I can\'t fin开发者_JAVA百科d any