[Mono-list] Web usercontrol with XSP 0.5

Gonzalo Paniagua Javier gonzalo@ximian.com
Sun, 14 Sep 2003 13:40:24 +0200


El dom, 07-09-2003 a las 01:51, Akhilesh Agarwal escribió:
> Hi,
> 
> I have Mono 0.26, XSP 0.5 running on Redhat 9
> 
> I wanted to know if web user controls have been implemented yet?
> 
> I made a simple web control which displays a copyright message on the page. When I try to open the aspx file hosted on XSP I get an error:
> 
> System.ArgumentException: Arg_InvalidUTF8
> Parameter name: bytes
> in <0x003ec> 00 System.Text.UTF8Encoding:InternalGetChars (byte[],int,int,char[],int,uint&,uint&,bool,bool)
> in <0x00038> 00 .UTF8Decoder:GetChars (byte[],int,int,char[],int)
> in <0x0013d> 00 System.IO.StreamReader:ReadBuffer ()
> in <0x00051> 08 System.IO.StreamReader:ReadBuffer ()
> in <0x000c9> 00 System.IO.StreamReader:Read (char[],int,int)
> in <0x0009a> 00 System.IO.StreamReader:ReadToEnd ()
> in <0x00087> 00 System.Web.Compilation.ParseException:get_FileText ()
> in <0x001b0> 00 System.Web.HttpException:GetHtmlizedErrorMessage ()
> in <0x0006a> 00 System.Web.HttpException:GetHtmlErrorMessage ()
> in <0x0014c> 00 System.Web.HttpRuntime:FinishRequest (System.Web.HttpContext,System.Exception)
> in <0x000ea> 00 System.Web.HttpRuntime:OnHandlerReady (System.IAsyncResult)
> in <0x0004e> 01 System.MulticastDelegate:invoke_void_IAsyncResult (System.IAsyncResult)
> in <0x00054> 00 System.Web.HttpAsyncResult:Complete (bool,object,System.Exception)
> in <0x0021b> 00 .StateMachine:ExecuteNext (System.Exception)
> in <0x00045> 00 .StateMachine:ExecuteNextAsync (System.Exception)
> in <0x00022> 00 .StateMachine:Start ()
> in <0x0006d> 00 System.Web.HttpApplication:System.Web.IHttpAsyncHandler.BeginProcessRequest (System.Web.HttpContext,System.AsyncCallback,object)
> in <0x00227> 00 System.Web.HttpRuntime:InternalExecuteRequest (System.Web.HttpWorkerRequest)
> 
> 
> If I remove the following line from the aspx and also remove the web usercontrol then I get no errors.
> <%@ Register TagPrefix="uc1" TagName="Copyright" Src="Copyright.ascx" %>
> 
> Any ideas?

Can you, please, provide a bug report using http://bugzilla.ximian.com
with a simple test case to reproduce this error?

Thanks in advance.

-Gonzalo