当前位置:  开发笔记 > 编程语言 > 正文

未找到请求值'VS2015'. - Azure powershell

如何解决《未找到请求值'VS2015'.-Azurepowershell》经验,为你挑选了1个好方法。

我试图通过azure powershell获取我的插槽信息.

检索我使用的信息

Get-AzureWebsite -Name mywebsite -Slot staging

但azure powershell引发了以下错误:

Get-AzureWebsite : Requested value 'VS2015' was not found.
At line:1 char:1
+ Get-AzureWebsite -Name mywebsite -Slot staging
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : CloseError: (:) [Get-AzureWebsite], ArgumentException
    + FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.Websites.GetAzureWebsiteCommand

当我只尝试Get-AzureWebsite -Name mywebsite它时,它完美地显示包括插槽名称的数据

Name       : mywebsite
State      : Running
Host Names : {mywebsite.azurewebsites.net}

Name       : mywebsite(staging)
State      : Running
Host Names : {mywebsite-staging.azurewebsites.net}

Name       : mywebsite(dev)
State      : Running
Host Names : {mywebsite-dev.azurewebsites.net}

当我谷歌这个错误"未找到请求值'VS2015'." 我遇到了这个链接,这位作者建议删除远程调试器,但没有运气,我收到错误.



1> Davide Icard..:

我的解决方案是:

    切换远程调试ON

    选择VS2013

    保存

    再次关闭远程调试

    保存

我认为这是Azure中的某种错误.


是的,似乎这仍然是一个问题.它今天打破了我的VSTS构建,这非常烦人.
推荐阅读
贾志军
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有