rajcool111
rajcool111

Reputation: 667

Azure Worker Role Error attaching the debugger

I have created a simple cloud service and added a worker role under that. My cloud service is my start project and then pressed F5 to debug. It tries to open Emulators and then suddenly throws me below error. I have Windows 7, Visual Studio 2012 and Windows Azure SDK 2.1

enter image description here

Upvotes: 1

Views: 388

Answers (2)

Julian50
Julian50

Reputation: 2602

Zone alarm turned it off is not enough. Add rule or uninstall it to try.

Upvotes: 0

rajcool111
rajcool111

Reputation: 667

I have resolved the issue finally.

It was Firewall ..who was blocking remote debugging. Just go to Windows firewall - click on allow features - go to inbound rules - add VS 2012 devenv.exe in the list and that should fix the problem.

Upvotes: 1

Related Questions