创建新项目时不会出现创建新的单元测试项目
有谁知道为什么会发生?!
我正在使用 Visual Studio 2010。
我选择 mvc 项目,当我单击下一个对话框时,我应该使用复选框编写“选择单元测试项目”..但整个事情呈灰色..
为什么我认为罪魁祸首是注册表,但我不确定,,,
这是我的注册表编辑器中 testprojectTemplates 中的密钥:
AdditionalInfo http://go.microsoft.com/fwlink/?LinkID=178318
Path CSharp\Test
Template MvcWebApplicationTestProjectTemplatev3.01.cs.zip
TestFrameworkName Visual Studio Unit Test
Does anyone know why it happens?!
I'm using Visual Studio 2010.
I choose mvc project, and when i click on the next dialog, I should have "choose unit test project" writing with a checkbox..but the whole thing is grayed out..why
I think the culprit is the registry, but i am not sure,,,
Here is the key in my regestry Editor undter testprojectTemplates:
AdditionalInfo http://go.microsoft.com/fwlink/?LinkID=178318
Path CSharp\Test
Template MvcWebApplicationTestProjectTemplatev3.01.cs.zip
TestFrameworkName Visual Studio Unit Test
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我刚刚遇到这个问题并在这里找到了您的帖子...
您选择了哪个项目模板? ”、“Intranet 应用程序”、其他已安装的模板),则只能使用向导创建单元测试项目:
如果您选择“空”以外的模板(例如“Internet 应用程序 sstatic.net/kNi3R.png" alt="向导屏幕截图...">
I just ran into this and found your post here...
Which project template do you have selected? You can only create a unit test project with the wizard if you are selecting a template other than 'Empty' (e.g. 'Internet Application', 'Intranet Application', other installed templates):