[Mono-bugs] [Bug 47404][Cri] New - Something in CodeDom, System.Web or Sys.IO is making XSP not work

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 5 Aug 2003 14:16:39 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by bmaurer@users.sf.net.

http://bugzilla.ximian.com/show_bug.cgi?id=47404

--- shadow/47404	Tue Aug  5 14:16:39 2003
+++ shadow/47404.tmp.19674	Tue Aug  5 14:16:39 2003
@@ -0,0 +1,59 @@
+Bug#: 47404
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: CVS -- up to date
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Critical
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bmaurer@users.sf.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Something in CodeDom, System.Web or Sys.IO is making XSP not work
+
+Description of Problem:
+XSP has stopped working and begun giving error messages
+
+Steps to reproduce the problem:
+1. cd xsp/server/test
+2. mono server.exe
+
+Actual Results:
+System.NotSupportedException: The stream does not support seeking
+in <0x000aa> 00 System.IO.FileStream:get_Position ()
+in <0x0004d> 00 System.IO.StreamReader:ReadBuffer ()
+in <0x00051> 08 System.IO.StreamReader:ReadBuffer ()
+in <0x000df> 00 System.IO.StreamReader:Read (char[],int,int)
+in <0x0009a> 00 System.IO.StreamReader:ReadToEnd ()
+in <0x00202> 00 Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromFileBatch
+(System.CodeDom.Compiler.CompilerParameters,string[])
+in <0x00317> 00 Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDomBatch
+(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])
+in <0x0005b> 00 Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDom
+(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)
+in <0x00130> 00 System.Web.Compilation.CachingCompiler:Compile
+(System.Web.Compilation.BaseCompiler)
+in <0x0014f> 00 System.Web.Compilation.BaseCompiler:GetCompiledType ()
+in <0x0012d> 00 System.Web.Compilation.AspGenerator:GetCompiledType ()
+in <0x00068> 00
+System.Web.UI.ApplicationFileParser:GetCompiledApplicationType
+(string,System.Web.HttpContext)
+in <0x00045> 00 System.Web.HttpApplicationFactory:CompileApp
+(System.Web.HttpContext)
+in <0x00031> 00 System.Web.HttpApplicationFactory:InitializeFactory
+(System.Web.HttpContext)
+in <0x000c4> 00 System.Web.HttpApplicationFactory:GetInstance
+(System.Web.HttpContext)
+in <0x0013c> 00 System.Web.HttpRuntime:InternalExecuteRequest
+(System.Web.HttpWorkerRequest)
+
+Expected Results:
+page should display
+
+How often does this happen? 
+always