[Mono-bugs] [Bug 75386][Nor] Changed - can't compare object containing an int64 value

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Apr 17 16:59:02 EDT 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 vargaz at gmail.com.

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

--- shadow/75386	2005-11-29 14:46:27.000000000 -0500
+++ shadow/75386.tmp.26733	2006-04-17 16:59:02.000000000 -0400
@@ -1,16 +1,16 @@
 Bug#: 75386
-Product: Mono: Runtime
+Product: Mono: Class Libraries
 Version: 1.1
 OS: All
 OS Details: 
 Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
-Component: debug
+Component: VB Runtime
 AssignedTo: sumadevi at novell.com                            
 ReportedBy: admin at svwebhosting.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -55,6 +55,25 @@
 Created an attachment (id=16081)
 zip including exe and VB.NET source.
 
 
 ------- Additional Comments From admin at svwebhosting.com  2005-11-29 14:46 -------
 requested files have been attached.
+
+------- Additional Comments From vargaz at gmail.com  2006-04-17 16:59 -------
+This is most likely a VB.NET class libs issue. Here is a C# testcase:
+
+<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
+using System;
+
+public class Tests {
+
+	public static void Main () {
+		object o1 = (long)1;
+		object o2 = (int)0;
+
+		Console.WriteLine
+(Microsoft.VisualBasic.CompilerServices.ObjectType.ObjTst (o1, o2,
+false));
+	}
+}
+<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<


More information about the mono-bugs mailing list