问题描述
我正在卸载Microsoft vs社区版2015我正在卸载这个vs它让我跟随错误Visual Studio Update 3可扩展性项目模板与Nuget包中的程序集引用:此VSIX扩展失败。
Nuget包中带有程序集引用的Visual Studio Update 2可扩展性项模板:此VSIX扩展失败。
I am uninstalling Microsoft vs community edition 2015 i was uninstalling this vs it give me following error Visual Studio Update 3 Extensibility Item Templates with Assembly References in Nuget Packages : This VSIX extension failed.
Visual Studio Update 2 Extensibility Item Templates with Assembly References in Nuget Packages : This VSIX extension failed.
推荐答案
谢谢在MSDN论坛上发布。
Thank you for posting in MSDN forum.
>> Nuget包中带有程序集引用的Visual Studio Update 2可扩展性项模板:此VSIX扩展失败。
您想要使用更新3卸载VS 2015,对吗?根据此错误信息,您的计算机上仍然保留了VS 2015 Update 2可扩展性工具包,同时,更新3 可扩展性工具 模板
也已损坏。
You want to uninstall the VS 2015 With update 3, right? According to this error information, the VS 2015 Update 2 packages of Extensibility Tools still remaining on your machine, at the same time, the Update 3 Extensibility tools Templates are also broken.
VS卸载的先决条件是您的计算机上的软件包已完成,我建议您转到控制面板,右键单击VS并选择"更改" - '修复'或'修改'。
The prerequisite of VS uninstallation is the packages on your machine is complete, I suggest you go to Control Panel, right click the VS and choose ‘Change’—‘Repair’ or ‘Modify’.
选择Visual Studio可扩展性工具更新3,更新它并修复VS然后:
Select Visual Studio Extensibility Tools update 3, update it and repair VS then:
修改和修复VS后,您可以参考
here 。在提升的命令提示符下运行命令可执行文件/ uninstall / force,如vs_community.exe / uninstall / force。
After modifying and repairing the VS, you could refer to here. run the command executable file /uninstall /force like vs_community.exe /uninstall /force in the elevated command prompt.
最好的问候,
这篇关于Nuget包中具有程序集引用的Visual Studio Update 3可扩展性项模板:此VSIX扩展失败。 Nuget包中具有程序集引用的Visual Studio Update 2可扩展性项模板:此VSIX扩展失败。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!