[Mono-bugs] [Bug 49354][Nor] Changed - XSP fails when loads different AppDomain

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 6 Oct 2003 20:46:49 -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 yoros@wanadoo.es.

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

--- shadow/49354	2003-10-06 20:45:40.000000000 -0400
+++ shadow/49354.tmp.3108	2003-10-06 20:46:49.000000000 -0400
@@ -3,21 +3,21 @@
 Version: unspecified
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Wishlist
-Component: CORLIB
+Priority: Normal
+Component: System.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: yoros@wanadoo.es               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Bug in AppDomain.CurrentDomain.SetupInformation
+Summary: XSP fails when loads different AppDomain
 
 I think that with different AppDomains, there is an error getting
 SetupInformation. The only testcase I have in the meantime is the
 System.Web assembly. With XSP can be created different ApplicationHost but
 when (inside TemplateParser.cs) you try to access SetupInformation you'll
 get the parent's setup information, not the CurrentDomain's one.