Hello,
I've a problem since I upgrade from nh 1.2.1 to nh 2.0.1. I cannot connect to an Access database anymore. As NHibernate.JetDriver.dll is not part of the NHibernate 2.0 bin package, I tried to use the dll from nh 1.2.1 but it doesn't work. I get the following innerexception: Could not find the dialect in the configuration. In my configuration file, I have: <property name="dialect">NHibernate.JetDriver.JetDialect, NHibernate.JetDriver</property>
Where can I find NHibernate.JetDriver.dll for nh 2.0.1 ?
Best regards,
mathmax
|