1

I'm using VS 2015 Community Edition I've installed VS 2015 update 3. And also I've already checked Web Developer Tools during instalation ( following question's problem was not selecting it Microsoft.DotNet.Web.targets missing after installing .NET Core RTM)

And here I'm opening a project(which developed using VS2015 Community Edition, from VSTS. And when I open the solution it gives following errors.

Error 1

enter image description here

Error 2

enter image description here

Error 3

enter image description here

And the Microsoft.DotNet.Web.targets file is not available in the required directory even I installed Web Developer tools.

I've installed following along with the Update 3

enter image description here

I've repaired the visual studio and update 3 again

tarzanbappa
  • 4,930
  • 22
  • 75
  • 117

1 Answers1

1

I've searched a lot and found the issue. The issue was my Powershell Version was 2.0 And when I updated it to the latest Version (4.0). It worked.

ASP.NET 5: On Windows 7 SP1, DNX SDK cannot be installed without Powershell 3.0.

Following Answer Will help.

https://stackoverflow.com/a/31549273/3156647

tarzanbappa
  • 4,930
  • 22
  • 75
  • 117