Oleg Sh
Oleg Sh

Reputation: 9013

Visual Studio 2017 - can't create an Azure Function app

I have a solution in Visual Studio 2017 and try to add Azure Function app to this solution:

enter image description here

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

Answers (2)

jschmitter
jschmitter

Reputation: 1925

Try installing Visual Studio updates.

Upvotes: 0

Tom Sun
Tom Sun

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

Related Questions