1

Can't launch the azure emulator in debug mode. (vs2013 windows8)

Steps for scratch:

  1. New project : Azure cloud Service
  2. Add WorkerRole
  3. F5 (run)

enter image description here

In step 3, If I press ctrl+f5 (run without debug) instead f5 (run) every things is ok, but can't use the remote debugger...

Any idea ?

Julian50
  • 2,462
  • 1
  • 21
  • 30
  • did you really read the error message before posting it here? In 100% of the cases I worked on - it was FireWall issue. Remote Debugger requires specific outgoing ports, which not every sys-admin loves. All the articles you read on azure Remote Debugging suggest that you are already familiar with Remote Debugging in general. If you are not, then first read: http://msdn.microsoft.com/en-us/library/h0d7tte4.aspx then also read carefully: http://msdn.microsoft.com/en-us/library/azure/ff683670.aspx It clearly shows what outgoing port are required. – astaykov Jan 07 '15 at 14:08
  • @astaykov Yes I read the error message so many times and find nothing. So that why I searched a bit larger. But now I know that remote management and remote debugging are not linked. To try to found the problem I try to remote debug in local with azure emulator after lunch msvsmon and I get the same error... What should I check ? – Julian50 Jan 07 '15 at 14:52
  • @astaykov as MVP, I'm sure that your are pretty busy, but I don't find any solution... Following your first comment, I checked 2 links you gave me and I simplify the question. Because even in local (azure emulator) I can't make debugger works.. So i think that I should start resolve local first ;) So in local I switch off the fire wall, reinstall vs2013 community, azure sdk 2.5, try admin run as admin.. Could you give me more advices ? thx – Julian50 Jan 08 '15 at 08:23
  • and when you hit F5 you get the error that debugger cannot attach to process? – astaykov Jan 08 '15 at 08:40
  • @astaykov I get exactly the error message in the picture in the question (see above). – Julian50 Jan 08 '15 at 08:54
  • this is great but I don't speak french! – astaykov Jan 08 '15 at 08:59
  • @astaykov arf shame on me..!! Picture edited :) – Julian50 Jan 08 '15 at 09:03
  • @astaykov I swith off firewall(software, windows firewall) client side and server side but nothing on physical firewall. Should I do something in the firewall on my box ? Should I do something on azure ? – Julian50 Jan 08 '15 at 09:37
  • @astaykov since begining you were right. Zone alarm my firewall... turned it off was not enough. thank you. – Julian50 Jan 08 '15 at 17:33

1 Answers1

0

OMG so simple... I was my firewall. Zone alarm. I turned it off but IT'S WAS NOT enough. I add to unistall it! You can add rules instead of course. DOn't trust off zone alarm ;)

Julian50
  • 2,462
  • 1
  • 21
  • 30