开发者

fluent nhibernate wont work with the new nhibernate 3.1ga?

开发者 https://www.devze.com 2023-02-15 19:00 出处:网络
when i ran the program, it threw an io exception that cant find dll \"NHibernate, Version=3.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4\" or something like it.

when i ran the program, it threw an io exception that cant find dll "NHibernate, Version=3.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4" or something like it. what i've done is just replace the nhibernate 3.0ga dll with the 3.1ga. so the fluent nhibern开发者_JAVA百科ate really cant work with nhibernate 3.1? how should i make them work together? thanks for any help offered.


You can put assembly redirect in configuration file


Build Fluent NH from the sources, or wait until a version targetting NH 3.1 is released.

0

精彩评论

暂无评论...
验证码 换一张
取 消