netcore使用反射出现Could not load file or assembly 错误

netcore 三层

1、App应用程序:引用2Manager层

2、Manager管理层:引用3IService层

3、IService接口层

4、Service实现层:引用3IService层

当1App应用程序层运行时,会弹出 Could not load file or assembly 错误

使用Assemly.LoadFrom()函数可消除此错误

你可能感兴趣的:(C#学习笔记,netcore)