Joined: Tue Jun 01, 2010 3:37 pm Posts: 3
|
Hi all, I was wondering if anyone could tell me whether I am unable to have my class and mapping file in different namespaces? I tried this last night and it complained stating it couldn't find my mapping file. I am trying to do:
- Place my mapping file in the namespace DataLayer.Mappings - My classes are in the namespace BusinessObjects
Note that DataLayer and BusinessObjects are two seperate projects.
I imagine NHibernate looks for the hbm file in the same namespace or directory as the class declaration?
|
|