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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77877 --- shadow/77877 2006-03-22 14:52:17.000000000 -0500 +++ shadow/77877.tmp.11658 2006-03-22 14:52:17.000000000 -0500 @@ -0,0 +1,47 @@ +Bug#: 77877 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: Windows XP +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: System +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Assembly.CodeBase property reuturns malformed file uri + +Please fill in this template when reporting a bug, unless you know what +you are doing. +Description of Problem: +System.Reflection.Assembly instances reuturn the following from calls to +the Assembly.CodeBase property: + +file://C:\foo\bar + +whereas the microsoft framework returns + +file://C:\foo\bar + +Steps to reproduce the problem: +1. create an instance of an Assembly class in .NET and MONO +2. return the CodeBase property +3. examine the result. + +Actual Results: +file://C:\foo\bar +file:///C:/foo/bar + +Expected Results: +file:///C:/foo/bar +file:///C:/foo/bar + +How often does this happen? +always + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
