I have this error when i try to save my entity:
Invalid object name ‘hibernate_unique_key
What is the problem?
With the SQL profiler i have this query:
select next_hi from hibernate_unique_key with (updlock, rowlock)
Can you help me?
I’m using Asp.net mvc 2, Sharp Architecture (with fluent automapping)
Thank you
i’ve found it.
i need to change the PrimaryKeyConvention of Fluent and set to native.