用vs2010建立了一个wcf项目,通过F5直接运行那服务文件,就出现了一个”The dependent tool 'svcutil.exe' is not found“,

配置WCF Test Client

之后想通过“tool->wcf service configuration editor "来配置下,就弹出了一个”    Windows SDK is not installed correctly “的大框来。

       原来我是没有安装Windows SDK啊,由于我的系统是windows7使用的是framework4.0,之后我在微软网站上面下载了windows sdk for windows 7 and .NET Framework4并安装了。这样应该可以了吧,期待的打开了vs之后还是弹出那错误。

      我安装过程是好了的啊,可是还是不行,是不是安装了之后还需要配置下啊。我在Microsoft Windows SDK v7.1-->Visual Studio Registration-->Windows SDK Configuration Tool找到了这个工具

配置WCF Test Client

选择好对应的svcutil.exe,之后点击Make Current。确定,之后再去试下,发现果然没有问题了。我终于可以进行测试了。

 

相关文章:

  • 2021-09-03
  • 2021-08-16
  • 2021-07-16
  • 2021-10-09
  • 2022-02-12
  • 2021-11-13
  • 2021-04-02
猜你喜欢
  • 2022-01-16
  • 2021-06-02
  • 2022-12-23
  • 2022-12-23
  • 2021-05-27
  • 2022-02-02
相关资源
相似解决方案