Debugger can't connect when starting local azure project

后端 未结 5 529
名媛妹妹
名媛妹妹 2021-01-19 03:24

Ok, first of; here\'s what I did:

  1. Install AZURE tools
  2. Reboot
  3. Start Visual Studio - new Azure project
  4. Add web role (asp.net MVC 4 bet
5条回答
  •  佛祖请我去吃肉
    2021-01-19 04:08

    I ran into the same error today after uninstalling .NET 4.5/Visual Studio 11 Dev Preview, then installing ASP.NET MVC 4 Beta (this is before Feb 29th when the updated VS 2011 Preview drops).

    Since I uninstalled .net 4.5, you just need to do an "aspnet_regiis -i" to ensure the .net framework (4.0) is set up with IIS 7.x this worked for me.

    Edit: This will work if you uninstall/then manually install Visual Studio 2012 RTM as well.

提交回复
热议问题