hello,
I started to use NHibernate version 2.0 but I get alway same error
when i run my web application. I can not built session factory with ms
access database.

My Code Configuration Part:
NHibernate.Cfg.Configuration cfg = new NHibernate.Cfg.Configuration();
cfg.SetProperty(NHibernate.Cfg.Environment.ConnectionProvider,
NHibernate.Connection.DriverConnectionProvider");
cfg.SetProperty(NHibernate.Cfg.Environment.ConnectionString,
connectionString);
cfg.SetProperty(NHibernate.Cfg.Environment.Dialect,
"NHibernate.JetDriver.JetDialect, NHibernate.JetDriver");
cfg.SetProperty(NHibernate.Cfg.Environment.ConnectionDriver,
"NHibernate.Driver.OleDbDriver, NHibernate");

and I get that error:
Method not found: 'System.Collections.IDictionary
NHibernate.Dialect.Dialect.get_DefaultProperties()'.

in that line:
Line 168:            cfg.AddAssembly(assemblyName);
 thanks.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to