I have been encountering this issue for days, and the 'app console .NET Core' package is missing in the project creation section. I would appreciate a quick response. If you can connect remotely and fix it, that would be even better. Thank you

Tufan Bulut 5 Reputation points
2024-07-10T17:14:04.3+00:00

Screenshot (13)

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
Developer technologies | ASP.NET | Other
0 comments No comments
{count} vote

3 answers

Sort by: Most helpful
  1. Tianyu Sun-MSFT 34,686 Reputation points Microsoft External Staff
    2024-07-11T08:25:07.5233333+00:00

    Hello @Tufan Bulut,

    Does Visual Studio provide any option like Retry/Repair? If so, will it work if you click it?

    From the screenshot that you shared, there’s a "View Logs" option. If you click and check that log file, will you see any detailed error message?

    Currently, I suggest you check following:

    1. Try to run VS Installer as administrator, repair/retry the installation. See this similar thread: Couldn’t install OpenJDKv17.
    2. Check the limitations on your machine, such as permission limitations, group policy, antivirus, security management software and proxy.
    3. Update Windows OS and make sure that the patches and updates have been installed.

    Feel free to let us know the results.

    Best Regards,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  2. Jonathan 10 Reputation points
    2025-02-26T04:48:18.1233333+00:00

    I have encountered the same problem several times, when installing extensions and updating VS2022. Below is the latest log like you mentioned. It's weird that there is a double-backslash in the command that failed (see bold bits below). That's suspicious to me...

    Something went wrong with the install.

    0 comments No comments

  3. Jonathan 10 Reputation points
    2025-02-26T04:58:49.8966667+00:00

    I hit the same issue - the JDKv17 wouldn't install. I checked the log like Tianyu said, which didn't provide the answer directly, but there was another log file mentioned in that, and when I checked that one, it had a folder that it tried to create, but then couldn't find. When I tried to navigate to that path, it turned out that it was redirected to another drive (D:) with a junction, but that drive had failed a while ago. FYI, I moved these folders as my C drive was not that big. I had gone through lots of pain to put my Desktop and Downloads folder back to C drive when it failed, and it seems I missed some. So perhaps you need to check all log files mentioned and see if there's a folder that is failing. Here are the lines that failed for me:

    • Creating temporary folder 'C:\Program Files (x86)\Android\swi3r' for new package
      • Could not find a part of the path 'swi3r'.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.