Joined: Mon Mar 09, 2009 4:45 am Posts: 1
|
I'm using the latest version of Nhibernate.
I'v created an project that compiles as an dll that I would like to use in my sollution(s) I created.
The project itselfs runs. No problems at all.
Where I have an problem is when I use this project as reference in another project. That other project is an WCF application serving as Server. I got the general error 'No persister found for : 'dllNamespace.Core.Domain.NameOfClass ' .
All my mapping files are embedded resources.
I'm using an session handler that uses an assembly key from the app.config file of the server. That loads the Nhibernate configurations.
Maybe that's wrong .... But I can understand that you need the app.config from an real application and not an app.config from an dll.
Is this enough information for some help ?
Thank you,
|
|