[Mono-bugs] [Bug 81446][Nor] Changed - PrivateBinPath used incorrectly ?
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 23 09:27:39 EDT 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 mhabersack at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81446
--- shadow/81446 2007-08-22 10:37:05.000000000 -0400
+++ shadow/81446.tmp.1461 2007-08-23 09:27:39.000000000 -0400
@@ -12,12 +12,13 @@
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: PrivateBinPath used incorrectly ?
+BugsThisDependsOn: 57612
In System.Web, the PrivateBinPath of the domain is apparently not used
correctly.
First of all, the PrivateBinPath is a list of directories relative to the
ApplicationBase of the domain, not an absolute path.
@@ -123,6 +124,17 @@
<probing privatePath>
is semicolon separated as well:
http://msdn2.microsoft.com/en-us/library/823z9h8w.aspx
+
+------- Additional Comments From mhabersack at novell.com 2007-08-23 09:27 -------
+I've modified the recent changes a bit today, so that PrivateBinPath
+is not used for bin or Bin lookups at all anymore. Right now we look
+at bin and/or Bin directly and unconditionally. PrivateBinPath is set
+to either bin or Bin:bin depending on whether we run under Windows (or
+with MONO_IOMAP) or on Unix. I also have a patch that adds support for
+<runtime><assemblyBinding><probing> to the runtime - attached to bug
+#57612
+I will modify sys.web to use semicolons once #57612 is closed, as the
+change depends on the patch attached there being applied.
More information about the mono-bugs
mailing list