Hi, With this version of NHibernate you need to specify the correct dialect for your version of Oracle: Oracle8iDialect, Oracle9iDialect, Oracle10gDialect, or OracleLiteDialect.
-- Roelof On Wed, Jun 3, 2009 at 12:46 PM, Mark Jensen <[email protected]> wrote: > > Hi > > I have just updated an application that uses AR + NHibernate + Oracle > and it seems that something have changed, since it aint working :P > > System.TypeLoadException: Could not load type > NHibernate.Dialect.OracleDialect. Possible cause: no assembly name > specified. > NHibernate.HibernateException: Could not instantiate dialect class > NHibernate.Dialect.OracleDialect > NHibernate.MappingException: Could not compile the mapping document: > (string) > > Here is my configuration... > > <config isWeb="false" isDebug="false"> > <add key="connection.driver_class" > value="NHibernate.Driver.OracleClientDriver" /> > <add key="dialect" value="NHibernate.Dialect.OracleDialect" /> > <add key="connection.provider" > value="NHibernate.Connection.DriverConnectionProvider" /> > <add key="connection.connection_string" value="--removed--" /> > <add key="proxyfactory.factory_class" > value="NHibernate.ByteCode.Castle.ProxyFactoryFactory, > NHibernate.ByteCode.Castle"/> > </config> > > does anyone know was has happened? > > /Mark > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" 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/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
