installation complete Visual Studio 2022,how to use dotnet

心 徐 20 Reputation points
2023-10-08T08:49:41.24+00:00

installation complete Visual Studio 2022, installation complete .net 7 sdk.how to use dotnet. dotnet command Unable to execute because the specified command or file could not be found.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,449 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anna Xiu-MSFT 31,051 Reputation points Microsoft External Staff
    2023-10-09T10:27:08.57+00:00

    Hello,

    you can run the Command Prompt or Developer Command Prompt for VS 2022 to invoke the .NET tool. Please check the executable format.

    Sincerely,

    Anna


    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.

     

     

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Fehér Dávid 0 Reputation points
    2023-10-08T09:03:53.5966667+00:00

    You can create a new Console App Project inside of Visual Studio 2022.

    User's image

    And then set a name for the project:User's image

    And then you can select the dotnet version you want (Dotnet 7.0):

    User's image

    There you go. Now you are ready to code:

    User's image


Your answer

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