This doesn't work, because: NHibernate.QueryException: could not resolve property: root of: Entity
Broken Pipe
unread,
Sep 15, 2016, 9:58:00 AM9/15/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nhusers
I Figured this out. The exception mensioned, is caught inside NH, and it doesn't break the query. I was debuging code in Visual Studio with enabled "stop on thrown exception" option. And thought I had "only my code" option switched on, for some strange reason exception from NH are shown. My collegue pointed out that line of code with caught exceptions is highlighted in green, and uncaught are yellow.