How to Solve NHibernate entity association issue?
I am having issues with NHibernate. I have got a few methods in DAL and I use Session Factory.
When I run this application it runs perfectly alright, but there are sometimes it throws in an exception saying Entity <Entity Name> is already associated with entity ID <Number>.
I am looking for ways to solve this issue; any idea?








