Visual Studio 2019 Project creation fails

CR 21 Reputation points
2020-11-16T22:27:56.213+00:00

Hello experts,

I am trying to automate the calling of a local visual studio code using Azure Function Apps, so when I tried to create a new project using Azure Function Template in VS 2019, I am getting the below error:


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.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,859 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anna Xiu-MSFT 28,571 Reputation points Microsoft Vendor
    2020-11-17T03:39:08.3+00:00

    Hi @CR ,

    Have you installed the Azure development workload? Before creating a function app project, please ensure that you have the Azure development workload installed.

    After that, please close all Visual Studio instances and delete the folder %LocalAppData%\Microsoft\VisualStudio\16.0_xxx\ComponentModelCache.
    Then, re-open your Visual Studio and try again.

    • If the answer is helpful, please click "Accept Answer" and upvote it.
      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.

    Best Regards,
    Anna

    1 person found this answer helpful.

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.