Castle.Facilities.NHibernateIntegration was added via NuGet, and now when I try to start the site, I get the following error:
The get_IsOpen method of type 'Castle.Facilities.NHibernateIntegration.StatelessSessionDelegate' from the assembly 'Castle.Facilities.NHibernateIntegration, Version = 1.1.0.0, Culture = neutral, PublicKeyToken = 407dd0808d44fbdc' does not have an implementation. Description: An unhandled exception has occurred. web request Please review the stack trace for more information about the error and where it occurred in the code.
Exception Details: System.TypeLoadException: method 'get_IsOpen' in type 'Castle.Facilities.NHibernateIntegration.StatelessSessionDelegate' from assembly 'Castle.Facilities.NHibernateIntegration, Version = 1.1.0.0, Culture = neutral, PublicKeyToken = 407dd0808d44f .
The latest version of Castle.Facilities.NHernernateIntegration, available through NuGet, is 1.1.0
Other packages added via NuGet:
- Castle.Core: 2.5.2
- Castle.Windsor: 2.5.3
- NHibernate: 3.1.0.4000
- NHibernate.Castle: 3.1.0.4000
- FluentNHibernate: 1.2.0.712
- Castle.Core-log4net: 2.5.2
- .Windsor-log4net lock: 2.5.2
- Rx-Core: 1.0.2856.0
- Rx-Main: 1.0.2856.0
- Rx-Interactive: 1.0.2856.0
- Castle.Services.Transaction: 3.0.6.1006
Any ideas? Thank.
source