Hi, Trying out XSP from CVS for the first time, I got the following message. Any hints?
[weiqi@gao-2001 rundir]$ mono server.exe 8000 Remember that you should rerun the server if you change the aspx file! Server started. Accepted connection. Started processing... mono xsp.exe index.aspx Output goes to output/xsp_index.cs Script file is output/xsp_index.aspx.sh Accepted connection. Caught exception in Worker.Run System.NullReferenceException: A null value was found where an object instance w as required in (unmanaged) 06 System.IO.MonoIO:Seek (intptr,long,System.IO.SeekOrigin) in <0x00004> 06 System.IO.MonoIO:Seek (intptr,long,System.IO.SeekOrigin) in <0x00092> 00 System.IO.FileStream:RefillBuffer () in <0x0021f> 00 System.IO.FileStream:Read (byte[],int,int) in <0x00124> 00 System.IO.StreamReader:ReadBuffer () in <0x0008d> 00 System.IO.StreamReader:Read () in <0x0005c> 00 System.IO.StreamReader:ReadToEnd () in <0x00222> 00 .PageBuilder:Build () in <0x002c5> 00 Mono.ASP.PageFactory:GetPage (string,string) in <0x002d5> 00 Mono.ASP.MyWorkerRequest:ProcessRequest () in <0x00125> 00 Mono.ASP.Worker:Run () in (unmanaged) 06 System.IO.MonoIO:Seek (intptr,long,System.IO.SeekOrigin) in <0x00004> 06 System.IO.MonoIO:Seek (intptr,long,System.IO.SeekOrigin) in <0x00092> 00 System.IO.FileStream:RefillBuffer () in <0x0021f> 00 System.IO.FileStream:Read (byte[],int,int) in <0x00124> 00 System.IO.StreamReader:ReadBuffer () in <0x0008d> 00 System.IO.StreamReader:Read () in <0x0005c> 00 System.IO.StreamReader:ReadToEnd () in <0x00222> 00 .PageBuilder:Build () in <0x002c5> 00 Mono.ASP.PageFactory:GetPage (string,string) in <0x002d5> 00 Mono.ASP.MyWorkerRequest:ProcessRequest () in <0x00125> 00 Mono.ASP.Worker:Run () Unhandled Exception: System.NullReferenceException: A null value was found where an object instance was required in (unmanaged) 06 System.Array:CreateInstanceImpl (System.Type,int[],int[]) in <0x00004> 06 System.Array:CreateInstanceImpl (System.Type,int[],int[]) in <0x0001a> 00 System.Array:CreateInstance (System.Type,int[]) in <0x00217> 00 Mono.ASP.Worker:Run () in <0x00057> 01 System.MulticastDelegate:invoke_void () Started processing... Unhandled Exception: System.ObjectDisposedException: The object was used after b eing disposed in <0x00060> 00 System.Net.Sockets.TcpClient:CheckDisposed () in <0x0002a> 00 System.Net.Sockets.TcpClient:GetStream () in <0x00064> 00 Mono.ASP.Worker:Run () in <0x00057> 01 System.MulticastDelegate:invoke_void () Unhandled Exception: System.NullReferenceException: A null value was found where an object instance was required -- Weiqi Gao [EMAIL PROTECTED] _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
