关于程序集的有关问题

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

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

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

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