hi,
i'm having error "Member not found." from the following code(in time of invoking member)..

Code:
foreach (MemberInfo mi in type.GetMember("test_mdi_Init"))
{
  type.InvokeMember (mi.Name.ToString(), 
  BindingFlags.Default | BindingFlags.InvokeMethod,
  null,
  ibaseObject,
  arguments);
}
what could be the problem? thanx for help