aspnet / Tooling

Issue tracker and info on Visual Studio tooling for ASP.NET
Other
256 stars 124 forks source link

ASP.NET Core RC2 Project Creation Failed #892

Open OneBlueCubeDev opened 7 years ago

OneBlueCubeDev commented 7 years ago

I just did a clean install of Visual Studio 2015 update 3 with only the latest update for .net core 1.0.1 tooling ( preview 2 - 003131 ) and I am now not able to view or create any Core application types.

I have tried fix from this post but it did not work.

issue 1455

When I open an old post I get

image

when I create new core app I get

image

mlorbetske commented 7 years ago

Could you try deleting the folder at %localappdata%\Microsoft\VisualStudio\14.0\ComponentModelCache and then running %programfiles(x86)%\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe /setup from a command prompt window running as administrator?