Hi Forum...
After at least three days of coding, searching and reading I succeded in building a schema in my database...
now ther is a new exception that I could not explain:
The ProxyFactoryFactory was not configured.
Initialize 'proxyfactory.factory_class' property of the session-factory configuration section with one of the available NHibernate.ByteCode providers.
Example:
<property name='proxyfactory.factory_class'>NHibernate.ByteCode.LinFu.ProxyFactoryFactory, NHibernate.ByteCode.LinFu</property>
Example:
<property name='proxyfactory.factory_class'>NHibernate.ByteCode.Castle.ProxyFactoryFactory, NHibernate.ByteCode.Castle</property>
My Problem belongs to this Tutorial:
http://blogs.hibernatingrhinos.com/nhib ... ation.aspx
the exception is thrown when executing TestFixtureSetup in Class ProductRepository_Fixture, at this codesegment:
_sessionfactory = _configuration.BuildSessionFactory();
could there be a fault in the config-file?