[Mono-bugs] [Bug 37628][Nor] New - XSP codebehind sample fails

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 4 Feb 2003 21:35:58 -0500 (EST)


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 david@codenoevil.com.

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

--- shadow/37628	Tue Feb  4 21:35:58 2003
+++ shadow/37628.tmp.13702	Tue Feb  4 21:35:58 2003
@@ -0,0 +1,74 @@
+Bug#: 37628
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: david@codenoevil.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XSP codebehind sample fails
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+codebehind1.aspx sample fails with a System.IO.DirectoryNotFoundException
+
+Steps to reproduce the problem:
+1. build mono/mcs/xsp from CVS
+2. ran server.exe
+3. clicked on codebehind1.aspx
+4. boom
+
+Actual Results:
+System.IO.DirectoryNotFoundException is thrown
+
+Expected Results:
+Show codebehind example
+
+How often does this happen? 
+every time
+
+Additional Information:
+
+trace:
+
+System.Web.HttpException:  ---> System.IO.DirectoryNotFoundException:
+Directory 'file:///home/bittondb/source/mono/xsp/server/test/bin' not
+found.in <0x00147> 00 System.IO.Directory:GetFileSystemEntries
+(string,string,System.IO.FileAttributes,System.IO.FileAttributes)
+in <0x000f5> 00 System.Web.Compilation.AspGenerator:LoadParentType (string)
+in <0x002a3> 00 System.Web.Compilation.AspGenerator:PageDirective
+(System.Web.Compilation.TagAttributes)
+in <0x00390> 00 System.Web.Compilation.AspGenerator:ProcessDirective ()
+in <0x00217> 00 System.Web.Compilation.AspGenerator:TagParsed
+(System.Web.Compilation.Tag,int,int)
+in <0x0006d> 01 System.MulticastDelegate:invoke_void_Tag_int_int
+(System.Web.Compilation.Tag,int,int)
+in <0x00053> 00 System.Web.Compilation.AspParser:OnTagParsed
+(System.Web.Compilation.Tag)
+in <0x00245> 00 System.Web.Compilation.AspParser:Parse ()
+in <0x00163> 00 System.Web.Compilation.AspGenerator:ProcessElements ()
+in <0x000a5> 00 System.Web.Compilation.PageCompiler:GenerateSourceFile ()
+in <0x0004f> 00 System.Web.Compilation.PageCompiler:GetCompiledType ()
+in <0x000ef> 00 System.Web.Compilation.PageCompiler:CompilePageType
+(System.Web.UI.PageParser)
+in <0x0000e> 00 System.Web.UI.PageParser:CompileIntoType ()
+in <0x0005c> 00 System.Web.UI.TemplateControlParser:GetCompiledInstance
+(string,string,System.Web.HttpContext)
+in <0x0004c> 00 System.Web.UI.PageParser:GetCompiledPageInstance
+(string,string,System.Web.HttpContext)
+in <0x00014> 00 System.Web.UI.PageHandlerFactory:GetHandler
+(System.Web.HttpContext,string,string,string)
+in <0x001a5> 00 System.Web.HttpApplication:CreateHttpHandler
+(System.Web.HttpContext,string,string,string)
+in <0x00094> 00 .CreateHandlerState:Execute ()
+in <0x00092> 00 .StateMachine:ExecuteState (IStateHandler,bool&)
+--- End of inner exception stack trace ---