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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 5 Oct 2003 20:18:42 -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 gonzalo@ximian.com.

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

--- shadow/49354	2003-10-05 19:27:19.000000000 -0400
+++ shadow/49354.tmp.23475	2003-10-05 20:18:42.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 49354
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: yoros@wanadoo.es               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -20,6 +20,9 @@
 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.
+
+------- Additional Comments From gonzalo@ximian.com  2003-10-05 20:18 -------
+can you attach your test case?