skip to Main Content

I am trying to build and compile an ASP.Net solution. The solution is new. Here is how I create it:
enter image description here

enter image description here

I had also tried to configure for HTTPS

For this demonstration I avoid creating anything post-creating the project,
And here are the errors that I am getting:
enter image description here

All errors above, lead to the following place:
enter image description here

Any direction would be greatly appreciated!

Thanks!

2

Answers


  1. Chosen as BEST ANSWER

    Thanks Albert and everyone attempting to help!

    What I did that solved the issue is to click the errors, and I was redirected to the following document: enter image description here

    Here, I deleted every tag that was highlighted in any of the errors, more specifically, things related to Video Builder Cloud Services (VBCS), and off I go :) enter image description here


  2. Ok, assuming you looking to create a asp.net webforms app?

    Your screen caps look ok, and it not clear why your resulting application has errors, or build issues.

    I would try to create another project, different name. See if that works.

    Better, try tapping windows key, type in 2022, and then right click and try run as administrator, and see if that helps. (the default source folder might for some reason require elevated rights to work).

    And if above does not work?

    then I would try a repair, or even re-install of VS. Perhaps the templates are messed up.

    Following your exact steps, my vs2022 created asp.net web applcation without issues.

    best guess:

    Your VS install is messed up, re-install, or repair.

    tools->get tools and features.

    Then: close the modifying window, and you should see this:

    enter image description here

    Try a repair.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search