Reputation: 9013
I have a solution in Visual Studio 2017 and try to add Azure Function app to this solution:
but when I click "Ok" I get an error:
Method not found: 'Void Microsoft.VisualStudio.Web.WindowsAzure.CommonUI.Controls.CommonGlyphs.ConfigureCloseButton(System.Windows.Controls.Button)'
and it creates an empty folder "FunctionApp1", without any data inside. Why and how to fix this problem?
Upvotes: 1
Views: 871
Reputation: 24529
As M0rty mentioned that you could try to update Azure Functions and Web Jobs Tools
.
If reinstall the Azure development
is possible, you could reinstall it and try again.
You also could get detail steps from Azure Functions Tools for Visual Studio.
Upvotes: 3