Ayende
My config file is setting dialect to "MsSql2000Dialect". I needed to
use the old Northwind db for this example (not sure if that is the
right dialect setting though)
.................
<config>
<add key="dialect"
value="NHibernate.Dialect.MsSql2000Dialect" />
<add
key="connection.connection_string" value="Data Source=.
\SQLEXPRESS;AttachDbFilename=C:\SQL Server 2000Sample Databases
\NORTHWND.MDF;Integrated Security=True;ConnectTimeout=30;User
Instance=True" />
</config>
...........
On Sep 27, 9:52 am, "Ayende Rahien" <[EMAIL PROTECTED]> wrote:
> *NHibernate.HibernateException : The dialect was not set. Set
> the property hibernate.dialect.*
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---