[Mono-bugs] [Bug 80934][Wis] Changed - ConfigurationFile should be relative to the ApplicationBase
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Feb 24 10:03:42 EST 2007
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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=80934
--- shadow/80934 2007-02-22 13:14:16.000000000 -0500
+++ shadow/80934.tmp.13939 2007-02-24 10:03:42.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: 1.2
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: jamie.cansdale at testdriven.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -51,6 +51,17 @@
------- Additional Comments From jamie.cansdale at testdriven.net 2007-02-22 13:14 -------
Created an attachment (id=18760)
Fix for this issue.
+
+------- Additional Comments From gert.driesen at pandora.be 2007-02-24 10:03 -------
+This patch will introduce a regression in AppDomain.CreateDomain if
+ApplicationBase is not set.
+
+The ConfigurationFile_RelativeToApplicationBase test you added to
+AppDomainTest.cs also fails because of this.
+
+A workaround would be to add an internal property in AppDomainSetup
+which can be be used to access the raw configuration file value
+(without the ApplicationBase check).
More information about the mono-bugs
mailing list