Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter
Philip Japikse
Philip JapikseComponents
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created June 30, 2008 at 5:35 AM
Updated July 8, 2008 at 2:46 PM
Resolved July 8, 2008 at 2:46 PM
In the constructor for the CustomType class, line 33 (name=userTypeClass.Name) s/b name=userTypeClass.AssemblyQualifiedName. Assigning only the name property prevents construction of the custom type if it is external to the nhibernate project.