Remove hibernate prefix. Then it will complain about proxy factory google for it.
Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Sun, Aug 2, 2009 at 11:43 PM, mathmax <[email protected]>wrote: > > Thank you. I can compile now. But I still have a runtime error: "Could > not find the dialect in the configuration" > Here is the config file I use: > > <?xml version="1.0" encoding="utf-8" ?> > <configuration> > <configSections> > <section name="nhibernate" > type="System.Configuration.NameValueSectionHandler, System, > Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/ > > > </configSections> > <nhibernate> > <add key="hibernate.connection.provider" > value="NHibernate.Connection.DriverConnectionProvider"/> > <add key="hibernate.dialect" > value="NHibernate.Dialect.MsSql2005Dialect"/> > <add key="hibernate.connection.driver_class" > value="NHibernate.Driver.SqlClientDriver"/> > <add key="hibernate.connection.connection_string" > value="Server=server;Database=myDb;uid=sa;pwd=mypassword;"/> > </nhibernate> > </configuration> > > Do you have an idea of the problem ? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
