Studio 2010 Pro 中出现 MVC4 错误
文件 C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\Microsoft Corporation\NuGet Package Manager\1.5.20902.9026\Modules\NuGet\profile.ps1
无法加载,因为执行脚本在此系统上被禁用。
我想背负另一个: 为什么新的 MVC4 项目没有附带单元测试项目?它不允许我勾选该框。
还有一件事:为什么它不在脚本文件夹中包含 MicrosoftMVCAjax
脚本? 我发现如果我有来自较旧的 MVC2 或 3 项目的这个应用程序,我可以编写一个带有部分视图和回调的工作 JSON
应用程序。
谢谢!
File C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\Microsoft Corporation\NuGet Package Manager\1.5.20902.9026\Modules\NuGet\profile.ps1
cannot be loaded because the execution of scripts is disabled on this system.
I would like to piggyback another :
Why does a new MVC4 project not come with a unit test project? It is not letting me check the box for that.
And one more thing : why is it not including the MicrosoftMVCAjax
scripts in the scripts folder?
I am finding I can write a working JSON
app with partial views and callbacks if I have this one from an older MVC2 or 3 project.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够为 Internet 和 Intranet 项目模板创建选中单元测试项目复选框。
我们不再强调在 MVC 模板中使用 Microsoft AJAX 脚本,而是专注于 jQuery 系列脚本。但是,如果从现有 MVC 2 或 3 项目复制这些脚本,您仍然可以使用它们。
You should be able to create check the unit test project check box for the Internet and Intranet project templates.
We are de-emphasizing the use of Microsoft AJAX scripts in MVC templates and instead focusing on the jQuery family of scripts. However, you can still use the scripts if you copy them from an existing MVC 2 or 3 project.