[Mono-bugs] [Bug 322228] [PATCH] AppDomain. Load does not fallback to CodeBase for loading assembly
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Oct 8 05:48:07 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=322228
User robertj at gmx.net added comment
https://bugzilla.novell.com/show_bug.cgi?id=322228#c3
Robert Jordan <robertj at gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |robertj at gmx.net
--- Comment #3 from Robert Jordan <robertj at gmx.net> 2008-10-08 03:48:07 MDT ---
I believe this won't work on Windows because the remaining cb will start with
"/c:\blah":
+ if (cb.ToLower
(CultureInfo.InvariantCulture).StartsWith ("file://"))
+ cb = cb.Substring (7);
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list