Re: [Mono-aspnet-list] ASP.NET 4.0 runtime on debian ubuntu

2011-10-05 Thread H .
Hi, there is no ASP.NET 4.0 runtime for Debian. You need to install Mono. There seem to be packages of current Mono 2.10.5 available on http://pkg-mono.alioth.debian.org/. Mono 2.10.5 should support .NET 4.0 web services. Best regards, Martin Date: Thu, 1 Sep 2011 10:52:25 -0700

[Mono-aspnet-list] FW: GridView/ Databinding bug in Mono 2.10.5

2011-09-22 Thread H .
I have created a bug report bug#719758 (https://bugzilla.novell.com/show_bug.cgi?id=719758) From: test051...@hotmail.com To: mono-aspnet-list@lists.ximian.com Subject: FW: [Mono-aspnet-list] GridView/ Databinding bug in Mono 2.10.5 Date: Thu, 22 Sep 2011 08:14:46 + By debugging my

Re: [Mono-aspnet-list] GridView/ Databinding bug in Mono 2.10.5

2011-09-16 Thread H .
By inspecting/ debugging the class library I think there might be a problem in DataBoundControl.OnPagePreLoad() which calls DataBoundControl.Initialize(). The comment in the code says that the DataBoundControl.RequiresDataBinding property should be set to true in cases where the HTTP request

Re: [Mono-aspnet-list] Globalization still not working in Mono 2.10

2011-05-05 Thread H .
Date: Wed, 4 May 2011 21:20:21 +0200 Subject: Re: [Mono-aspnet-list] Globalization still not working in Mono 2.10 On 04.05.2011 20:12, H . wrote: Take a look at the tests I have done. I have extended the bug report. Yes, fileEncoding=iso-8859-1 fixed some of the problems. But why

Re: [Mono-aspnet-list] Globalization still not working in Mono 2.10

2011-05-04 Thread H .
of test.htm as well as Default.aspx correctly in all cases. To: mono-aspnet-list@lists.ximian.com From: robe...@gmx.net Date: Fri, 29 Apr 2011 11:29:08 +0200 Subject: Re: [Mono-aspnet-list] Globalization still not working in Mono 2.10 On 28.04.2011 22:00, H . wrote: I am experimenting

[Mono-aspnet-list] Globalization still not working in Mono 2.10

2011-04-28 Thread H .
I am experimenting with Mono since Version 2.0. Ever since that time Mono corrupted all special characters inside .aspx pages. There are lot's of articles around different forums on the internet about this topic. But nobody knows a solution. I have created a bug report (bug 690675) which

[Mono-aspnet-list] asp:TreeView PostBack problem

2011-04-09 Thread H .
Many people seem to have problems using the TreeView control on Mono's ASP.NET. This can be read in different forums across the internet. However, most users are unable to provide a working sample, which demonstrates the real problem. One of my web applications has never been working in Mono

[Mono-aspnet-list] Bug in System.Web.dll

2011-03-29 Thread H .
I have reported Bug #579837 in Mono's ASP.NET implementation more than a year ago. The basic problem is, that it is currently impossible to correctly set/ write authorization rules programmatically. The bug has been fixed partly a few month ago. I have reported Bug #658184 at 2010-12-08. All