Joined: Tue Feb 24, 2009 4:06 pm Posts: 3
|
I would like NHibernate to be able to load types with partial name assemblies. It seems that I have to provide the full name in my class declarations in the hbm.xmls.
NH uses the following method to load my class:
public static System.Type ClassForName( string name )
{
return System.Type.GetType( name, true );
}
Although the documentation says that Type.GetType also would load an assembly from a partial name, it doesn't work for me. Does any one knows of an issue here? Does it have really have to be the full assembly name or is the another way around it?
thanks
_________________ Acai Berry Fruit Juice Plants
OLED lighting
|
|