在最近的项目中用到反射

Assembly.Load(bllNameSpace).CreateInstance(FullClassName);

再次忘记程序集命名的问题,在此标记一下

不要再次忽略程序集的名称啦和namespace一起搞定Assembly不能加载程序集的问题

相关文章: