Unable to add account in VS Azure Subscriptions

I just installed the Azure SDK for Visual Studio 2013 at this link http://go.microsoft.com/fwlink/?LinkID=324322 . When I restart Visual Studio and go to Server Explorer, I see the Azure node. I right-click and go to the "Managing and filtering Azure signatures" section. I click "Add Account ..." and nothing happens.

I am using Visual Studio Ultimate 2013, Update 5

PS. I thought that maybe this was the account I logged into with Visual Studio with, so I logged out in the upper right corner and now I can’t log in. I get the following:

The Microsoft.VisualStudio.Services.Client.Controls.BrowserWindow component does not have a resource identified by the URI '/Microsoft.VisualStudio.Services.Client;component/controls/browserwindow.xaml'.

+5
source share
1 answer

I have the same problem, but I believe I have found a workaround.

I went to the folder: "C: \ Program Files (x86) \ Microsoft Visual Studio 12.0 \ Common7 \ IDE \ Extensions \ Microsoft \ Windows Azure Tools \ Common \ KeychainDlls"

I renamed Microsoft.VisualStudio.Services.Client.dll to something else (e.g. __Microsoft.VisualStudio.Services.Client.dll)

Then I restarted VS2013 and I was able to log in.

Then finally I renamed it.

I hope this helps

+8
source

Source: https://habr.com/ru/post/1246649/


All Articles