Visual Studio 2010 单元测试未显示在下拉菜单中
我安装了 NUnit,使其显示在 Visual Studio 2010 的“测试框架”下拉菜单中。设置一切顺利,NUnit 现在显示在我的 ASP.NET MVC2 项目的“测试框架”下拉菜单中。我的问题是 Visual Studio 测试已从测试框架下拉菜单中消失。我在 Visual Studio 上进行了修复,但这并没有解决我的问题。
有谁知道如何在测试框架下拉菜单中恢复 Visual Studio 测试选项?
提前致谢!
I installed NUnit to show up in the Test Framework dropdown menu in Visual Studio 2010. The setup went good and NUnit now shows up in the Test Framework dropdown menu for my ASP.NET MVC2 projects. My problem is the Visual Studio Test has disappeared from the Test Framework dropdown menu. I ran a repair on Visual Studio but that did not resolve my problem.
Does anyone know how to get the Visual Studio Test option back in the Test Framework dropdown menu?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道发生了什么事。我的解决方案是卸载 VS 2010。重新安装 VS 2010,重做 NUnit 安装。现在,NUnit 和 Visual Studio Test 都显示在“测试框架”下拉菜单中。
I don't know what happened. My solution was uninstall VS 2010. Reinstall VS 2010, redo the NUnit install. Now both NUnit and Visual Studio Test are displayed in the Test Framwork dropdown menu.