2
Vote

Visual Studio Module Template - Vs2010 Ultimate - The project is not supported by this installation

description

When trying to make new module project using the installed template in Visual Studio 2010 Ultimate Edition, I got this error:

the project file '...... .csproj' cannot be opened.

The project is not supported by this installation

I've visual studio 2010 Ultimate (C# only)

after some investigation, my guess is, the csproj file contains a MSBuild reference to an old one which is MSBuildExtensionsPath32, But i cannot solve the problem.

Thanks

comments

hjf1223 wrote Oct 18, 2011 at 3:13 PM

I guess you do not install the ASP.NET MVC tool for VS2010.

mustafamagdy1 wrote Oct 18, 2011 at 3:53 PM

Oops !! It seems so :)