Hi!
Hibernate version:1.0.2.0
I recompiled NHibernate using MSVS2003 and use
\src\NHibernate-1.1.sln
I comment AssemblyKeyFileAttribute in AssemblyInfo.cs
and change couple lines of code in SqlDialect.cs.
After that i rebuild project NHibernate-1.1
In my work project i replace reference of original NHibernate.dll
on my build of it.
But!!!!!
When run my application I receive exception
"File or assembly name HashCodeProvider, or one of its dependencies, was not found."
But when i use original signed Nhibernate.dll this exeption is not received.
Using reflector i found that all deals in this class
Code:
public class IdentityHashCodeProvider
Original NHIbernate.dll included it but my version NHIbernate.dll don`t contain this class.
I miss something or developers include wrong version of source code in package NHibernate version 1.0.2.0 ?