“没有端点监听”在计算模拟器下启动 Azure Web 角色时
我有两个云解决方案(.ccproj 文件)。每个角色都有一个独特的网络角色。一个项目在计算模拟器下运行没有任何问题,但是当我尝试运行另一个项目(第一个项目未运行)时,Visual Studio 会将其打包然后显示
Windows Azure 工具:net.pipe://localhost/dfagent/2/host 上没有侦听端点可以接受该消息。这通常是由不正确的地址或 SOAP 操作引起的。有关更多详细信息,请参阅 InnerException(如果存在)。
Windows Azure 工具:Windows Azure 计算模拟器未运行或响应。停止调试会话。
我正在使用 SDK 版本 1.4,
我在 Google 上搜索了一段时间,但找不到任何可以帮助我的东西。强制启动计算模拟器 (csrun /devfabric:start
) 似乎没有帮助。
我该如何解决这个问题?
I have two cloud solutions (.ccproj files). Each has a single distinct web role. One project runs under Compute Emulator without any problems but when I try to run another one (the first one not running) Visual Studio will package it and then display
Windows Azure Tools: There was no endpoint listening at net.pipe://localhost/dfagent/2/host that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
Windows Azure Tools: The Windows Azure compute emulator is not running or responding. Stopping the debugging session.
I'm using SDK version 1.4
I Googled for a while but couldn't find anything that could help me. Force starting the Compute Emulator (csrun /devfabric:start
) doesn't seem to help.
How do I resolve this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然是一个老问题,但我最近遇到了这个问题,其原因是 - 虽然天蓝色中的服务或网站已被删除或停止,但您尝试发布到它。如果发生这种情况,请检查发布配置文件以查看您是否指向正确的服务/站点(包括存储帐户等)并更正它们。希望它能帮助某人。
Although an old question, I got this issue recently and the reason for it was that - while the service or website in azure would have been removed or stopped and you try to publish to it. If this happens, check the publish profile to see that you are pointing to the correct service/site including the storage acc etc and correct them. Hope it helps someone.