I have a project Foo.BackOffice . it has a reference to Foo.Repository which I have NHibernate dlls.
When i publish Foo.BackOffice to IIS. It doesnt publish the dlls which are in Foo.Repository, NHibernate DLLs. But it does publish the Foo.Repository.dll.
How can I publish the dll’s that Foo.Repository has as reference.
Thanks.
From this connect issue:
You only have direct dependency on
Foo.Repositorynot on Nhibernate.So just reference the NHibernate dlls in your web project and they will copied during publish.