无法在模拟器调试Azure项目 [英] Unable to debug azure project in the emulator

查看:168
本文介绍了无法在模拟器调试Azure项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

错误:

有一个错误调试器附加到了URL http://127.255.0.0:82/ 的角色实例...

There was an error attaching the debugger to the IIS worker process for URL http://127.255.0.0:82/ for role instance ...

所以基本上我有:


  • 的Windows 8企业版

  • 的Visual Studio 2012

  • 的Azure SDK 1.7

与工程两个角色:


  • 工人角色

  • Web角色(ASP.NET MVC 4)

有什么我试过


  • 已启用的程序池运行32位应用程序

  • 检查<编译调试=真正的> Web.config中

  • ASPNET_REGIIS.EXE -i

  • Enabled running 32-bit applications in AppPool
  • Checked for <compilation debug="true"> in Web.config
  • aspnet_regiis.exe -i

Azure项目被配置为完整的IIS运行(与前preSS它的工作就像一个魅力,但需要完整的IIS)

Azure project is configured to run at Full IIS (with Express it's working like a charm, but need full IIS)

推荐答案

ASPNET_REGIIS.EXE -ir从 C:\\ WINDOWS \\ Microsoft.NET \\框架\\ v4.0.30319 解决了这个问题。我从它具有64位路径环境开发商命令PROMT做到了这一点。这是32位的。

aspnet_regiis.exe -ir from C:\Windows\Microsoft.NET\Framework\v4.0.30319 solved the problem. I've done this from developer command promt which has 64-bit path enviroment. This is for 32-bit.

这篇关于无法在模拟器调试Azure项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆