Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / productivity / biztalk

Use NHibernate with BizTalk

5.00/5 (1 vote)
24 Jun 2010CPOL 11.3K  
Quick note:

To use Nihibernate with BizTalk , please store the following files under the BizTalk folder (and GAC):
• FluentNHibernate.dll (if using Fluent NHibernate)
• Hibernate.cfg.xml (Nhibernate configuration file)
• NHibernate.dll
• NHibernate.ByteCode.Castle.dll

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)