When I use LazyLoad in NHibernate for my Entities I get the fallowing Exception:
NHibernate.MappingException: No persister for: PrivilegeLevelProxy
PrivilegeLevel is an Entity. It has also mapped correctly (it works without LazyLoad()). I ask me, why should NHibernate needs a Persister for a Proxy-Object?