problem running the ASP.NET in VS CODE

john kakusu 45 Reputation points Student Ambassador
2023-10-15T03:21:25.13+00:00

I can't run the asp.net application in Visual Studio Code, what should I do?

Developer technologies ASP.NET Other
{count} votes

Accepted answer
  1. Sander van de Velde | MVP 36,761 Reputation points MVP Volunteer Moderator
    2023-10-15T09:48:46.71+00:00

    Hello @john kakusu ,

    If you are new to Visual Studio Code, this tool an be a bit overwhelming.

    Perhaps you are eligible for the Visual Studio Community editon.

    Because it has more visual interaction, this could work out better for you?

    It's a free, fully-featured IDE for students, open-source and individual developers.

    Learn to build and maintain Asp.net applications takes some time.

    Here is a guide to get you started.

    There is even a complete, free, learning module at MS Learn.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2023-10-16T17:01:19.17+00:00

    visual studio code only supports asp.net core (net 6/7/8). It does not support the old .net 4.* framework.

    0 comments No comments

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.