Hi Folks...
I tried the Tutorial for NHibernate.Mapping.Attributes and have some little Problems mapping a table...
I'm talking about this Tutorial:
http://nhibernate.sourceforge.net/NHibernateEg/NHibernateEg.Tutorial1A.html#NHibernateEg.Tutorial1A-Configuration
I defined a Table-class in the executing application and everything went fine.
Then I copied this class to a dll-project but nothing happens.
Which Information does NHibernate.Config need, to create the Mapping from a dll?
I tried cfg.AddAssembly("myTables");
and cfg.AddClass(typeof(Database.Tables.FgBlocks));
Sorry, if the explanation is not so good....
For more Information please ask.
Thanks,
Telefisch