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