Hey
I'm developing a small class library that, for now, simply saves an object in a MSSQL Server. I have the mapping files (.hm.xml) and nhibernate configuration file (hibernate.cfg.xml) defined and working.
I'm testing it in a another project with reference to the class library with no problems.
My objective then is to start calling the class library in a Biztalk orchestration but for that i have to place it in the GAC. This is when the problems begin.
From what i've tested the problem occurs because of the configuration file that can't be found. I've configured the "Build Action" to embedded as recommended but it cant seem to find it when the class library is called.
Does anyone have any idea of how to resolve this issue?
thanks in advance ! :D
|