[Mono-bugs] [Bug 77877][Wis] New - Assembly.CodeBase property reuturns malformed file uri

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Mar 22 14:52:17 EST 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 robmagee at gmail.com.

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: mono-bugs at ximian.com                            
+ReportedBy: robmagee at gmail.com               
+QAContact: mono-bugs at ximian.com
+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:


More information about the mono-bugs mailing list