流畅的 nhibernate 无法与新的 nhibernate 3.1ga 一起使用吗?
当我运行该程序时,它抛出一个 io 异常,无法找到 dll“NHibernate,Version=3.0.0.4000,Culture=neutral,PublicKeyToken=aa95f207798dfdb4”或类似的东西。 我所做的只是用 3.1ga 替换 nhibernate 3.0ga dll。 那么流畅的 nhibernate 真的不能与 nhibernate 3.1 一起工作吗?我应该如何让他们一起工作? 感谢您提供的任何帮助。
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 nhibernate really cant work with nhibernate 3.1? how should i make them work together?
thanks for any help offered.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以将程序集重定向放入配置中文件
You can put assembly redirect in configuration file
从源代码构建 Fluent NH,或者等到针对 NH 3.1 的版本发布。
Build Fluent NH from the sources, or wait until a version targetting NH 3.1 is released.