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.
NerdDinner.csproj不会在带有.net 3.5 sp1的vs2008 sp1中加载。我不是最新的这些工具或东西?它抱怨此安装不支持此项目类型。
3 个解决方案
#1
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.
你有安装ASP.NET MVC框架吗?如果没有,你需要它。 NerdDinner是MVC框架项目的一个示例,如果没有安装ASP.NET MVC Framework,您将无法打开它或运行它。
You can find the appropriate installation information at http://www.asp.net or more specifically http://www.asp.net/mvc
您可以在http://www.asp.net或更具体地http://www.asp.net/mvc找到相应的安装信息
#2
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.
我必须在项目文件中更改“ProjectTypeGuids”的值。我从我用我的VS 2008版本创建的另一个MVC项目中复制了它们。
This is the post that gave me the answer:
这是给我答案的帖子:
#3
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 :-) )
我刚刚复制了我制作的另一个asp.net mvc项目。 (那么你可能需要修复引用,这对resharper来说是微不足道的:-))
#1
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.
你有安装ASP.NET MVC框架吗?如果没有,你需要它。 NerdDinner是MVC框架项目的一个示例,如果没有安装ASP.NET MVC Framework,您将无法打开它或运行它。
You can find the appropriate installation information at http://www.asp.net or more specifically http://www.asp.net/mvc
您可以在http://www.asp.net或更具体地http://www.asp.net/mvc找到相应的安装信息
#2
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.
我必须在项目文件中更改“ProjectTypeGuids”的值。我从我用我的VS 2008版本创建的另一个MVC项目中复制了它们。
This is the post that gave me the answer:
这是给我答案的帖子:
#3
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 :-) )
我刚刚复制了我制作的另一个asp.net mvc项目。 (那么你可能需要修复引用,这对resharper来说是微不足道的:-))