@Diego - exception was the same

@Fabio - I think that was some bug when VS was reading "properties" of
assemblies, because PublicKeyToken of the old version was the same as
PublicKeyToken of new version. To resolve this issue I must add this
into app.config file of test project:
<runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
          <dependentAssembly>
                <assemblyIdentity name="NHibernate"
publicKeyToken="AA95F207798DFDB4" culture="neutral"/>
                <bindingRedirect oldVersion="2.1.0.4000" 
newVersion="2.1.2.4000"/>
          </dependentAssembly>
        </assemblyBinding>
</runtime>
-- 
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.


Reply via email to