-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Problem configuring NHibernate
PostPosted: Sat Feb 18, 2006 5:15 am 
Regular
Regular

Joined: Mon Aug 29, 2005 3:07 pm
Posts: 77
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


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 19, 2006 10:26 pm 
Senior
Senior

Joined: Fri Jan 13, 2006 2:50 pm
Posts: 123
Location: Blumenau / SC / Brasil
Hi!

Take a look here: http://www.linhadecodigo.com.br/artigos ... =917&pag=2

There is an example!

Bye


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.