VisualStudio icon indicating copy to clipboard operation
VisualStudio copied to clipboard

Create Azure 'Timer Trigger' VSP 2022 creates empty solution (0 Projects)

Open mattjankowski opened this issue 2 years ago • 0 comments

When I try to create a 'Timer Trigger' app from the 'New Solution' template Visual Studio Professional 2022 (Create New Project -> Azure Functions -> Timer Trigger) creates empty solution (0 Projects). This happens when I try to create a project based on any of the Azure function templates. There isn't any error given and I'm not sure what to do. Any thoughts on how I might resolve this problem?

What I've tried so far:

  1. Uninstalling then reinstalling Visual Studio and this didn't fix the problem.
  2. Removing and adding again Azure Development tools from VS Installer.
  3. Ran Install Cleanup and reinstalled as directed by MS Chat.

More information: The resulting solution is empty and there is no project or files generated. Here is what the *.sln file looks like:

Microsoft Visual Studio Solution File, Format Version 12.00

Visual Studio Version 17

VisualStudioVersion = 17.1.32210.238 MinimumVisualStudioVersion = 10.0.40219.1 Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {6DC061D5-7D34-4A91-9A50-47AC1A22F53C} EndGlobalSection EndGlobal

mattjankowski avatar Mar 02 '22 20:03 mattjankowski