Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2012 doesn't recognize Windows Azure Tools 2.2

I recently installed windows Azure SDK 2.2. But when I try to upgrade my project to point to windows azure 2.2 (previously 2.0) thru "properties" menu, VS didn't recognize it. There should be option to upgrade to the latest azure tools version installed in there, but there wasn't. I'm also try to update it manually by editing the project file (*.ccproj), but when reload it, the pop up for downloading azure tools 2.2 appears. It seems Visual Studio didn't recognize the windows azure tools 2.2. :(

Another problem is, I couldn't close my Visual Studio 2012. It shows this message:

Unable to retrieve the Visual Studio service: Microsoft.VisualStudio.WindowsAzure.Credentials.IAzureCredentialsManager

I believe this is related to the Windows Azure SDK 2.2 I'd installed.

At the moment I'm still struggling to resolve this problem. :(

Please if anyone have any solution for this problem. Thanks.

Note:

  • I'm using visual studio 2012 Premium (no update)
  • I'd previously installed Windows Azure SDK 1.6-2.0
  • I installed azure sdk 2.2 without uninstalling the previous versions.
  • I'm using X64 based system

UPDATE:

Thanks guys for the answers. But unfortunately I have tried all of them, from reinstalling emulator until reinstall Visual Studio, but no luck.

If you have the same problem as me and couldn't resolve it, use the last resort: Re-Install your OS. It seems that the source of the failure came from deeper part. In my case, my company gave me new PC (which has new installment of OS) and there's no problem in the first time I install the azure.

like image 706
Moch Yusup Avatar asked Feb 13 '26 01:02

Moch Yusup


1 Answers

@Sebastián I just had the same thing happen moments ago though I am using VS2013 - I could not run the installer again either because it indicated it was already installed. Here is what I did to resolve the issue:

  • Close VS
  • Open Programs and Features from the control panel
  • Locate "Windows Azure Tools for Microsoft Visual Studio - v2.2"
  • Highlight this item and click Change from the toolbar above
  • Choose repair and let it re-install.
  • No restart required, simply open VS and you should be good to go

Good luck! j

like image 55
jared.g Avatar answered Feb 15 '26 15:02

jared.g