FluentNHibernate 1.1 / Castle 1.1 依赖项
我想将我的 FluentNHibernate 升级到版本 1.1,但我发现它使用 Castle.Core 1.1。
我在我的应用程序中使用 Castle.Windsor 1.2,它与 Castle.Core 1.2 一起使用。
我现在需要找到使用 Castle.Core 早期版本的 Castle.Windsor 版本,但我在任何地方都找不到它。
你建议我应该做什么?
等待使用最新 Castle.Core 的 FluentNHibernate 版本?
或者使用最新的 Castle.Core 从源代码构建 FluentNHibernate 1.1?
或降级我的 Castle.Windsor 版本?
I would like to upgrade my FluentNHibernate to version 1.1, but I found out it uses Castle.Core 1.1.
I use Castle.Windsor 1.2 in my app which works with Castle.Core 1.2.
I now need to find a version of Castle.Windsor that uses this earlier version of Castle.Core, but I can't find it anywhere.
What do you recommend I should do?
Wait for a version of FluentNHibernate that uses the latest Castle.Core?
OR build FluentNHibernate 1.1 from source using the latest Castle.Core?
OR downgrade my Castle.Windsor version?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只有 NHibernate.ByteCode.Castle.dll 和 Castle.DynamicProxy2.dll 依赖于 Castle.Core.dll。
您可以从 Castle ActiveRecord 2.1.1 版本。
Only NHibernate.ByteCode.Castle.dll and Castle.DynamicProxy2.dll depend on Castle.Core.dll.
You can get them compiled against Castle.Core.dll 1.2 from the Castle ActiveRecord 2.1.1 release.
如果您不想针对最新版本的 Castle 构建 FluentNHibernate,请将其添加到您的 app.config/web.config 文件中:
If you don't want to build FluentNHibernate against the lastest version of Castle, add this to your app.config/web.config file :