Problem: The “Test With” menu from TestDriven.NET isn’t showing up in Visual Studio’s context menu when you’re right-clicking in a test file. No debugging, no coverage, no other goodies. Bah Humbug!
Solution:
- Rename "%USERPROFILE%\AppData\Roaming\Microsoft\VisualStudio\9.0\1033\CmdUI.PRF" *.bak
- Start Visual Studio 2008
- Check the box the the left of TestDriven.Net on the 'Add-in Manager' dialog
Use “VisualStudio\8.0” if you’re using Visual Studio 2005.
Thanks to Jamie Cansdale, TDD.NET’s author, for reaching out to me directly in e-mail with this solution!
Thanks for sharing, i met the problem before and don't know how to fix it.
ReplyDelete