Hi,
I am newbie to nHibernate. just i am developing simple Windows application.
And getting "Could not find schema information for the element 'nhibernate'.
in App.config"
This is my App.config file
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="nhibernate"
type="System.Configuration.NameValueSectionHandler, System,
Version=1.0.3300.0,Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
</configSections>
<nhibernate>
<add key="hibernate.show_sql"
value="false" />
<add key="hibernate.connection.provider"
value="NHibernate.Connection.DriverConnectionProvider" />
<add key="hibernate.dialect"
value="NHibernate.Dialect.MsSql2000Dialect" />
<add key="hibernate.connection.driver_class"
value="NHibernate.Driver.SqlClientDriver" />
<add key="hibernate.connection.connection_string"
value="Data Source=SERVER5\SQLEXPRESS;Initial
Catalog=HelloNHibernate;Integrated
Security=SSPI;" />
</nhibernate>
</configuration>
Please any one help me to solve this problem.
--
Thanks & Regards
KarthiK