Hi,
i have a project-folder in vs 2005 with two project. the first is a website-project and the second is a dll-project.
the dll-project references the NHibernate.dll and have classes and rescourses for nhibernate like: User.cs, User.hbm.xml and a class named ObjectManager which has methods like Save, Update ...
then the first project (website-project) references to the second dll to use nhibernate...
but it comes the the exception that the NHibernate.dll cant find...
to your info: if i reference an use the dll-project from a normal application it work! but in website-project it comes the exception that the NHibernate.dll can not be found...What is wrong ???
mfG
yesso
|