Activator.CreateInstance MissingMethodException
问题 I have a class in a c# dll with the following class public class RequiredTask : Base.BaseObject { public string Name { get; set; } public string Description { get; set; } public RequiredTask() : base() { } } Which inherits from this class public class BaseObject : IBaseObject, INotifyPropertyChanged { public DateTime? UpdatedOn { get; set; } public string UpdatedBy public DateTime? CreatedOn public string CreatedBy public BaseObject() { } } Then the UI, is a VB.Net Winform, this form is going