This is NHibernate Development forum. Can you please ask your question in <[email protected]>?
Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Fri, Jun 26, 2009 at 12:44 PM, KaRtHiK K <[email protected]> wrote: > 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
