[Mono-bugs] [Bug 76453][Blo] Changed - exception at class field
assignment with automatic conversion
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Oct 17 09:27:25 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 rafaelteixeirabr at hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76453
--- shadow/76453 2005-10-17 07:11:19.000000000 -0400
+++ shadow/76453.tmp.18163 2005-10-17 09:27:25.000000000 -0400
@@ -1,22 +1,21 @@
Bug#: 76453
-Product: Mono: Compilers
+Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Blocker
-Component: Basic
+Component: VB Runtime
AssignedTo: mono-bugs at ximian.com
ReportedBy: tobias.kaes at gmx.de
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: exception at class field assignment with automatic conversion
Description of Problem:
Exception with code which runs correctly under microsoft-net
@@ -59,6 +58,16 @@
Happens with both mono and microsoft compiled binaries.
The same stack-trace is shown so the generated code should be correct,
problem is probably in the mono vb-runtime library.
------- Additional Comments From robertj at gmx.net 2005-10-17 07:11 -------
-> compilers
+
+------- Additional Comments From rafaelteixeirabr at hotmail.com 2005-10-17 09:27 -------
+Robert - Please read it all carefully before moving a bug case
+
+From the last sentences of the description one can be SURE that the
+problem IS in the VB Runtime:
+
+Microsoft.VisualBasic.CompilerServices.LateBinding:LateSet has to
+coerce (try to implicitly convert) the received integer into a byte,
+BEFORE boxing it to pass to FieldInfo:SetValue.
More information about the mono-bugs
mailing list