You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I Fluently.Configure with fluent nhibernate I register mapping assemblies.
If I make a mistake in the name of mapping assembly and try to select something with Query or
QueryOver - I receive empty result. It's really a problem - I need to guess whether there is no data returned from Db or mapping is not loaded.
Can you please throw an Exception while creating Fluently.Configure or while selecting data if no mapping where specified?