[Mono-bugs] [Bug 79522][Nor] Changed - [PATCH] AppDomain.Load does not fallback to CodeBase for loading assembly
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Sep 28 17:41:25 EDT 2006
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=79522
--- shadow/79522 2006-09-28 17:22:25.000000000 -0400
+++ shadow/79522.tmp.25193 2006-09-28 17:41:25.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs at ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: [PATC] AppDomain.Load does not fallback to CodeBase for loading assembly
+Summary: [PATCH] AppDomain.Load does not fallback to CodeBase for loading assembly
Mono's AppDomain.Load (AssemblyName) does not fallback to
AssemblyName.CodeBase for loading an assembly.
From the .NET Framework SDK 2.0 docs:
@@ -70,6 +70,11 @@
Fix
------- Additional Comments From gert.driesen at pandora.be 2006-09-28 17:22 -------
I've attached a corlib fix for this issue, or should this be fixed
in the runtime ?
+
+------- Additional Comments From gert.driesen at pandora.be 2006-09-28 17:41 -------
+The attached patch contains some CRLF's (yeah, I still use Visual
+Studio, shame on me). If the patch is approved, I'll make sure these
+are removed before commit (eol-style is native anyway).
More information about the mono-bugs
mailing list