I'm using version 2.1, and an Oracle 11g database. Sadly, I've spent the afternoon not being able to get past the error I get when I get cfg.AddAssembly(...);
{"Could not instantiate dialect class NHibernate.Dialect.Oracle10gDialect, NHibernate"}
Here's my questions: It seems like the errors are trying to tell me that Oracle10gDialect is not in NHibernate. If that's true, then where is it?
It would help me (and it appears quite a few other people) if this entire sample application where available for download. Any chance someone can point me to a download link for this tutorial?
Thanks,
|