Issue 1: MappingException: Could not determine type for: EnumStringType`1[[My type, My Assembly]] ...
Status:  New
Owner: ----
Reported by damon.a....@gmail.com, Dec 21, 2009
What steps will reproduce the problem?
1. Create a project with a class that contains at least one property as an
enum 
2. Create a mapping file for the class and make sure the property tag
specifies the type attribute.  It should look somthing like this:  
 
 <property name="PropertyName" column="ColumnName" 
type="EnumStringType`1[[EnumType, Assembly of EnumType]]" />

where EnumType is the Type of enumeration including the namespace and
Assembly is the assembly name.

3. Compile project.

3.  Create a new project and reference your domain assembly created in
steps 1 - 3 above.
4. In the programs entry point, create and configure NHibernate as normal.
5. Create a Session Factory with cfg.BuildSessionFactory.
6. No errors should occur to this point.

NOTE: I am using NH 2.1 build.

7. Create a new config file without any entry for the Castle Proxy stuff.
8. Open the NHibernateQueryAnalyzer and load both the new config file and
the compiled assembly created in steps 1 - 2 above.
9. click Build Project.

What is the expected output? What do you see instead?
I expect the project to build successfully.  

Instead, I get the error mentioned in the Summary (MappingException ...)

What version of the product are you using? On what operating system?

Version 2.1 on XP

Please provide any additional information below.

You can also contact me @ DamonS@GMCx.com (which I monitor all day).
Nov 28, 2012
#1 ozb...@gmail.com
I got the same issue I was using NH 2.1.1.4 and it was working when started to work with NH 4.0.3.. I got this same error. Nothing changed except NH