Hi,
I'm creating a new project in VS.NET 2005 in where I want to use NHibernate.
I've added an app.config file to my project, and I've added a custom config-section for NHibernate:
Code:
<configuration>
<configSections>
<section name="nhibernate" type="......"/>
</configSections>
<nhibernate>
</nhibernate>
</configuration>
In fact, I just copy / pasted this part from the config file of one of the examples in the nhibernate download to my own config file.
Now, when i want to compile, I get an error:
Quote:
could not find schema information for the element nhibernate
The strange thing is, that this works just fine in vs.net 2003 ?
Anyone who has had this error as well ?
ps: i'm using nhibernate 1.0.2.0