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: Getting started with nhibernate: Could not load file
PostPosted: Sun Apr 20, 2008 1:22 pm 
Newbie

Joined: Sun Apr 20, 2008 12:01 pm
Posts: 2
Hibernate version:1.2.1
VS.NET 2005 ASP.NET

Hello I am a newbie on NHibernate.
I want to reproduce the simple example in the documentation but I get an error: TypeInitialization exception and err msg:
Could not load file or assembly 'Website3' or one of its dependencies. The system cannot find the file specified

The exception is thrown on this line
ISession session = NHibernateHelper.GetCurrentSession();



My web.config has the following section and I have set mapping assembly to the name of my project: Website3
Code:
<session-factory>
         <property name="dialect">NHibernate.Dialect.MsSql2000Dialect</property>
         <property name="connection.provider">NHibernate.Connection.DriverConnectionProvider</property>
         <property name="connection.connection_string">Server=(local);initial catalog=pubs;Integrated Security=SSPI</property>
         <mapping assembly="Website3"/>
      </session-factory>


I am doing something fundamentally wrong here but what?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 20, 2008 2:13 pm 
Regular
Regular

Joined: Fri Feb 18, 2005 3:34 am
Posts: 88
Location: Poland/Wrocław
The error you are reporting is definitely related to some missing part. You definitely need to check whether all assemblies are in the right place. IMO this error has nothing to do with NH.

_________________
Please rate this post if you've found it helpfull
Roland


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.