Azure project templates not visible in visual studio

I am trying to install the latest version of the Windows Azure SDK on Windows 7 using the web platform installer. Installation is successful, but I can’t see the Windows Azure project templates in Visual Studio 2010. Any ideas are welcome.

Greetings

+3
source share
6 answers

Finally, he worked.

  • Remote version of Visual Studio 2010 Express
  • Renovated and completed a full installation of Visual Studio 2010
  • Manually installed Azure tool and SDK

Not sure why this worked, but it did. Thanks for all the answers!

Also see http://social.msdn.microsoft.com/Forums/en-US/windowsazuredevelopment/thread/aa8cdf32-fca0-4a81-bf47-659345696047

0
source

Visual Studio 2010 (SP1) "". Azure Tools, .

. http://msdn.microsoft.com/en-us/library/windowsazure/ff687127.aspx

+2

, "" . , :

Devenv/resetsettings

Visual Studio , . . , .

,

Ming Xu.

0

, :

C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ProjectTemplates\CSharp\Cloud

"Program Files" "Program Files (x86)", 32- . Windows Azure , .

,

Ming Xu.

0

Windows Azure SDK , msi ( ) http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=28045 , .

(WindowsAzureTools.VS100.exe )

, .

0

Are you using a version of Visual Studio where you can create web projects and the like? Perhaps this is a version issue. Can you create MVC projects?

-1
source

All Articles