计算机上缺少vsix安装程序,PowerShellTools.14.0.vsix无法安装,错误“此扩展程序无法安装在任何当前安装的产品上”(PowerShellTools.14.0.vsix fail...
PowerShellTools.14.0.vsix无法安装,错误“此扩展程序无法安装在任何当前安装的产品上”(PowerShellTools.14.0.vsix fails to install with error “This extension is not installable on any currently installed products”)我正在尝试为Visual Studio
PowerShellTools.14.0.vsix无法安装,错误“此扩展程序无法安装在任何当前安装的产品上”(PowerShellTools.14.0.vsix fails to install with error “This extension is not installable on any currently installed products”)
我正在尝试为Visual Studio 2015安装Extention Tool PowerShellTools.14.0.vsix。但是收到错误。请找到截图。 
错误日志: 
安装Visual Studio版本: 
已安装Powershell版本

此外,当我检查扩展和更新Powershell工具的Visual Studio没有显示在list.so我手动下载并尝试安装扩展和失败如上所述

我是视觉工作室的新手,所以请帮助我。
提前致谢
I am trying to install Extention Tool PowerShellTools.14.0.vsix for Visual Studio 2015.But getting error.Please find the screenshot. 
Error Log: 
Visual Studio Version Installed: 
Powershell version installed

Also when i checked in Extension and updates Powershell Tool for visual Studio is not showing in the list.so i manually downloaded and tried to install the Extension and failed as mentioned above

I am new to visual Studio ,so please assist me.
Thanks in advance
原文:https://stackoverflow.com/questions/40701504
更新时间:2020-02-29 15:05
最满意答案
来自FAQ :
为什么我不能在Visual Studio Express Edition中安装?
Expression Edition仅支持一组非常有限的扩展。 您可以下载Visual Studio 2013社区版 。 它完全免费并支持此扩展。
From the FAQ:
Why can't I install in Visual Studio Express Edition?
Expression Edition only supports a very limited set of extensions. You can download Visual Studio 2013 Community Edition. It's completely free and supports this extension.
相关问答
不,没有办法做到这一点。 你最近的东西是一个“位置”字段,但它不用于自动下载(甚至似乎没有显示给用户。) No, there isn't any way to do that. The nearest thing you have is a "location" field, but that's not used for auto-download (and doesn't even seem to be shown to the user.)
这似乎是一个常见问题,因为对文件资源管理器中VSIX文件的标准双击操作将无法安装任何Visual Studio 2015 .vsix扩展。 看来这个操作需要管理权限。 这里的问题是无法指示“以管理员身份安装”。 安装扩展的唯一方法是以管理员VSIXInstaller.exe使用CMD窗口并传递VSIX文件作为参数来执行VSIXInstaller.exe 。 我使用的程序是: 以管理员身份打开CMD窗口 转到VS 2015安装的Common7 \ IDE文件夹: CD C:\Program File
...
您的/Common7/IDE/Extensions/文件夹中是否有名为MachineState.json文件? 如果你这样做,尝试重命名或删除它。 看看Microsoft.VisualStudio.ExtensionManager.Implementation.dll程序集内部,在抛出System.NullReferenceException的函数中,它看起来像这样: private static void RemoveExtensionAutoUpdate
...
来自FAQ : 为什么我不能在Visual Studio Express Edition中安装? Expression Edition仅支持一组非常有限的扩展。 您可以下载Visual Studio 2013社区版 。 它完全免费并支持此扩展。 From the FAQ: Why can't I install in Visual Studio Express Edition? Expression Edition only supports a very limited set of exten
...
我在mcrypt和我的mac上运行的laravel框架遇到了同样的问题。 我正在运行php 5.6.6。 在查看phpinfo()之后,似乎启用了mcrypt模块。 命令行“php -v”命令显示默认版本是php 5.4我认为。 我在我的bash配置文件中添加了php5 1)进入您的用户根文件夹: cd ~yourUsername
2)编辑您的bash配置文件 sudo nano .bash_profile
2)添加行: export PATH="/usr/local/php5/bin:$PA
...
听起来就像你遇到这个VS 1.18的错误: https : //github.com/Microsoft/vscode/issues/37973 这应该已经在VS Code内部人员中得到了解决,并且一旦发布,也应该在VS Code 1.19中固定 Sounds like you are running into this VS Code 1.18 bug: https://github.com/Microsoft/vscode/issues/37973 This should already be
...
感谢@rene,这篇文章: 如何在其软件包中包含VSIX输出? 和一些摆弄,我设法让它工作。 将这些VSIXProject属性设置为true : “将构建输出复制到输出目录” “将调试符号复制到输出目录” “在VSIX容器中包含程序集” “在本地部署中包含调试符号” “在SIX容器中包含调试符号” 另外,将.dll文件添加到VSIX项目和ProjectTemplate-Project。 在另一台机器上运行.vsix时,它会在使用ProjectTemplate创建它时将.dll添加到新项目文件夹中,
...
从日志文件中,我们可以获得此扩展是对VS 2012终极/高级/专业版的支持,并且它发现已安装的产品是VS 2015,因此错误消息“此扩展程序无法安装在任何当前安装的产品上”弹出窗口,以及我们也可以从Microsoft Enterprise Library 6的系统需求中了解到这一点。 要解决这个问题,你可以看看这个类似的问题并直接下载Microsoft.Practices.EnterpriseLibrary.ConfigConsole.V6.VS2015.vsix(Source)并使用它进行安装,
...
Visual Studio Express仅支持(非常)有限的扩展集,通常只有Microsoft自己提供的扩展。 幸运的是,他们发布了Visual Studio Community Edition,您可能会放弃使用它。 此版本几乎与Visual Studio的完整专业版相当。 您也可以在项目中注册SonarLint作为Nuget包分析器,它应该适用于Visual Studio Express 2015。 Visual Studio Express only supports a (very) li
...
请确保您的Visual Studio 2015已安装最新更新 。 Visual Studio 2015的最新版本应为14.0.25431.01版。 如果您的Visual Studio 2015是最新版本,请尝试修复Visual Studio 2015以检查是否存在任何安装问题。 而且你也可以在没有NuGet Package Manager的情况下安装nuget软件包。 请下载NuGet包并将其解压缩到本地文件夹,该文件夹将列出此包的所有内容。 然后通过Add Reference将解压缩文件夹中的d
...
更多推荐




所有评论(0)