Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure compute emulator is not starting and getting stuck at starting roles for the application after windows update

I am developing a WCF application and it is working fine in hosting environment. Now I am facing an issue after applying latest windows updates. Azure computer emulator is not starting, it is getting stuck at starting roles. So it is not possible to update the version of the application which is hosted as local debugging is not working because of the emulator issue.My windows version is Windows 8.1. Please see the screenshot of the emulator and see at which point it is stuck:

enter image description here

I tried the following things:

  1. Edited "AzureStorageEmulator.exe.config" file in "C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator" and changed the service urls

    Previously the ports were 10000, 10001 and 10002 respectively.

  2. Tried to repair the Azure SDK. Currently I am using Azure SDK version 2.7.1 and currently it is not possible to update the version

The issue happened after applying the following windows security updates:

enter image description here

After doing all these things, it is not working. Please suggest any solution.

Thanks

like image 415
Prasanth Avatar asked Sep 18 '25 13:09

Prasanth


1 Answers

Had the same problem. I commented out the Startup Task in the csdef file, because those tasks were not necessary for debugging. It solved the problem.

like image 155
Evgeni Nabokov Avatar answered Sep 21 '25 05:09

Evgeni Nabokov