Subsonic 与 .Net 4.0 兼容吗
最新版本的 Subsonic 是否与 Visual Studio 2010 / .Net 4.0 兼容?
Is the latest version of Subsonic compatible with Visual Studio 2010 / .Net 4.0?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
是的,Subsonic 3 在 .NET 4 中应该可以正常工作。我正在使用 Subsonic 3 在 VS.NET 2010 上开发一个解决方案,到目前为止没有任何问题。
Yes, the Subsonic 3 should work fine in .NET 4. I am developing a solution on VS.NET 2010 using Subsonic 3 and so far no problems at all.
我已经在 Visual Studio 2010 测试版和 .net 4 中使用版本 3 一段时间了。它工作得很好。
I've had version 3 working in the beta version of Visual Studio 2010 and .net 4 for a while now. It works just fine.
Subsonic 只是一个 3.5 库...无论您将来有 .net 4.0 还是 .net XX,它仍然应该编译为 3.5...就像 .Net 2.0 项目仍然会加载一样。
简短回答 是的
Subsonic is just a 3.5 library.... whether you have .net 4.0 or .net X.X in the future it should still compile to 3.5... just as a .Net 2.0 project will still load.
Short answer yes
是的,最新发布版本是可与 .NET 4.0 一起使用的 .NET 3.5 库。我假设源代码可以在 .NET 4.0 下编译,但我自己还没有尝试过。
Yes, the latest release version is a .NET 3.5 library that will work with .NET 4.0. I would assume the source would compile under .NET 4.0 but have not tried that myself.
我没有注意到在 .NET 4.0 项目中引用 3.0.0.3 有任何问题。
I haven't noticed any problems referencing 3.0.0.3 in a .NET 4.0 project.