Castle Active Record - .net 2.0 中的用法
简单问题:
我可以在 .net 2.0 项目中使用最新版本的 Castle Active Record(针对 .net 2.0 CLR 构建)吗?
我在网站上查找了 .net 2.0 版本,但没有找到。最新的二进制版本只有.net35、.net4、.net40cp。
有趣的是,当我针对 .net35 castle 活动记录二进制文件编译并运行示例(在 Visual Studio 2005 中)时,示例运行良好。
同样,使用 .net35 活动记录构建与 .net 2.0 安全吗?
Quick question:
Can I use the latest release of Castle Active Record in .net 2.0 projects (build against .net 2.0 CLR)?
I looked through the site for a .net 2.0 release and could not find it. The latest binary release has only .net35, .net4, .net40cp.
Interestingly enough, when I compile and run my sample (in Visual Studio 2005) against the .net35 castle active record binaries the sample runs fine.
Again, is it safe to use .net35 active record build with .net 2.0?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
准确地说:Castle ActiveRecord 3.0RC(当前最新版本)需要.NET 3.5或更高版本。 .NET 3.5 在 CLR 2.0 上运行。
To be precise: Castle ActiveRecord 3.0RC (currently the latest release) requires .NET 3.5 or higher. .NET 3.5 runs on the CLR 2.0.