[WCF]由于签名问题,运行某些基于 WCF 的项目模板将导致与 svcutil.exe 崩溃
Problem:
Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'svcutil, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) |
Solution:
2.3.7.8 由于签名问题,运行某些基于 WCF 的项目模板将导致与 svcutil.exe 崩溃
运行某些基于 WCF 的项目模板,将启动 WCF 服务主机中的服务并打开测试窗体以便对该服务执行调试操作。由于签名问题,这将导致 svcutil.exe 崩溃,而且测试窗体将无法工作。
解决此问题的方法:
通过打开“Visual Studio 命令提示”来禁用 svcutil.exe 的强名称签名。在命令提示符处运行:sn -Vr "<程序文件>\Microsoft SDKs\Windows\v6.0A\Bin\SvcUtil.exe"(将 <程序文件> 替换为程序文件路径 - ex: c:\Program Files)
More Information about Windows Visual Studio 2008 beta2 please lookup:
http://download.microsoft.com/download/5/2/6/52681ab9-da31-46bd-aef7-e2cb928f48ca/VSReadme.htm
posted on 2007-11-10 16:34 volnet(可以叫我大V) 阅读(541) 评论(2) 编辑 收藏 举报