[fluent-nhib] No persister for: NHibernate.Type.AnyType+ObjectTypeCacheEntry

2015-04-15 Thread brainbolt
I'm accustomed to seeing "No persister for:" errors when I don't have a class map defined for one of my classes, but not for an internal NHibernate class. I'm the getting this exception when I attempt to access the Tasks collection defined in the following relationship. It doesn't make a diff

Re: [fluent-nhib] No persister for:

2011-03-06 Thread Mohamed Meligy
It could be your mapping configuration. Did you try to change the assembly in the mapping configuration to something like typeof(ProductMap).Assembly and see if it works? *Mohamed Meligy *Readify | Senior Developer M:+61 451 835006 | W: readify.net [image: Description: Description: Descripti

[fluent-nhib] No persister for:

2011-03-06 Thread kalps
I am getting the No persister for : error. Following is the code I have. My Mapping class seems to be Public. I do not see anything wrong. Any ideas? Entity: public class Product { public virtual int Id { get; set; } public virtual string Name { get; set; }

[fluent-nhib] "No persister for...."

2009-06-08 Thread Colin Ramsay
Does anyone know why I might get "No persister for " when using Fluent NH? My app was working perfectly until my machine got wiped out and I had to re-checkout from SVN, and I now see this error. I'm guessing my previous copy wasn't completely synced to SVN, but I just can't establish what the iss