服务器上是否需要 .NET 3.5 SP1 才能使用动态数据?
服务器上是否需要 .NET 3.5 SP1 才能使用动态数据?
看起来它生成了大量代码,因此在服务器端不需要任何特殊的东西。 我问这个问题是因为我想使用它,但我的客户使用的共享托管提供商只安装了 3.5,而不是 3.5 SP1。
Is .NET 3.5 SP1 Required on the server to use Dynamic Data?
It looks like it generates a lot of code and therefore wouldn't require anything special on the server side. I ask because I would like to use it but the shared hosting provider my client is using only have 3.5 installed and not 3.5 SP1.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,需要 SP1。
动态数据使用 SP1 的多个部分,特别是 ASP.NET 路由扩展和 System.ComponentModel 中的新数据注释类。
Yes, SP1 is required.
There are several bits of SP1 that Dynamic Data uses, notably the ASP.NET routing extensions and the new data annotation classes in System.ComponentModel.