[Mono-bugs] [Bug 63412][Wis] New - Unhandled Exception: System.NotImplementedException: LateBinding not implmented

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 19 Aug 2004 05:23:40 -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 jwezel@compumaster.de.

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

--- shadow/63412	2004-08-19 05:23:40.000000000 -0400
+++ shadow/63412.tmp.2584	2004-08-19 05:23:40.000000000 -0400
@@ -0,0 +1,68 @@
+Bug#: 63412
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: VB Runtime
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jwezel@compumaster.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Unhandled Exception: System.NotImplementedException: LateBinding not implmented
+
+Description of Problem:
+Unhandled Exception: System.NotImplementedException: LateBinding not 
+implmented
+
+
+Steps to reproduce the problem:
+[root@lwezel tmp]# cat test.vb
+imports System
+
+Module Module1
+
+    Sub Main()
+        Dim a As New System.Collections.Specialized.NameValueCollection
+
+        Console.WriteLine(a.count)
+        a("test") = "value"
+        'Console.WriteLine(a("test"))
+
+    End Sub
+
+End Module
+[root@lwezel tmp]# mbas test.vb
+--------
+MonoBASIC: THIS IS STILL ALPHA AND UNSUPPORTED SOFTWARE, USE AT YOUR OWN 
+RISK.
+--------
+Compilation succeeded
+[root@lwezel tmp]# mono test.exe
+0
+
+Unhandled Exception: System.NotImplementedException: LateBinding not 
+implmented
+in <0x00123> 
+Microsoft.VisualBasic.CompilerServices.LateBinding:LateIndexSet 
+(object,object[],string[])
+in <0x0007d> Module1:Main ()
+
+[root@lwezel tmp]#
+
+
+Actual Results:
+exits at runtime
+
+Expected Results:
+Should assign a value
+
+How often does this happen? 
+
+
+Additional Information: