Unable to create a new .Net Core console app

1

I've installed Visual Studio 2017 Professional version 15.4.0, and I'm trying to create a new .Net Core console application, but I'm getting this message:

    Element not found. (Exception from HRESULT: 0x80070490)

During the installation process, I've checked the following options:

Selected packages After facing the problem, I ran the installer again, chose "Modify installed components", and marked ".NET Core 1.0 - 1.1 development tools for Web" and ".NET Core runtime" for installation with no success. After that, I downloaded .Net Core SDK from Microsoft website, and now, I get this message with no further information. Project creation failed Any solutions?

visual-studio
.net-core
new-project
asked on Stack Overflow Feb 20, 2019 by user3379482

1 Answer

1

As Panagiotis Kanavos suggested, I upgraded my Visual Studio, and now it's working like charm! Thanks again Panagiotis Kanavos.

answered on Stack Overflow Feb 21, 2019 by user3379482

User contributions licensed under CC BY-SA 3.0