[Mono-bugs] [Bug 75555][Wis] Changed - Not fully implemented the
Microsoft.VisualBasic namespace
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jul 18 08:03:21 EDT 2005
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 spek at impaq.com.pl.
http://bugzilla.ximian.com/show_bug.cgi?id=75555
--- shadow/75555 2005-07-15 10:57:06.000000000 -0400
+++ shadow/75555.tmp.10034 2005-07-18 08:03:21.000000000 -0400
@@ -47,6 +47,25 @@
------- Additional Comments From miguel at ximian.com 2005-07-15 10:57 -------
Could you describe what error you got on the Console?
I assume you are running a binary compiled on Microsoft.NET, not
compiled on Linux, rigth?
+
+------- Additional Comments From spek at impaq.com.pl 2005-07-18 08:03 -------
+I have written about the global problem I afraid of. I found some
+starnges in basic methods and my worry is about the rest of methods
+I'm using.
+My code is a binary compiled on Microsoft.NET.
+
+For example
+1) I foud bug in Val method when Microsoft.VisualBasic.Conversion.Val
+("") raises:
+Unhandled Exception: System.IndexOutOfRangeException: Array index is
+out of range.
+in <0x0007f> Microsoft.VisualBasic.Conversion:Val (System.String
+InputStr)
+in <0x000ad> ProgressTestConsole.Module1:Main ()
+
+2) The FileOpen method doesn't raise exeption but my log file build
+on this method contained strange data. For sure it wasn't appended
+string to log file.
More information about the mono-bugs
mailing list