Visual Studio 2022: No me sale la plantilla de ASP.NET Core Web App (Model-View-Controller)

ANGEL DE JESUS LOPEZ LOPEZ 0 Reputation points
2023-06-23T01:22:59.53+00:00

Al crear un nuevo proyecto intento encontrar la plantilla ASP.NET Core Web App (Model-View-Controller) pero no me aparece (tampoco sin filtro de búsqueda se ve):

User's image

Ya tengo lo que viene por defecto del apartado de escritorio:

User's image

Así como también casi todo lo del apartado de asp.net y web:

 User's image

Qué puedo palomear en el instalador en componentes individuales para tener esa plantilla o cuál sería?

 

También, cuando arranco visual studio 2022 community me sale el error: "Microsoft Visual Studio El paquete Visual Studio Common IDE Package no se cargo correctamente". Tendrá algo que ver?

Reinicié y todavía sigue, el mensaje completo es:

 

El paquete Visual Studio Common IDE Package no se cargo correctamente.

El problema puede deberse a un cambio en la configuracion o a la instalacion de otra extension. Para obtener mas informacion, examine el archivo

'C:\Users\angel\AppData\Roaming\Microsoft\VisualStudio\17.0_befb8

*ac2\Activityl_og.xml*

Reiniciar Visual Studio podrfa ayudar a resolver el problema. iDesea seguir mostrando este mensaje de error?

 

Este es el archivo:

https://1drv.ms/u/s!AnG330YEzqVVge8EME4PSpeeeCrVzg?e=6TlYCF

 

Ayuda por favor 🙏.

Developer technologies | Visual Studio | Setup
Developer technologies | .NET | Other
Developer technologies | Visual Studio | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Tianyu Sun-MSFT 34,471 Reputation points Microsoft External Staff
    2023-06-23T06:34:59.3533333+00:00

    Hello @ANGEL DE JESUS LOPEZ LOPEZ ,

    Welcome to Microsoft Q&A forum.

    From looking at the log file, it seems that the template was blocked when loading, due to access denied. Is there any permission limit on your machine, or do you have administrative permissions on your machine?

    Please try to run VS as administrator and check if the template loads correctly. If there’s any permission limit on your machine/system user account, you may need to communicate with your administrator or IT department.

    If above doesn’t work, please close VS => navigate to C:\Program Files => right-click the folder called Microsoft Visual Studio => choose Properties => switch to Security tab => click Advanced => try to change and set the Owner to Administrator => check the Replace all child object permission entries with inheritable permission entries from this object option => click Apply, OK => run VS as administrator.

    BTW, please also refer to this similar thread: Access denied for Visual Studio Common IDE Package.

    Feel free to let us know the results.

    Sincerely,

    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.

    0 comments No comments

  2. ANGEL DE JESUS LOPEZ LOPEZ 0 Reputation points
    2023-06-28T22:06:24.91+00:00

    That didn't work. Successfully installed it on a virtual machine, so I concluded that my Windows 11 was broken and I formatted it

    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.