Hi. I suppose that the "Web developer" component of your Visual Studio either not installed or corrupted. Try to start the visual studio installer with "add / remove features" option and make sure that the "Web developer" component checkbox is checked.
Cannot load umbraco.Legacy.csproj and umbraco.Legacy.csproj
When I open the Umbraco solution sln file, two projects fail to load:
umbraco.Legacy.csproj and
umbraco.presentation.csproj
I do have VS 2010 and MVC 3 installed.
I do have the latest Umbraco source code (September 21, 2010)
Here's the error I get:
Loading C:\umbraco\umbraco\umbraco.Legacy\umbraco.Legacy.csproj ...
C:\umbraco\umbraco\umbraco.Legacy\umbraco.Legacy.csproj : error : The project file 'C:\umbraco\umbraco\umbraco.Legacy\umbraco.Legacy.csproj' cannot be opened.
The project type is not supported by this installation.
Loading C:\umbraco\umbraco\presentation\umbraco.presentation.csproj ...
C:\umbraco\umbraco\presentation\umbraco.presentation.csproj : error : The project file 'C:\umbraco\umbraco\presentation\umbraco.presentation.csproj' cannot be opened.
The project type is not supported by this installation.
Hi. I suppose that the "Web developer" component of your Visual Studio either not installed or corrupted. Try to start the visual studio installer with "add / remove features" option and make sure that the "Web developer" component checkbox is checked.
This worked. I did not have the "Web Developer" component installed. I installed "Web Developer" and both projects now load fine. Thank you very much.
is working on a reply...