locked
Visual Studio 2019 Project creation fails RRS feed

  • Question

  • I am receiving the below error when I tried to create a new project using Azure Function Template in VS 2019 

    ---------------------------

    Microsoft Visual Studio
    ---------------------------
    No project creator could be located for the 'functionProject' UI style and specified template type 'project'.
    ---------------------------
    OK   
    ---------------------------

    Please help me resolve the above error.

    Monday, November 16, 2020 7:00 AM

All replies

  • This is a Visual Studio question so your best bet is to post it over in the Microsoft Q&A forums. This forum is for C#-language questions. You might also consider using the VS Feedback in VS directly.

    Given the error it looks like you don't have all the proper workloads installed for creating your project. But the only reported case around this indicated there was a corrupt VS installation. You might follow those steps. 


    Michael Taylor http://www.michaeltaylorp3.net

    Monday, November 16, 2020 2:42 PM
  • Along with Michael's reply you can also use the feedback button in the upper right corner of the IDE.

    Please remember to mark the replies as answers if they help and unmarked them if they provide no help, this will help others who are looking for solutions to the same or similar problem. Contact via my Twitter (Karen Payne) or Facebook (Karen Payne) via my MSDN profile but will not answer coding question on either.

    NuGet BaseConnectionLibrary for database connections.

    My GitHub code samples
    GitHub page

    Monday, November 16, 2020 3:18 PM