Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot add an account to VS Azure Subscriptions

I just installed the Azure SDK for Visual Studio 2013 from 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 Manage and Filter Azure Subscriptions. I click 'Add an account...' and nothing happens.

I'm using Visual Studio Ultimate 2013, Update 5

PS. I thought maybe it was the account I had logged into Visual Studio with, so in the top right, I did Sign Out, and now I can't sign back in. I get this:

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

like image 323
M Kenyon II Avatar asked Apr 07 '16 19:04

M Kenyon II


People also ask

How do I add user to an Azure subscription?

At the Azure portal, select Subscriptions. Select the subscription you want to assign and then select Access Control. Select Add to add a user to the subscription. After you add the user to the subscription, you can assign the user a role and the account to which the user will have access.

How do I add an Azure subscription to Visual Studio?

Sign in to the Visual Studio Marketplace > Subscriptions. Choose the subscription that you want to buy, for example - Visual Studio Professional - monthly subscription. Select the Azure subscription to use for billing. You can create a new Azure subscription if you don't have one.

Can't create an Azure subscription since user is not eligible for an Azure account?

Azure Subscription “ You are not eligible for an Azure subscription” While trying to sign up for a free Azure Subscription with your Gmail account, you might get “you are not eligible for an azure subscription”. In that case, to fix the issue, try to sign up using Chrome and in an incognito window.


1 Answers

I have the same issue 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)

I then restarted VS2013 and I was able to sign in.

Then finally I renamed it back.

I hope this helps

like image 177
rahul rathore Avatar answered Nov 10 '22 02:11

rahul rathore