[Mono-bugs] [Bug 49354][Wis] New - Bug in AppDomain.CurrentDomain.SetupInformation

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 5 Oct 2003 19:27:19 -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-05 19:27:19.000000000 -0400
+++ shadow/49354.tmp.23154	2003-10-05 19:27:19.000000000 -0400
@@ -0,0 +1,25 @@
+Bug#: 49354
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: yoros@wanadoo.es               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Bug in AppDomain.CurrentDomain.SetupInformation
+
+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.
+
+It could be a bug in CurrentDomain. Please post me any information.