作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在 Debug模式下执行单元测试时,出现以下错误消息:
A fatal error has occurred and debugging needs to be terminated. For more
details please see the Microsoft Help and Support web site.
HRESULT=0x8000ffff. ErrorCode=0x0.
最佳答案
所以我解决这个问题的步骤,
1- [预防措施] 更新 Visual studio 2017 ,从黄旗通知或从
Tools >> Extensions & Updates >> Updates >> visual studio marketplace.
2- 在测试解决方案中搜索 launchsettings.json 文件并将其删除。
3- 清洁测试溶液。
4- 重建项目。
5- 煮一杯咖啡;)。
关于unit-testing - Visual Studio 2017 : A fatal error has occurred and debugging needs to be terminated,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47093086/
我是一名优秀的程序员,十分优秀!