One of the project's in my multi-project application is an assembly that encapsulate's NHibernate logic, which contains references to all the NHibernate DLLs, including NHibernate.ByteCode.Castle.
When I add a reference to that assembly in another project, and build it, all the NHibernate DLLs get copied to the other project's Output directory - except the Castle DLLs!. Other people have had similar problems - http://stackoverflow.com/questions/1560050/could-not-load-file-or-assembly-nhibernate. I've been able to work around the problem by using a common build directory for all the projects in the solution, but am wondering if there's a better way. Version numbers: Nhibernate.dll 2.1.0.4000 NHibernate.ByteCode.Castle.dll 2.1.0.4000 Thanks, -Tom Bushell -- 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.
