NServiceBus 4 with Windows 8 and Azure WebRole Issue

Running a webrole that is using NServiceBus 4 hangs when running in the local emulator. I have duplicated this on several windows 8 machines. Works fine on Windows 7. It appears that the only way to get it to run is to change the azure project (web settings) to "Use IIS Web Server." I am running Windows 8 and Visual Studio 2012 and Azure 2.0 SDK.

Here is how you can duplicate the problem by working with the PubSub sample from here: http://particular.net/articles/windows-azure-transport

  • Build the project and run it to verify that it works out of the box
  • Now change the Web settings by right clicking on the azure project and Selecting the "Use IIS Express" option on the web tab.
  • Run the project now
  • The web role will simply hang. Any ideas? Running under IIS Express is preferred for many reasons.


    there seem to be some known issues with IISExpress and Azure. Could you have a look at these pages and see if they help

  • Can't get azure web role to run locally using the emulator
  • Workaround for IIS Express Crashing When Running Windows Azure Cloud Service Web Role
  • 链接地址: http://www.djcxy.com/p/24362.html

    上一篇: Windows Azure SDK未由Visual Studio 2012找到

    下一篇: NServiceBus 4与Windows 8和Azure WebRole问题