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=79896 --- shadow/79896 2006-11-10 17:00:44.000000000 -0500 +++ shadow/79896.tmp.17690 2006-11-10 17:00:44.000000000 -0500 @@ -0,0 +1,47 @@ +Bug#: 79896 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: VB Runtime +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Bind a dll late with VB (CreateInstance) + +Please fill in this template when reporting a bug, unless you know what +you are doing. +Description of Problem: + +I try to bind a dll late to my exe with VB-Method CreateInstance. +Tested with Mono 1.2 + + +Code to reproduce the problem: + +Sub Main() + Dim myAssembly As System.Reflection.Assembly = +Reflection.Assembly.LoadFile("C:\myAssembly.dll") + Dim myAssemblyMainClass As Object = myAssembly.CreateInstance +("myAssembly.Main", True, Reflection.BindingFlags.CreateInstance, +Nothing, Nothing, Nothing, Nothing) + Dim tmpResult As Boolean = myAssemblyMainClass.Main() + End Sub + + +Actual Results: + +WARNING **: Missing method +Microsoft.VisualBasic.CompilerServices.NewLateBinding::LateGet +(object,Type,string,object[],string[],Type[],bool[]) + +How often does this happen? + +Always _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
