Hello,
I try to upgrade from nh 2.0.1 to nh 2.1.0. It seems that there are some breaking changes in the configuration file between these two versions.
Here is the config file I use.
Code:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="nhibernate" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
</configSections>
<nhibernate>
...
</nhibernate>
</configuration>
Here is the exception I get with nh 2.1.0:
Quote:
Could not load file or assembly '%NHibernate, Version=2.0.1.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4' or one of its dependencies. The system cannot find the file specified. The located assembly's manifest definition does not match the assembly reference.
Does anyone know how to write the config file for nh 2.1.0?
Thank you in advance.
Mathmax