Azure SDK on Windows 8 Consumer preview : there was an error attaching the debugger…
10 Mar 2012 in Microsoft Azure | Windows 8When I was trying to debug a Windows Azure application in Visual Studio 2010 on Windows 8 Consumer Preview, I was getting the following error :
If you encounter this error, open the Control Panel, go to the Programs section and click the Turn Windows features on or off link. In the Windows features, check that the Internet Information Service Hostable Web Core feature is installed on your machine. If not, install it :
It solves my problem and now I can debug Windows Azure applications without any error ! It seems that the Web PI 4.0 preview does not detect this dependency while installing the Windows Azure SDK…
Hope this helps !
Julien