.net 2.0 通过程序集绑定访问 .net 4.0 dll
我有一个使用 .net 2.0 库(dll)的 .net 2.0 webservices。我的配置使用程序集绑定来使用最新版本,现在 .net2.0 将迁移到 .net 4.0,这是否意味着我也必须将我的服务迁移到 4.0?
谢谢 高卢人
I have a .net 2.0 webservices using .net 2.0 librarys (dll). My config uses assembly binding to use the latest builds,Now the .net2.0 will be migrated to .net 4.0, does this mean i have to move my service to 4.0 as well?
Thanks
Gauls
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 clr 4.0 下运行 Web 应用程序,可以通过更改站点的 IIS 应用程序池以使用 .net 4.0 来完成。
running web app under clr 4.0 which can be done by changing IIS applicaton pool for the site to use .net 4.0.