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 [EMAIL PROTECTED]

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: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -55,6 +55,25 @@
 Created an attachment (id=16081)
 zip including exe and VB.NET source.
 
 
 ------- Additional Comments From [EMAIL PROTECTED]  2005-11-29 14:46 -------
 requested files have been attached.
+
+------- Additional Comments From [EMAIL PROTECTED]  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));
+       }
+}
+<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to