I have downloaded NHibernate solution from
https://nhibernate.svn.sourceforge.net/ ... hibernate/. And folowed rest of instructions at
http://www.hibernate.org/428.html, I opened NHibernate-2.0.sln and added Web Application, and I followed instrutions from
http://www.hibernate.org/hib_docs/nhibe ... tart-intro
Only difference is that I use MSSQL Server 2005 and my database is named Aco, also assembly name is not quickstart but WebApplication1. And that informations I enterend into Web.config. When I run example it says
The type initializer for 'WebApplication1.NHibernateHelper' threw an exception.
And it breaks in NHibernate\Cfg\Environment.cs at Line 215: foreach (KeyValuePair<string, string> kvp in nhConfig.SessionFactory.Properties)
Any idea?