[Mono-bugs] [Bug 75386][Nor] New - can't compare object containing
an int64 value in VB.NET
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jun 27 03:09:10 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 admin at svwebhosting.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75386
--- shadow/75386 2005-06-27 03:09:10.000000000 -0400
+++ shadow/75386.tmp.14137 2005-06-27 03:09:10.000000000 -0400
@@ -0,0 +1,39 @@
+Bug#: 75386
+Product: Mono: Runtime
+Version: 1.1
+OS: All
+OS Details: bug can be seen under Mandrake 10.1 and Windows 2003
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: admin at svwebhosting.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: can't compare object containing an int64 value in VB.NET
+
+Description of Problem:
+Can't compare object variables containing an int64 value in VB.NET
+
+Steps to reproduce the problem:
+
+1. Compile a console application using Microsoft Visual Basic.NET compiler
+with the following:
+
+Dim obj As Object = Int64.Parse(1)
+Console.WriteLine(obj > 0)
+
+2. run the application with mono 1.1.8 on Windows or Linux
+
+Actual Results:
+False
+
+Expected Results:
+True
+
+How often does this happen?
+every time
More information about the mono-bugs
mailing list