In my solution I have a branch of business objects with associations. So when I try save a root object after processing I get an exception with message \"Deleted object woul
The above solutions didn't work for me. The instance I tried to delete was nowhere referenced in my code.
However, it was in NHhibernate. After clearing the session, it worked for me.