[Mono-dev] SqlConnection Pooling Problem?

2007-03-01 Thread Tony Gu
I got problem to use SqlConnection in mono-1.2.3.1 (seems on pooling). It hangs on creating new SqlConnection(connectionString) if the Min Pool Size greater than 0. Here is my connectionStrings: connectionStrings add name=DefaultDb connectionString=Data Source=MYDBSITE\DBSERVER; User

Re: [Mono-dev] SqlConnection Pooling Problem?

2007-03-01 Thread Tony Gu
Actually, this problem started from mono-1.2.1. It is OK on mono-1.2. I just tested same application on those. - Original Message From: Tony Gu [EMAIL PROTECTED] To: Mono Development List mono-devel-list@lists.ximian.com Sent: Thursday, March 1, 2007 10:09:15 AM Subject: [Mono-dev

Re: [Mono-dev] estimate time of mono version which support ASP.NET 2.0

2006-12-21 Thread Tony Gu
), Tony Gu [EMAIL PROTECTED] scribbled: Tony, such as controls and tagMapping in Web.Config. tag mapping is implemented in svn as of revision 69906 regards, marek ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com

Re: [Mono-dev] estimate time of mono version which support ASP.NET 2.0

2006-12-19 Thread Tony Gu
version which support ASP.NET 2.0 On Tue, 19 Dec 2006 09:34:54 -0800 (PST), Tony Gu [EMAIL PROTECTED] scribbled: Tony, Miguel, We current get the some road blocks, such as controls and tagMapping in Web.Config. If you mean controls registration in Web.Config, then they are implemented

Re: [Mono-dev] estimate time of mono version which support ASP.NET 2.0

2006-12-19 Thread Tony Gu
Miguel, Do you know any plan on the new Bind() method? Tony - Original Message From: Tony Gu [EMAIL PROTECTED] To: Miguel de Icaza [EMAIL PROTECTED] Cc: mono-devel-list@lists.ximian.com Sent: Tuesday, December 19, 2006 9:34:54 AM Subject: Re: [Mono-dev] estimate time of mono version

[Mono-dev] estimate time of mono version which support ASP.NET 2.0

2006-12-18 Thread Tony Gu
We have a project to run an exiting ASP.NET 2.0 web application under Mono (linux). Mono have been done a great job to develop the 2.0 features. We started on mono-1.13, to mono-2.2.1 now. But there is still a lot 2.0 features in to do. Could someone estimate when will release the mono version

[Mono-dev] (no subject)

2006-11-15 Thread Tony Gu
Hello, Does anybody know if Mono will implement ASP.NET AJAX soon? Or is there any alternative AJAX already supported by Mono? Thanks! Tony___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] (no subject)

2006-11-15 Thread Tony Gu
Manuel, Thanks! Tony - Original Message From: Manuel Espinosa [EMAIL PROTECTED]To: mono-devel-list@lists.ximian.comSent: Wednesday, November 15, 2006 11:57:19 AMSubject: Re: [Mono-dev] (no subject) Hello Tony, There is an open source AJAX implementation called Anthem.NET. It runs on

Re: [Mono-dev] (no subject)

2006-11-15 Thread Tony Gu
Just downloaded Anthem and tried to run under mono-1.2. But got the NotImplementedException on the sample UpdatePanel.aspx (Do I need modify anything in mono? It runs on ASP.NET fine): System.NotImplementedException: The requested feature is not implemented. at

Re: [Mono-dev] (no subject)

2006-11-15 Thread Tony Gu
PROTECTED] To: Tony Gu [EMAIL PROTECTED] Cc: mono-devel-list@lists.ximian.com Sent: Wednesday, November 15, 2006 2:27:56 PM Subject: Re: [Mono-dev] (no subject) On Wed, 15 Nov 2006 14:15:41 -0800 (PST), Tony Gu [EMAIL PROTECTED] scribbled: Just downloaded Anthem and tried to run under mono-1.2

Re: [Mono-dev] Will DbDataAdapter implement the methods soon for NET_2_0

2006-10-12 Thread Tony Gu
Konstantin, Thanks! Tony - Original Message From: Konstantin Triger [EMAIL PROTECTED]To: Tony Gu [EMAIL PROTECTED]; mono-devel-list@lists.ximian.comSent: Thursday, October 12, 2006 12:29:04 AMSubject: RE: [Mono-dev] Will DbDataAdapter implement the methods soon for NET_2_0 Hello Tony

[Mono-dev] Will DbDataAdapter implement the methods soon for NET_2_0

2006-10-11 Thread Tony Gu
Hi,I tried to run the NET_2_0 app under the mono-1.1.17.2 and got the NotImplementedException on DbDataAdapter:set_SelectCommand.Will DbDataAdapter implement those method soon (in a couple of months)? I appreciate if anyone could let me me know. All-new Yahoo! Mail - Fire up a more powerful

Re: [Mono-dev] [PATCH] System.Web.Compilation.TemplateControlCompiler: Data-Binding Syntax: fixed Bind functions

2006-09-27 Thread Tony Gu
Igor,After put this patch in my mono-1.1.17 (only with few other patches), I still get the Compilation Error for "Bind" fuction call. The same code works under VS 2005. Did I miss something? Thanks!TonyIgor Zalmanovich [EMAIL PROTECTED] wrote: This is the patch to fix Bind functions

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

2006-09-21 Thread Tony Gu
to fixed the bug. Mono has a lot things to implement, I think.TonyDavid [EMAIL PROTECTED] wrote: 2006/9/21, Tony Gu [EMAIL PROTECTED]: David,Could you try to not use OracleParameter, just CommadText?I think the bug is in the Parameter decode.TonyIf not use the OracleParameter,the problem will not happen

Re: [Mono-dev] App_Code

2006-09-20 Thread Tony Gu
Nick, Thanks! Please let us know when it could fixed. TonyNick Hoddinott [EMAIL PROTECTED] wrote: Do we have the bug track for this?No, good point. I'll put together a small as possible test case thatautocompiles on Windows ASP.NET and submit that with the bug.Regards,Nick H Do you

Re: [Mono-dev] App_Code

2006-09-19 Thread Tony Gu
Title: Re: [Mono-dev] App_Code Do we have the bug track for this?damien churchill [EMAIL PROTECTED] wrote: you don't actually have to compile the code for the 'Assembly="xx.cs"' to work. I've got it working fine with just source files. admittedly still breaks under windows, From: