如何将 Remoting.ObjectHandle 转换为 UserControl 类型?
我想动态地实例化一个 UserControl :
UserControl myUserControl = (UserControl)Activator.CreateInstance(Assembly.GetExecutingAssembly().FullName, "Client.IndexView");
错误:无法将“System.Runtime.Remoting.ObjectHandle”类型的表达式转换为“UserControl”