1

Whenever I create a new ASP Web project in Visual Studio 2013 I get the following error:

Error   1   The imported project "C:\Program Files 
(x86)\MSBuild\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets"
was not found. Confirm that the path in the <Import> declaration is correct, 
and that the file exists on disk.

I know that by fixing it you go into the csproj file and comment out the line in which <Import> is on but I have to do that for every new project, is there another way I can fix this so that I don't get this error for new projects?

CallumVass
  • 11,288
  • 26
  • 84
  • 154

1 Answers1

1

If didn't already install Windows SDK for Windows 7. Next follow this thread.

Community
  • 1
  • 1
KMoraz
  • 14,004
  • 3
  • 49
  • 82