Menu
  • HOME
  • TAGS

Local Azure Cloud Service (Emulator) will not run

azure,appfabric,azure-sdk-.net,azure-compute-emulator,devfabric

I was able to get it working by: Uninstalling all .NET framework SDKs, and their related language packs. (Especially the 4.5.3) Install .NET framework 4.5.1 for visual studio 2013 Change all project types to 4.5.1 Hit F5. Took a long time but there, may be this will help somebody else...

How to view errors being generated by Azure Compute Emulator

azure,azure-compute-emulator

Diagnostics logs are not collected in the Azure compute emulator – For projects that target the Azure SDK version 2.5, the Azure compute emulator no longer supports the collection of diagnostics logs, including performance counters, infrastructure logs, IIS logs, and event logs. In addition, logs are no longer stored in...