Windows Azure Compute Emulator无法启动问题解决方案

Visual Studio 2013安装了Windows Azure SDK 2.7,但启动Emulator调试时,出现如下错误:

Error: The installed Windows Azure Emulator does not support the role binaries. Please install the latest Windows Azure Emulator and try again.

Windows Azure Tools: The system is missing a prerequisite to execute the service. Please see the release notes.

卸载2.7版本后再次重装还是无法解决,于是干脆把之前装的2.5、2.6全部卸载,再次重新安装2.7问题解决。

时间: 2024-08-26 06:58:50

Windows Azure Compute Emulator无法启动问题解决方案的相关文章

【已解决】Failed to Initialize Windows Azure Storage Emulator解决方法

错误代码: Failed to Initialize Windows Azure Storage Emulator Added reservation for http://127.0.0.1:10000/ in user account Richard-PC\Richard.Added reservation for http://127.0.0.1:10001/ in user account Richard-PC\Richard.Added reservation for http://1

如何使用Windows Azure

浏览器打开Windows Azure中国官方网站http://www.windowsazure.cn/,点击门户按钮: 输入你在微软购买的windows azure服务账号及密码,点击登录: 如果你的浏览器是IE9以下,会出现浏览器兼容性错误页面,请升级浏览器.(支持IE9以上浏览器及Firefox.safari的教新版本). 如果是首次登陆Windows Azure,则会启动使用向导,为你介绍Windows Azure的门户模块组成: (主菜单) (新建项目) (命令栏) (通知栏) 通过一连

Windows Azure公有云服务的解决方案

Windows Azure公有云服务提供了以下几种常见解决方案,并分别进行介绍:     基础结构     数据管理     Web 应用程序     开发和测试     存储.备份和恢复     身份标识     开源解决方案 相关视频教程:Windows Azure 实战与使用指南 基础结构 Windows Azure能够根据您企业的需求提供最适合的基础结构,并且在业务发展或精简时能够根据变化的需求及时的做出改变.您可以将Windows Azure基础结构服务看作是您"位于云上的数据中心&q

添加SuperSocket的启动代码到 Windows Azure 的 WorkRole 项目

与其它SuperSocket程序相同,启动代码同样也要写到程序的入口处,如 Windows Azure 的 WorkRole 项目的OnStart() 方法: public override bool OnStart() { // Set the maximum number of concurrent connections ServicePointManager.DefaultConnectionLimit = 100; // For information on handling conf

Windows Azure HandBook (5) Azure混合云解决方案

<Windows Azure Platform 系列文章目录> 在很多情况下,我们都会遇到本地私有云和公有云做互通互联的混合云场景.对于这种混合云的场景,微软的Windows Azure会很好的解决. 从混合云的分类来说,微软将混合云分为以下三种: 1.虚拟化技术的混合云 2.网络层的混合云   (1)Point-To-Site VPN (2)Site-To-Site VPN (3)Express Route 3.应用层的混合云 Service Bus Relay On 一.虚拟化技术的混合云

Windows Azure 不能ping通的解决方案

Windows Azure 不能ping通如何解决? 为了避免Ping Flood攻击,Windows Azure不开放对外ICMP通讯协定,所以使用ping命令我们是无法ping通的.在微软资料中心内不相同 Virtual Network 下的 VM,只有操作系统有开放 ICMP,VM 彼此之间是可以互 Ping 的. 但是我们想测试下Azure服务器的稳定性和响应时间怎么办?那么建议採用TCP协定的类似工具取代 ICMP Ping,比如tcping工具. 下载后将tcping.exe放到C:

[转]Windows Azure入门教学系列 (六):使用Table Storage

本文转自:http://blogs.msdn.com/b/azchina/archive/2010/03/11/windows-azure-table-storage.aspx 本文是Windows Azure入门教学的第六篇文章. 本文将会介绍如何使用Table Storage.Table Storage提供给我们一个云端的表格结构.我们可以把他想象为XML文件或者是一个轻量级的数据库(当然,不是通过SQL 语句进行数据的操作). 使用Table Storage的方法依然是调用REST API

Windows Azure Platform体验(3):Azure AppFabric

Windows Azure Platform有Windows Azure.SQL Azure.Azure AppFabric三部分. 使用AppFabric,可以轻松将内部部署应用程序与云连接.通过在内部部署的IT应用程序和基于云的服务之间启用安全连接和消息传送,AppFabric提供标识管理和防火墙友好的消息传送,从而保护您的资产. 这节我们体验Azure AppFabric,必备软件: Microsoft Visual Studio 2010 Windows Azure AppFabric

Windows Azure Platform体验(1):Windows Azure

创建云服务项目 首先理解下Web托管角色功能,利用这个功能,我们创建一个新网站,然后将它托管在Windows Azure内. 以管理员身份启动Visual Studio 2010,创建一个新的Azure云服务项目.选择"云"模板类型的"Windows Azure 云服务"项目模板.将这个新项目命名为"HelloAzure",单击"确定"之后,立即弹出一个新的向导. 在这个向导中,可以为这个云应用程序创建一些不同类型的角色,这样