nUnit c# - 在尝试调试测试时获取与 c++ 相关的异常

nUnit c# - Getting a c++ related exception when trying to debug a test

我和这个人有完全相同的问题:http://answers.flyppdevportal.com/MVC/Post/Thread/9192562e-b875-411f-9a95-9150ebc157b4?category=vsunittest

System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.TestTools.CppUnitTestFramework.ComInterfaces

这是一个 .net 项目。任何地方都没有 Cpp。

运行 测试正常运行正常,或者只需点击继续几次即可使测试调试正常。

我在 Visual Studio 2017 Pro(也是最新版本)上使用最新的 nunit 和 nunit 测试适配器版本以及 .net 4.6.2。

一个空项目,只有一个class和nunit + testadapter....修复VS后还是不行。所以我创建了一个新项目,现在它可以工作了。也许该项目已损坏。