Search code examples
visual-studio.net-corenew-project

Unable to create a new .Net Core console app


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?


Solution

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