无法在vs2008中打开NerdDinner项目

发布于 2024-07-24 06:55:36 字数 103 浏览 2 评论 0原文

NerdDinner.csproj 不会在带有 .net 3.5 sp1 的 vs2008 sp1 中加载。 我是不是对这些工具或其他东西不了解最新的情况? 它抱怨此安装不支持此项目类型。

NerdDinner.csproj won't load in vs2008 sp1 with .net 3.5 sp1. Am I not up-to-date on these tools or something? It complains this project type not supported on this installation.

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

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

发布评论

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

评论(3

阿楠 2024-07-31 06:55:36

您是否安装了 ASP.NET MVC 框架? 如果没有,你需要它。 NerdDinner 是 MVC 框架项目的示例,如果没有安装 ASP.NET MVC 框架,您将无法打开或运行它。

您可以在 http://www.asp.net 或更具体的http://www.asp.net/mvc

Do you have the ASP.NET MVC Framework installed? If not, you need it. NerdDinner is an example of an MVC Framework project, and you won't be able to open it or run it without the ASP.NET MVC Framework installed.

You can find the appropriate installation information at http://www.asp.net or more specifically http://www.asp.net/mvc

墨离汐 2024-07-31 06:55:36

在我的项目中,我必须更改项目文件中“ProjectTypeGuids”的值。 我从使用 VS 2008 版本创建的另一个 MVC 项目中复制了它们。

这篇文章给了我答案:

http://www.stuffthatjustworks.com/How+To+Fix+ Xcsproj+Cannot+Be+Opened+The+Project+Type+Is+Not+Supported+By+This+Installation.aspx

In my I had to change the value of the "ProjectTypeGuids" in the project file. I copied them from another MVC project that I had created with my version of VS 2008.

This is the post that gave me the answer:

http://www.stuffthatjustworks.com/How+To+Fix+Xcsproj+Cannot+Be+Opened+The+Project+Type+Is+Not+Supported+By+This+Installation.aspx

小糖芽 2024-07-31 06:55:36

就我而言......这是框架的错误版本。

我刚刚从我制作的另一个 asp.net mvc 项目中复制了 。 (然后你可能必须修复引用,这对于 resharper 来说是微不足道的:-))

In my case...it was the wrong version of the framework.

I just copied the from another asp.net mvc project I had made. (then you probably have to fix up the references, which is trivial with resharper :-) )

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