Hello, I got the following error when calling evict. It seams that Evict throws if there's nothing to evict. Is that the expected behavior?
The given key was not present in the dictionary. at System.ThrowHelper.ThrowKeyNotFoundException()\r\n at System.Collections.Generic.Dictionary`2.get_Item(TKey key)\r\n at NHibernate.Engine.StatefulPersistenceContext.RemoveEntity(EntityKey key)\r\n at NHibernate.Event.Default.DefaultEvictEventListener.OnEvict(EvictEvent event)\r\n at NHibernate.Impl.SessionImpl.FireEvict(EvictEvent evictEvent)\r\n at NHibernate.Impl.SessionImpl.Evict(Object obj)\r\n at OrionsBelt.DataAccessLayer.Persistance.Evict(IPersistanceSession session, IEntity entity) in BR, -- Pedro Santos Home - http://psantos.zi-yu.com Work - http://www.pdmfc.com The future - http://www.orionsbelt.eu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
