Re: [Mono-dev] [PATCH] System.Configuration.Provider.ProviderBase.cs

2007-08-31 Thread John Anderson
On 8/31/07, Atsushi Eno [EMAIL PROTECTED] wrote: Hmm, I doubt. Your change looks strange (don't you think so? ;-) Please provide verifiable test case that exactly shows the behavioral difference. I'd rather think there is something else to fix (if any). I've attached a smaller test case

Re: [Mono-dev] [PATCH] System.Configuration.Provider.ProviderBase.cs

2007-08-31 Thread John Anderson
On 8/31/07, John Anderson [EMAIL PROTECTED] wrote: On 8/31/07, Atsushi Eno [EMAIL PROTECTED] wrote: Hmm, I doubt. Your change looks strange (don't you think so? ;-) Please provide verifiable test case that exactly shows the behavioral difference. I'd rather think there is something

Re: [Mono-dev] Turn off encoding on WriteAttribute in 1.2.5?

2007-08-31 Thread John Anderson
On 8/31/07, Curtis Wensley [EMAIL PROTECTED] wrote: Hi, Is there any way to turn off the Html encoding in HtmlTextWriter.WriteAttribute in 1.2.5? It seems to be encoding everything, were as MS.NET does not. We went through great pains to encode all output of our system, and now it's

Re: [Mono-dev] [PATCH] System.Configuration.Provider.ProviderBase.cs

2007-08-31 Thread John Anderson
On 8/31/07, Atsushi Eno [EMAIL PROTECTED] wrote: Your code does not verify that your change must be correct. It just shows the fact that it *affects* on our ASP.NET behavior (Or is that a general way for .NET developers to identify the source of bugs?). What I expected was rather like below:

[Mono-dev] [PATCH] System.Configuration.Provider.ProviderBase.cs

2007-08-30 Thread John Anderson
When dealing with the configuration, after the ProviderBase finds the Description it needs to remove it from the NameValueCollection, This is how it happens in MS.NET. heres the patch: Index: ProviderBase.cs === --- ProviderBase.cs

Re: [Mono-dev] Is there any chance to have bug 82498 fixed before mono 1.2.5?

2007-08-24 Thread John Anderson
Unfortunately, Mono 1.2.5 will not contain a fix for the problem described by bug #82498. Do you know whats causing it so we can patch blog engine to get it working under mono? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

[Mono-dev] Mixed line breaks in Mono.Data/Provider.cs

2007-07-18 Thread John Anderson
I'm not sure what the rule on mixed line breaks are, but Mono.Data/Provider.cs has ^M all over it. %s/^M$//g (^M being CTRL+V, CTRL+M) fixes this. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] Mono summit, options.

2007-07-17 Thread John Anderson
On 7/17/07, Miguel de Icaza [EMAIL PROTECTED] wrote: Hello folks, Am trying to decide on a location for the next Mono summit. One of the challenges of the summit is that the Mono team is now pretty large, so it is quite expensive to fly and host everyone, so am trying to pick: *

[Mono-dev] Compiler bug with Generics and where constraints

2007-07-15 Thread John Anderson
I tried making a smaller example but couldn't reproduce the error because i'm not exactly sure whats causing it. Heres the code: http://dev.orchidesolutions.com/testcode.tar.bz2 if you run 'nant' you'll see the error, its: 1. [nant] /home/sontek/code/personal/devtoo/trunk/src/DataArch.

[Mono-dev] Managed Debugger from Microsoft

2007-07-12 Thread John Anderson
Has anyone saw and/or used the managed debugger from Microsoft? ( http://www.microsoft.com/downloads/details.aspx?familyid=38449a42-6b7a-4e28-80ce-c55645ab1310displaylang=en) I couldn't find any license agreement for it. What is everyones take on it? Could it help the mono debugger?

Re: [Mono-dev] Build broken?

2007-03-30 Thread John Anderson
On 3/30/07, Alan McGovern [EMAIL PROTECTED] wrote: I've been trying to compile SVN head on both windows and MacOS and it fails on both. Is this a problem on just my side, or is compilation actually broken? I've attached the last 100 or so lines of output when trying to build on Mac OS X. If

[Mono-dev] Compiling monodoc from source

2007-02-19 Thread John Anderson
I'm trying to compile monodoc from source and i'm getting this error: [EMAIL PROTECTED]:~/code/oss/mono/monodoc$ ./autogen.sh --prefix=/usr/local/ /usr/share/aclocal/oaf.m4:4: warning: underquoted definition of AM_PATH_OAF run info '(automake)Extending aclocal' or see

[Mono-dev] Getting gtksourceview/gnomevfs to recognize new types.

2007-02-12 Thread John Anderson
Hey, I'm trying to get a new type recognized by my system. The mime type for it is already in gnomevfs (.ashx) but there was no .lang file (or I couldn't find one) so since for me, .ashx is only going to be in C# I made a copy of the C# .lang file and modified the mime type and file extensions

Re: [Mono-dev] Bug with MasterPages/Partial Class?

2007-02-04 Thread John Anderson
is being pointed in the asp.net generated source, probably it is using the default namespace instead of the one you wrote in your part. Does it work on MS's ASP.NET, if so file a bug please for us to see how to make things fit. Regards, On 2/4/07, John Anderson [EMAIL PROTECTED] wrote: I'm

[Mono-dev] Bug with MasterPages/Partial Class?

2007-02-03 Thread John Anderson
I'm trying to use a masterpage with a codebehind and give the codebehind a namespace and i'm getting the errors: /tmp/sontek-temp-aspnet-0/7d5a283d/3e455afb.0.cs(46,28) : error CS0115: `Test.AutoHandlers' is marked as an override but no suitable property found to override

Re: [Mono-dev] Strange ASP.NET bug...

2007-01-18 Thread John Anderson
I can confirm that in ASP.NET 2.0 and ASP.NET 1.1 both render the following HTML without any tags missing (including thead's): %@ Page Language=C# AutoEventWireup=true CodeFile=Default.aspx.cs Inherits=_Default % !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

Re: [Mono-dev] ASP.NET 2.0 with apache

2006-11-19 Thread John Anderson
This is a blog post I did on getting it to work on my OpenSUSE box, its not very detailed but its easy to follow, I think the same information is available in Joe's but mine is for those who don't actually have GUI installed on the server they plan to use as the webserver. (And if I remember

Re: [Mono-dev] Mono Daily Downloads

2006-11-10 Thread John Anderson
Wade Berrier wrote: Hi, Yes, it is much worse... 20MB to 32MB :( Have you tried rar? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Maybe a System.Data.OracleClient.dll bug

2006-09-18 Thread John Anderson
You have to have the column as NVarchar, Which is national character set, It saves all data as unicode (utf8) instead of ASCII On 9/17/06, David [EMAIL PROTECTED] wrote: I use System.Data.OracleClient to connect and operate oracle database; But I find a problem when inserting into oracle