Search code examples
c#azureazure-compute-emulator

WebAPI FAIL on Azure Computer Emulator


I'm using Azure SDK 2.1, when I start the azure Compute emulator I got the following problem

enter image description here

when I open WaIISHost.log I get the following

enter image description here

ServiceDefinition.csdef: enter image description here

******UPDATE 2013-10-28 12:50******

When I use the FULL Emulator everything works.


Solution

    • Open visual studio as administrator; and run your cloud service using the FULL Emulator.
    • When everything works normally, restart the visual studio with your normal user.
    • now run your visual studio as a normal user; and run your cloud service using the Emulator Express.
    • Everything should work normally now.