[Mono-winforms-list] DataGridView with Multiselect and Databinding doesn't work with Ctrl button

2012-03-09 Thread sharkal
Hi, I have a DataGridView with Multiple Selection allowed and use Databinding to add rows dynamically by SW. The problem is, that the Multiple Selection in Linux doesn't work correctly, when i use the Ctrl button to select the rows, but when i used the shift button, multiple selection works

[Mono-aspnet-list] WCF service Mono 2.10.8

2012-03-09 Thread Tim Nelson
I am investigating move my ASP.Net (asmx) web services to WCF. I've created a simple service that is working well on .Net/IIS. However, when I deployed to a mod-mono instance running mod-mono-server4, I am getting: Service behavior configuration '' was not found Description: HTTP 500. Error

Re: [Mono-aspnet-list] WCF service Mono 2.10.8

2012-03-09 Thread Tim Nelson
Embarrassed to say this is my first foray into WCF. Service.config? Here is the code if that is what you mean: public class ZombieService : IZombieService { public string GetData(int value) { return string.Format(You entered: {0}, value); }

Re: [Mono-dev] Status of gecko-sharp-2.0 with newest xulrunner?

2012-03-09 Thread Alp Toker
On 08/03/2012 10:01, Daniel Isenmann wrote: It would be really great, if this page or any other page is tracking the movement of development for the stable releases. It's too hard for package maintainers to follow the project at all. I know that xamarin has lots of things to do at the moment,

[Mono-dev] Removing obsolete Npgsql

2012-03-09 Thread David Schmitt
Hi, Npgsql in mono seems to be long dead. Judging from the contained RELEASENOTES.txt, this version is from 2004. https://bugzilla.xamarin.com/show_bug.cgi?id=737 this claims that applications should bring their own anyways. Since Npgsql is even added as system assembly in

Re: [Mono-dev] Status of gecko-sharp-2.0 with newest xulrunner?

2012-03-09 Thread Daniel Isenmann
Am 09.03.2012 14:50, schrieb Alp Toker: On 08/03/2012 10:01, Daniel Isenmann wrote: It would be really great, if this page or any other page is tracking the movement of development for the stable releases. It's too hard for package maintainers to follow the project at all. I know that xamarin

Re: [Mono-dev] Removing obsolete Npgsql

2012-03-09 Thread Oskar Berggren
2012/3/9 David Schmitt da...@dasz.at: Hi, Npgsql in mono seems to be long dead. Judging from the contained RELEASENOTES.txt, this version is from 2004. https://bugzilla.xamarin.com/show_bug.cgi?id=737 I suggested it be removed already in 2010:

[Mono-list] HttpWebRequest differently compared to HttpWebRequest on .Net.

2012-03-09 Thread marten.ekb...@relevo.se
I have created a client app that communicates with a web service that uses the Comet way of sending events to a client. To do that I start a “long-living” HttpWebRequest to the server. The server communicates back to the client by sending chunked content (Transfer-Encoding: chunked). Individual

[Mono-list] Installing Mono 2.10.8 on RHEL 6.0

2012-03-09 Thread sa5webber
I'm trying to install Mono 2.10.8 on RHEL 6.0. The ./configure runs fine but make freezes with a mono process pegging 1 or 2 of the 8 processors on the workstation. I waited for a couple of hours just to make sure I wasn't being impatient but it was definitely spinning on something. I've tried

Re: [Mono-list] Installing Mono 2.10.8 on RHEL 6.0

2012-03-09 Thread sa5webber
Sorry to be a bother. The problem turned out to be hardware failure (not usually the first thing I would suspect). On different machine Mono 2.10.8 installed and ran just fine on RHEL 6.0. -- View this message in context:

Re: [Mono-list] Installing Mono 2.10.8 on RHEL 6.0

2012-03-09 Thread Gregory Junker
On 3/9/2012 11:08 AM, sa5webber wrote: Sorry to be a bother. The problem turned out to be hardware failure (not usually the first thing I would suspect). On different machine Mono 2.10.8 installed and ran just fine on RHEL 6.0. You want to be sure of this. It was intermittent but regular