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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2005-10-17 07:11 ------- -> compilers + +------- Additional Comments From [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
