[Mono-bugs] [Bug 59800][Nor] Changed - error compiling cast from ulong to IntPtr
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Jun 2004 08:25:59 -0400 (EDT)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59800
--- shadow/59800 2004-06-15 04:56:45.000000000 -0400
+++ shadow/59800.tmp.10283 2004-06-23 08:25:59.000000000 -0400
@@ -5,13 +5,13 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
Component: C#
-AssignedTo: ravi@ximian.com
+AssignedTo: miguel@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: error compiling cast from ulong to IntPtr
@@ -61,6 +61,9 @@
System.IntPtr ptr = (System.IntPtr)ul;
}
}
but when I tried to run compiled exe it crash with
System.OverflowException on WXP,.NET 1.1,2.0
+
+------- Additional Comments From miguel@ximian.com 2004-06-23 08:25 -------
+Need to follow up with Gus at Microsoft.