When I try to create a new project I get the following error:
The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\AspNet\Microsoft.Web.AspNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on
disk.
Member
1 Points
12 Posts
Can't creat new project
Oct 18, 2014 10:53 AM|markmarkmark|LINK
When I try to create a new project I get the following error:
The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\AspNet\Microsoft.Web.AspNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
I do not have this folder:
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\AspNet
This is related to my other question here:
http://forums.asp.net/t/2013824.aspx?How+do+I+get+this+folder+into+MSBuild+
How do I get this folder?
Thanks!
Member
1 Points
12 Posts
Re: Can't creat new project
Oct 18, 2014 11:50 AM|markmarkmark|LINK
I figured it out. Here are the steps:
"Program and Features"
Select change on Visual Studio.
Select Modify.
Uncheck web developer tools (or whatever it's called).
Update.
"Program and Features"
Select change on Visual Studio.
Select Modify.
Check web developer tools (or whatever it's called).
Update.
Fixed.