[Mono-dev] Problem with VS 2005 project file for Gendarme

2007-09-14 Thread Richard.Foster
Hi there, Sorry for bursting in like this... but I recently stumbled upon Gendarme and was considering using it to enforce some rather specific requirements related to our code. (It's either a case of writing a rule for Gendarme, creating a custom utility, or write a rule library for FxCop,

Re: [Mono-dev] Problem with VS 2005 project file for Gendarme

2007-09-14 Thread Richard.Foster
Oops sorry Sebastien. I meant to mention that I had pulled the source from SVN yesterday. I'll see what I can do about the patch. Unfortunately, I'm not sure how I persuade VS to embed the resource without giving it a namespace, so I need to either work out how to do that first, or make sure

Re: [Mono-dev] Problem with VS 2005 project file for Gendarme

2007-09-14 Thread Sebastien Pouliot
On Fri, 2007-09-14 at 08:58 -0400, [EMAIL PROTECTED] wrote: Hi there, Sorry for bursting in like this… but I recently stumbled upon Gendarme and was considering using it to enforce some rather specific requirements related to our code. (It’s either a case of writing a rule for

Re: [Mono-dev] Problem with VS 2005 project file for Gendarme

2007-09-14 Thread Jb Evain
Hey Richard, On 9/14/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'll see what I can do about the patch. Unfortunately, I'm not sure how I persuade VS to embed the resource without giving it a namespace, so I need to either work out how to do that first, or make sure whatever changes I

[Mono-dev] Various Master Page Related Problems

2007-09-14 Thread Kevin Monceaux
Mono Developers, I've tried posting a few messages to the Mono users list about the problems and have received absolutely no replies. So, I thought maybe I should try here. I'm working on converting a PHP based web site to Mono/ASP.NET. I've come across several quirks which all appear to

[Mono-dev] compile mono under windows

2007-09-14 Thread olivier dufour
Hi, I have redone all from scratch. It seems that it work. It seems that it come from my cygwin install. So reinstall it have clean all !! ;) thanks a lot. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

[Mono-dev] MonoDvelop IDE crash

2007-09-14 Thread Abir Bhattacharya
Hi, I have a C# application(usage of extensive graphics) which I am porting to mono . The applications generates runtime images on the OnPaint() method ,however when it runs in mono ,Linux 2.6 the application hangs along with the monodevelop IDE . In some of the instances the images are

Re: [Mono-dev] Various Master Page Related Problems

2007-09-14 Thread Pablo
You don't use UniqueID to refer to the client ID of the control, you use ClientID. For the other problem you should show us some code. Kevin Monceaux wrote: Mono Developers, I've tried posting a few messages to the Mono users list about the problems and have received absolutely no replies.

Re: [Mono-dev] Various Master Page Related Problems

2007-09-14 Thread Kevin Monceaux
Pablo, On Fri, 14 Sep 2007, Pablo wrote: You don't use UniqueID to refer to the client ID of the control, you use ClientID. It looks like at some point I got the techniques for setting the DefaultFocus and DefaultButtons mixed up. I think I've tried both ClientID and UniqueID. I've

[Mono-dev] Working on Olive in VS

2007-09-14 Thread Kevin Kubasik
Hey, I'm looking at starting some work on the serious implementation of the System.Data.Linq namespace. After some reading and general talk around the mono community, I've got a rough idea of how we do this, and I'm on step one: Writing Unit Tests. I've started to do some more research into the

Re: [Mono-dev] Working on Olive in VS

2007-09-14 Thread Andreia Gaita
On 9/14/07, Kevin Kubasik [EMAIL PROTECTED] wrote: My concern is that VS is going to use csc for all compiles, and I don't want there to be some licsense violation with writing unit tests in VS. (using nunit, although I'm not really sure how to integrate the nunit tests into the makefiles, and

Re: [Mono-dev] MonoDvelop IDE crash

2007-09-14 Thread Lluis Sanchez
El dv 14 de 09 del 2007 a les 17:42 +0530, en/na Abir Bhattacharya va escriure: Hi, I have a C# application(usage of extensive graphics) which I am porting to mono . The applications generates runtime images on the OnPaint() method ,however when it runs in mono ,Linux 2.6 the

Re: [Mono-dev] Possible compiler bug with nested partial classes.

2007-09-14 Thread Marek Safar
Hello, The following code compiles on csc (.Net 2.0) but fails on gmcs (Mono 1.2.5) with the message: error CS0229: Ambiguity between `Bug.GL.Core' and `Bug.GL.Core' This issue is now fixed. Marek ___ Mono-devel-list mailing list

Re: [Mono-dev] Various Master Page Related Problems

2007-09-14 Thread Kevin Monceaux
On Fri, 14 Sep 2007, Pablo wrote: For the other problem you should show us some code. While setting up some sample code to illustrate the problems I've encountered I discovered that a couple of my problems were being caused by having two forms on the same page. I'm using master pages for