1) Are the NHibernate DLL's in the bin directory that the Unit test code runs in? 2) Is the hibernate .cfg file in the bin directory (and/or settings in test harness config file)?
This are the usual scenarios as your test project probably will not reference NH directly, therefore the DLL's will not be copied over to the test bin directory unless you have a post-build step in your test project.
-- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
