[Mono-bugs] [Bug 75929][Min] Changed - error CS0029: Cannot
implicitly convert type `object' to `System.ValueType'
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Aug 29 09:32:12 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 rharinath at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75929
--- shadow/75929 2005-08-29 07:06:32.000000000 -0400
+++ shadow/75929.tmp.5443 2005-08-29 09:32:12.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 75929
Product: Mono: Compilers
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Minor
Component: C#
-AssignedTo: mono-bugs at ximian.com
+AssignedTo: rharinath at novell.com
ReportedBy: atsushi at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: error CS0029: Cannot implicitly convert type `object' to `System.ValueType'
@@ -41,6 +41,12 @@
No CS0029 error.
Additional Information:
If there is no cast, it does not raise CS0029 error.
+
+------- Additional Comments From rharinath at novell.com 2005-08-29 09:32 -------
+It's complaining about 'object' to 'ValueType', which is true.
+However, I'll have to track down why it thinks it needs to cast to an
+object first :-)
+
More information about the mono-bugs
mailing list