[Mono-bugs] [Bug 430920] [PATCH] Assembly.CodeBase differs from .net on Windows

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Oct 7 10:52:03 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=430920

User kornelpal at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=430920#c2


Kornél Pál <kornelpal at gmail.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |kornelpal at gmail.com




--- Comment #2 from Kornél Pál <kornelpal at gmail.com>  2008-10-07 08:52:03 MDT ---
The patch will now work with UNC paths.

\\MACHINE\Share\Dir\CodeBaseTest.exe

should be converted to

file://MACHINE/Share/Dir/CodeBaseTest.exe

Note that I wasn't able to load assemblies form UNC paths but once it will be
supported this will be an issue.

System.Net.Uri is handling UNC paths correctly with the difference that it
converts machine names to lower case.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list