kpr
kpr

Reputation: 451

Exception in executing publishing : Method not found ProjectUsesAzureAD

In VS 2015 Community, while publishing MVC project I get the error:

Exception in executing publishing : Method not found: 'Boolean Microsoft.VisualStudio.Web.AzureAD.Contracts.IVsAzureADService.ProjectUsesAzureAD(System.String, System.String ByRef, Boolean ByRef, Boolean ByRef, Boolean ByRef, Boolean ByRef, )'.

enter image description here

I reinstalled 2 times Visual Studio, but not solved yet.

Any help?

Upvotes: 1

Views: 264

Answers (1)

kpr
kpr

Reputation: 451

It seems that it was something linked to Windows 10 updates problem also. Since I did not find any solution anywhere for above error, I decided to reset OS Windows 10 Pro. Then I installed VS 2015 update 3. And it simply works now.

Upvotes: 1

Related Questions