using System.Web.Script.Services;
这个命名空间并不是在System.Web中,而是在ajax扩展中。
需要安装ASP.NET 2.0 AJAX Extensions,然后在项目上添加引用:System.Web.Extensions
最后在引用命名空间中添加using System.Web.Script.Services

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2021-06-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-22
  • 2022-01-30
  • 2021-05-09
  • 2021-11-11
  • 2021-10-16
相关资源
相似解决方案