无法对测试运行进行排队... QTAgent32.exe
After freshly rebooting, I get the error in the title if I attempt to debug even the simplest, most trivial unit test.
It's the same problem as this question, but I don't see a good answer in there.
Any help anyone could provide would be appreciated immensely.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我们能够通过关闭 IntelliTrace 来解决此问题。工具->选项->IntelliTrace,取消选中“启用 IntelliTrace”。
We were able to solve this problem by turning off IntelliTrace. Tools->Options->IntelliTrace, uncheck "Enable IntelliTrace".
这是一个已知错误 microsoft 和一种解决方法将其修复给我:
参考,要编辑项目文件,请先右键单击并卸载项目。然后再次右键单击并编辑项目文件。删除的属性不应影响 WCF 服务的运行
来源
This is a known bug per microsoft and one of the work arounds fixed it to me:
FYI, to edit a project file first right click and unload the project. Then right click again and edit project file. The removed attributes shouldn't affect the running of the WCF service
source