[Mono-bugs] [Bug 55065][Blo] New - error CS0037 on mono 0.32

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 2 Mar 2004 07:47:05 -0500 (EST)


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 popescu_dumitru@yahoo.com.

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

--- shadow/55065	2004-03-02 07:47:05.000000000 -0500
+++ shadow/55065.tmp.21068	2004-03-02 07:47:05.000000000 -0500
@@ -0,0 +1,37 @@
+Bug#: 55065
+Product: Mono/Compilers
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: popescu_dumitru@yahoo.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: error CS0037 on mono 0.32
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1.  Following line generates compile error 
+private IntPtr pidlRoot = (IntPtr) null;
+
+Actual Results:
+error CS0037: Cannot convert null to value type `System.IntPtr'
+
+Expected Results:
+
+no errors
+How often does this happen? 
+
+
+Additional Information: