Closed GoogleCodeExporter closed 9 years ago
Ok, so I figured it out.
Needed to add the assemblyBinding redirect. Perhaps that should be more clearly
documented in the Development Guidelines documentation?
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="NHibernate" publicKeyToken="aa95f207798dfdb4"
culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535"
newVersion="2.0.1.4000"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
Original comment by davi...@yahoo.com
on 14 Nov 2008 at 6:49
I've added this assembly redirect to the Visual Studio template to assist as
well.
Original comment by wmccaffe...@gmail.com
on 3 Dec 2008 at 3:53
Original issue reported on code.google.com by
davi...@yahoo.com
on 14 Nov 2008 at 6:06