This is basically what I\'ve got. var webview = new WebKit.WebView(); content_area.Add(webview); var request = new NetworkRequest(\"http://example.com/resources/1\");
I use Mono 2.6.4 compiled from source on CentOS to compile a VS2008 project in C#. Some csproj compile, but this one doesn\'t, here is the output of xbuild /t:detailed :
I developed a webservices using Visual Studio 2008 with C# and C++. I deploy it to mod_mono, the services is loaded, but when I try to run a method using Invoke button I get the error below, I have t
I am trying to fill a dataset with the result of a stored procedure using MySql and Mono. The stored procedure takes in some values, creates a new row in a table and then selects some rows.
My team and I are working against a few webservices that require SOAP Message Headers to be available when making a request. We are not in control of these webservices so we can\'t change the implemen
I created a C# .NET 3.5 project with Visual Studio 2010, add some classes and forms and close it. After that I open the project with Monodevelop 2.2.1 and add some additional stuff and close ist again
I\'m trying to execute a simple test code: using System; using System.IO; using System.Linq; using System.Collections.Generic;
I have main window with button \"open file\". On clicking file selector dialog shows up and then file is loaded. I would like to show progress dialog while loading the data. However when I call Run
I have made a very simple Asp.net web site with a WCF service - \"Person.svc\" - that runs fine when hosted on Asp.Net development server(visual web developer 2010), but if I host on Mono\'s XSP 2 and
I have been testing my .NET windows applications with Mono on Ubuntu and noticed that my controls are always stretch开发者_运维技巧ed in height.Width wise appears to be fine.I have a stack of 5 combob