Re: [Mono-dev] Need help with bug #81175 (data bound controls)

2007-04-05 Thread Igor Zelmanovich
Hello, The bug has been fixed in r75422 Igor -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marek Habersack Sent: Wednesday, April 04, 2007 4:10 PM To: Mono Development List Subject: [Mono-dev] Need help with bug #81175 (data bound controls) Hello

Re: [Mono-dev] Need help with bug #81175 (data bound controls)

2007-04-05 Thread Marek Habersack
On Thu, 5 Apr 2007 04:03:11 -0700, Igor Zelmanovich [EMAIL PROTECTED] scribbled: Hello, Hey Igor, The bug has been fixed in r75422 Thanks a lot :) - somehow I couldn't bite that one... :) regards, marek signature.asc Description: PGP signature

[Mono-dev] Patch to install gnome-keyring-sharp into the GAC

2007-04-05 Thread Boyd Timothy
If anyone cares to update gnome-keyring-sharp... Attached are the files needed to patch gnome-keyring-sharp so it will install itself into the GAC when doing a make install. Copy the Gnome.Keyring.key file to the root of the project, apply the patch, and you'll be good to go. -Boyd Index:

[Mono-dev] Using the System.Linq library

2007-04-05 Thread Mark IJbema
Hi, I'm trying to use the System.Linq library, but i don't know how. It's in System.Core, so i used: gmcs -langversion:linq -r:System.Core Bla.cs gmcs -langversion:linq -r:/home/mark/local/lib/mono/2.0/System.Core.dll Bla.cs On the file: http://ijbema.home.fmf.nl/Bla.cs Can anyone tell me

[Mono-dev] Binding navigator patch

2007-04-05 Thread olivier . duff
Hi, For my second patch, I have take the first class missing in mono winforms ;). I have try to fit to coding guideline. If there are still issue, make a feed back... I have issue on winforms test project because Eventlogger is not recognize. So I can not compile it and launch test. So maybe my

Re: [Mono-dev] [PATCH] Regression in System.Web.Security.FormsAuthenticationModule

2007-04-05 Thread Marek Habersack
On Wed, 04 Apr 2007 15:10:25 +0200, Juraj Skripsky [EMAIL PROTECTED] scribbled: Hello, Hello, The follow commit caused a regression in NET_1_1: Session_End in global.asax is never called. The cause is an NullReferenceException in FormsAuthenticationModule.Init() as app.Context is null (only

Re: [Mono-dev] Binding navigator patch

2007-04-05 Thread Jonathan Pobst
Often times we don't keep the VS projects in sync with the .sources file used to build mono. Generally you already have the file from SVN, you just need to add it to your project. In this case, the file should be EventLogger.cs. Jon [EMAIL PROTECTED] wrote: Hi, For my second patch, I

Re: [Mono-dev] Patch to install gnome-keyring-sharp into the GAC

2007-04-05 Thread Miguel de Icaza
Hello, Attached are the files needed to patch gnome-keyring-sharp so it will install itself into the GAC when doing a make install. Copy the Gnome.Keyring.key file to the root of the project, apply the patch, and you'll be good to go. Gonzalo is the developer for Gnome Keyring # and he has