Chander Dhall's Blog

Sponsors

Browse by Tags

All Tags » Fluent Nhiberante No persistor for classname Asp.net C# (RSS)
Sorry, but there are no more tags available to filter with.
Fluent Nhibernate No persister for: <ClassName>
I got this error while working on the following class. internal partial class OrganizationMap : ClassMap<Organization> { #region constructors internal OrganizationMap() { Id(x => x.OrganizationId).GeneratedBy.Assigned(); Map(x => x.DateCreated...
More Posts