Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Https Microsoft.WindowsAzure.ServiceRuntime错误:102:角色环境。初始化失败_Https_Azure - Fatal编程技术网

Https Microsoft.WindowsAzure.ServiceRuntime错误:102:角色环境。初始化失败

Https Microsoft.WindowsAzure.ServiceRuntime错误:102:角色环境。初始化失败,https,azure,Https,Azure,调试azure项目时,我遇到以下错误: Microsoft.WindowsAzure.ServiceRuntime错误:102:角色环境。初始化失败 使用IIS7 Express 输出windows结果: “iisexpress.exe”(托管(v4.0.30319)):加载的“C:\windows\assembly\GAC\U 32\msshrtmi\1.6.0.0\UU 31bf3856ad364e35\msshrtmi.dll” Microsoft.WindowsAzure.Service

调试azure项目时,我遇到以下错误: Microsoft.WindowsAzure.ServiceRuntime错误:102:角色环境。初始化失败

使用IIS7 Express

输出windows结果:

“iisexpress.exe”(托管(v4.0.30319)):加载的“C:\windows\assembly\GAC\U 32\msshrtmi\1.6.0.0\UU 31bf3856ad364e35\msshrtmi.dll” Microsoft.WindowsAzure.ServiceRuntime错误:102:角色环境。初始化失败

以下是失败的代码:

HttpContext.Current.Response.Redirect(outURL, true);

这是从http到https的转换。

我发现了这一点。这很简单,但Azure项目必须首先启动,才能运行计算仿真器。右键单击Azure项目顶部节点,然后单击调试/新建实例