ISession session = holder.CreateSession(typeof(DB.User));
Whatever it throwing the exception is catching it and ignoring it, so
it isn't anything the breaks my program; however, sometimes I like to
have "Break on all exceptions thrown" enabled and this gets kinda
annoying. Is there any way to prevent whatever this configuration
parameter is from being set? Thanks!
Mike