sanjeev wrote:
hi
it seems the asp.net app needs access to hashcodeprovider.dll....
what you can do is to copy hascodeprovider.dll from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 to
c:\inetpub\wwwroot\bin
the error should go away now....:-)
new to nHibernate, but I have used Hibernate in Java. I am also having this problem.
Hascodeprovider.dll is in
c:\inetpub\wwwroot\PROJECT\bin
There is no bin directory in wwwroot. It doesn't make sense that there would be one.
The only way to debug the project is to do a rebuild all. This is a pain. Whenever I change any source file, I have to rebuild all, press F5, I get the error, close the browser, rebuild all again, press f5, and then move on with testing.
Any insights? I think that this has something to do with the *.hbm.xml files. Is there any way to not make them an embedded resource, but to reference them in a hibernate.cfg.xml as in Java?