[Mono-bugs] [Bug 82702][Wis] Changed - XML reader doesn't accept windows-paths on Linux
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Sep 5 03:53:49 EDT 2007
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=82702
--- shadow/82702 2007-09-05 03:41:09.000000000 -0400
+++ shadow/82702.tmp.11262 2007-09-05 03:53:49.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 82702
Product: Mono: Class Libraries
Version: 1.2
OS: other
OS Details: Ubuntu 7.10
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Wishlist
Component: Sys.XML
AssignedTo: atsushi at ximian.com
ReportedBy: steven at vaningelgem.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -24,6 +24,13 @@
This creates a new XML reader... Now one would expect to be using "\\" as
a path seperator as it's .NET (windows), but on Linux you have to use "/",
which makes your applications non-portable from Unix to Windows.
Greetings
+
+------- Additional Comments From atsushi at ximian.com 2007-09-05 03:53 -------
+It is not a mono bug if your .NET application does not run on Linux by
+nature, especially when you have it tailored for Windows.
+
+Having said that, you could just use MONO_IOMAP environment variable.
+Read manpage of mono.
More information about the mono-bugs
mailing list