首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

关于程序集的有关问题

2012-01-08 
关于程序集的问题System.Reflection.AssemblyassSystem.AppDomain.CurrentDomain.Load( AssemblyName )

关于程序集的问题
System.Reflection.Assembly   ass   =   System.AppDomain.CurrentDomain.Load( "AssemblyName ");
new   Class1();     //Class1是   刚加载的程序集中的一个类,为什么不能创建对象呢?

注:这个程序集不是放BIN目录的

[解决办法]
不放在bin目录,有没有放在gac里面?
也能被load?

热点排行