[Mono-bugs] [Bug 77301][Wis] New - Assembly.CodeBase should not be a native path on Windows

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jan 19 05:28:35 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 atsushi at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=77301

--- shadow/77301	2006-01-19 05:28:35.000000000 -0500
+++ shadow/77301.tmp.29160	2006-01-19 05:28:35.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 77301
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: atsushi at ximian.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Assembly.CodeBase should not be a native path on Windows
+
+Assembly.CodeBase should not be a native path on Windows:
+
+using System;
+using System.Reflection;
+
+public class Tset {
+    public static void Main ()
+    {
+        Console.WriteLine (Assembly.GetEntryAssembly ().CodeBase);
+    }
+}
+
+Actual Results:
+
+e.g. file://C:\cygwin\home\atsushi\tests\entry.exe
+
+Expected Results:
+
+e.g. file:///C:/cygwin/home/atsushi/tests/entry.exe
+
+How often does this happen? 
+
+consistently.


More information about the mono-bugs mailing list