GuRAm
GuRAm

Reputation: 777

Visual Studio 2017 - New Project - .NET chooser (Framework/Core) is disabled

I've installed 2.1 Core SDK and then updated VS2017 from 17.5 to 17.7(.3). For now, .NET chooser is disabled and can't change from Core to Framework, when I choose Core Project. New Project New ASP.NET Core Web Application

Is there something missing on installing VS tools, on Modifying new version of VS2017?

Upvotes: 1

Views: 164

Answers (1)

Jon Skeet
Jon Skeet

Reputation: 1503419

You've picked ".NET Core" in the first screenshot, on the left.

If you select "Web" instead (the option just above ".NET Core"), you can still choose "ASP.NET Core Web Application" - and at that point you'll be able to switch to ".NET Framework".

I can see both sides here - while it seems somewhat pointless to deny you the option later on, you have explicitly said "I want .NET Core" in the first part, so arguably asking you to make the choice again is redundant.

Upvotes: 1

Related Questions