Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure SDK is installed but Visual Studio 2012 doesn't see it

Under cloud I only see "Get Windows Azure SDK for .NET" yet I know it's installed. The installer sees it.

I should mention I have Visual Studio 2010 installed along size 2012. 2010 has all the project types and works great.

like image 771
Styles Avatar asked Sep 26 '12 20:09

Styles


1 Answers

Open Programs and Features, locate the 'Windows Azure Tools for Microsoft Visual Studio 20xx' (where xx is the version of Visual Studio you are experiencing the issue with)

Right click and choose Repair.

Once the repair is complete, re-open Visual Studio, search installed templates for 'Cloud' and the 'Windows Azure Cloud Service' project should appear, confirming that the issue is resolved.

like image 151
Baldy Avatar answered Sep 27 '22 02:09

Baldy