无法对测试运行进行排队... QTAgent32.exe

发布于 2024-11-15 12:49:56 字数 317 浏览 2 评论 0原文

重新启动后,如果我尝试调试即使是最简单、最琐碎的单元测试,我也会收到标题中的错误。

在此处输入图像描述

这个问题,但我在那里没有看到一个好的答案。

任何人可以提供的任何帮助将不胜感激。

After freshly rebooting, I get the error in the title if I attempt to debug even the simplest, most trivial unit test.

enter image description here

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

明媚如初 2024-11-22 12:49:56

我们能够通过关闭 IntelliTrace 来解决此问题。工具->选项->IntelliTrace,取消选中“启用 IntelliTrace”。

We were able to solve this problem by turning off IntelliTrace. Tools->Options->IntelliTrace, uncheck "Enable IntelliTrace".

薄情伤 2024-11-22 12:49:56

这是一个已知错误 microsoft 和一种解决方法将其修复给我:

看起来 Visual Studio 坚持构建已启动的项目
他们作为 WCFService 应用程序的生活。删除WCF服务后
csproj xml 文件中的应用程序特定标记,单元测试工作
每次。我删除了以下标签:在属性组下:删除
ProjectTypeGuids 和 StartArguments 删除整个 ProjectExtensions
节点

参考,要编辑项目文件,请先右键单击并卸载项目。然后再次右键单击并编辑项目文件。删除的属性不应影响 WCF 服务的运行

来源

This is a known bug per microsoft and one of the work arounds fixed it to me:

It looks like Visual Studio insists building projects that started
their life as a WCFService Application. After removing the WCF Service
Application specific tags from the csproj xml files, unit tests work
every time. I removed the following tags: Under Property Group: Remove
ProjectTypeGuids and StartArguments Remove entire ProjectExtensions
node

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文