Studio 2010 Pro 中出现 MVC4 错误

发布于 2024-12-09 00:07:19 字数 400 浏览 1 评论 0原文

文件 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 JSONapp with partial views and callbacks if I have this one from an older MVC2 or 3 project.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

拍不死你 2024-12-16 00:07:19

您应该能够为 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文