在编程中,使用反射(IoC)是一个很好的架构。在.Net中,System.Reflection命名空间提供了对反射的支持。然而,很多朋友在使用Assembly.Load()方法时,
却不能正确装载程序集。比如,很多朋友在模仿PetShop的框架时,使用这样的调用方式:
stringassemblyName
=
ConfigurationManager.AppSettings[
"
webDAL
"
];
stringconstructor <
string
string