aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

VS2015 incompatible problem #698

Closed pumaatlarge closed 8 years ago

pumaatlarge commented 8 years ago

Actually, I am using VS 2015 version 14.0.23107.0 D14REL After opening the solution, is showed "This project is incompatible with the current Visual Sudio", what's wrong? Any special edition needed?

KostaVlev commented 8 years ago

In order to open .NET Core project you need to install Update 3 for Visual Studio.

.NET Core

pumaatlarge commented 8 years ago

After installing update 3, the incompatible problems solved, but it now showed errors on E2ETest.xproj, MusicStore.xproj, MusicStore.Test.xproj, and MusicStore.Standalone.xproj. It siad " Microsoft.DotNet.targets" and " Microsoft.DotNet.Prop" was not found.

pumaatlarge commented 8 years ago

Everything is ok after reinstalling VS15 and patces