[Mono-dev] [patch] System.Web.UI.WebControls/SqlDataSourceView.cs

2006-09-07 Thread Andrew Skiba
Hello, Please review the attached patch for SqlDataSourceView.ExecuteSelect. A standalone test aspx is attached as well. It proves that in .Net ExecuteSelect returns DataView and not DataTableReader. This is important for implementing paging abilities for GridView. The test also demonstrates that

Re: [Mono-dev] Bug System.Web.Services

2006-09-07 Thread Vladimir Krasnov
Hi Lluis, The test case is just simple web service with only one web method with parameter of type char, see attached files. Deploy this web service and get a WSDL. In the WSDL you will get, simpleType char will be declared twice. This occures because two different instances of

[Mono-dev] XmlTextWriter throws WriteWhitespace method accepts only whitespaces.

2006-09-07 Thread Martin Mazur
Hi all, When attempting to get CC.NET to run on mono 1.1.16 I came across a weird problem with the XmlTextWriter. Whenever it attempts to write xml containing an xml-header it gets the following exception: System.ArgumentException: WriteWhitespace method accepts only whitespaces. at

Re: [Mono-dev] Nokia 770

2006-09-07 Thread Everaldo Canuto
Hi Pablo,Are you using Nokia OS 2005 or 2006?Can you provide a simple test program?Everaldo.On 9/5/06, Brian Crowell [EMAIL PROTECTED] wrote:pablosantosluac wrote:Unhandled Exception: System.IO.FileNotFoundException: mscorlib.resources.What is the full stack trace? Check to see whether

[Mono-dev] Debugger again

2006-09-07 Thread psantosl
Hi, I saw there is a new MD with lots of improvements. Does it already support debugging? pablo ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] debugger breakpoint question

2006-09-07 Thread psantosl
hi, If I have an application which dinamically loads assemblies, how can I set breakpoints on the loaded code? pablo ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] XmlTextWriter throws WriteWhitespace method accepts only whitespaces.

2006-09-07 Thread Martin Mazur
Martin Mazur wrote: Hi all, When attempting to get CC.NET to run on mono 1.1.16 I came across a weird problem with the XmlTextWriter. Whenever it attempts to write xml containing an xml-header it gets the following exception: System.ArgumentException: WriteWhitespace method accepts only

Re: [Mono-dev] XmlTextWriter throws WriteWhitespace method accepts only whitespaces.

2006-09-07 Thread Atsushi Eno
Hello, This should be fixed at r63726. Mono 1.1.17 contains the fix. Atsushi Eno Martin Mazur wrote: Martin Mazur wrote: Hi all, When attempting to get CC.NET to run on mono 1.1.16 I came across a weird problem with the XmlTextWriter. Whenever it attempts to write xml containing an

Re: [Mono-dev] Building Mono on Linux/Alpha

2006-09-07 Thread Sergey Tikhonov
Hello, I have some questions about mono_local_regalloc. Is it possible to tell its logic right now not to reuse the same physical register in the same instruction? Alpha has a lot of registers and experience some penalty if the same register is used in the same or next instruction when results

Re: [Mono-dev] Building Mono on Linux/Alpha

2006-09-07 Thread Zoltan Varga
Hi, The local register allocator can't do instruction scheduling. I think the OP_LCONV_TO_I4 rule is wrong, it should use OP_ISHR_IMM. For some reason it seems to work on the existing 64 bit ports. Zoltan On 9/7/06, Sergey Tikhonov [EMAIL

Re: [Mono-dev] Debugger again

2006-09-07 Thread Michael Schurter
Hi Pablo, [EMAIL PROTECTED] wrote: I saw there is a new MD with lots of improvements. Does it already support debugging? No - http://www.monodevelop.com/FAQ#Can_I_get_the_Debugger_Addin_working_in_MonoDevelop.3F -- Michael Schurter Synthesys Solutions

Re: [Mono-dev] Building Mono on Linux/Alpha

2006-09-07 Thread Sergey Tikhonov
Zoltan Varga wrote: Hi, The local register allocator can't do instruction scheduling. I think the Yes, I understand that. I was not expecting register allocator to do instruction scheduling. :) My first question was - is there way to ask it to use different

Re: [Mono-dev] [Mono-list] Mono Winforms Team: we are hiring.

2006-09-07 Thread Jonathan Pryor
On Tue, 2006-09-05 at 11:46 +0300, sasha wrote: * C# and C knowledge are a must. Do you use simple C or C++ ? C. All C code is within a support library invoked by C# through P/Invoke, and thus needs to export a C ABI. (C++ with ``extern C'' could be used as well, but C is the currently

Re: [Mono-dev] Debugger again

2006-09-07 Thread Carlos J. Muentes
Anyone have a time frame on the debugger? On Thu, 2006-09-07 at 07:55 -0500, Michael Schurter wrote: Hi Pablo, [EMAIL PROTECTED] wrote: I saw there is a new MD with lots of improvements. Does it already support debugging? No -

[Mono-dev] Bug in System.Web.UI.HtmlControls.HtmlInputFile

2006-09-07 Thread Vladimir Krasnov
Hello, Value property of the HtmlInputFile control should have full name of the file on the client's computer, for now, this property is not working. Please review attached patch that solves the problem. Vladimir Krasnov HtmlInputFile.cs.patch Description: HtmlInputFile.cs.patch

Re: [Mono-dev] Building Mono on Linux/Alpha

2006-09-07 Thread Miguel de Icaza
Hello, I have some questions about mono_local_regalloc. Is it possible to tell its logic right now not to reuse the same physical register in the same instruction? Alpha has a lot of registers and experience some penalty if the same register is used in the same or next instruction when

Re: [Mono-dev] Building Mono on Linux/Alpha

2006-09-07 Thread Massimiliano Mantione
On Thu, 2006-09-07 at 12:29 -0400, Miguel de Icaza wrote: Hello, I have some questions about mono_local_regalloc. Is it possible to tell its logic right now not to reuse the same physical register in the same instruction? Alpha has a lot of registers and experience some penalty if the

Re: [Mono-dev] [Mono-list] Mono Winforms Team: we are hiring.

2006-09-07 Thread Peter Dennis Bartok
Most of the SWF controls are C#. I imagine that the C knowledge is for two things: - Understanding the underlying X11/Win32 API, so that appropriate P/Invoke declarations can be written. - Writing the MonoSupportW library, which has several helper routines for non-Win32 platforms