Visual Studio 2015社区错误 [英] Visual Studio 2015 community error

查看:84
本文介绍了Visual Studio 2015社区错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在项目模板中找不到Web应用程序虽然我已经安装了ASP.NET软件包并在安装过程中检查了Web开发。



我安装了VS 2015社区在我的D:\上,并在第二次尝试时从cmd更改/ CustomInstallPath的安装路径。



现在,我想卸载它并尝试安装它在C:\上能够访问Web应用程序模板。我已经从控制面板,cmd(/ Uninstall / Force)卸载了VS2015,并且使用了TotalUninstaller,但它们都没有工作,我还剩下一些
的VS文件(因为每当我打开vs_community.exe时,它都会只允许我修改,修复和卸载)。每当我尝试修改,修复或卸载时,我都会收到错误。

我想知道我是否能得到这方面的帮助?谢谢!

couldn't find Web Application in the project templates although I have installed ASP.NET package and check the Web Development during installation.

I installed VS 2015 Community on my D:\ and change the installation path through /CustomInstallPath from cmd on the second attempt.

Now, I'd like to uninstall it and try to install it on C:\ to be able to access the Web Application template. I have uninstalled VS2015 from Control Panel, cmd (/Uninstall /Force), and using the TotalUninstaller but none of them works and I still have some of the VS files left (since whenever I open vs_community.exe, it would only allow me to Modify, Repair, and Uninstall). And whenever I tried to Modify, Repair, or Uninstall, I would get errors.
I wonder if I can get help with this? Thanks!

推荐答案

嗨youellaa,

Hi youellaa,

感谢您在MSDN论坛上发帖。

Thank you for posting in MSDN forum.

如果您无法从控制面板更改VS 2015,则可以使用msiinv工具:

http://blogs.msdn.com/b/astebner/ archive / 2005/07/01 / using-msiinv-to-gather-information-about-what-a-computer-on-computer.aspx

If you couldn't change VS 2015 from Control Panel, you could use the tool msiinv:
http://blogs.msdn.com/b/astebner/archive/2005/07/01/using-msiinv-to-gather-information-about-what-is-installed-on-a-computer.aspx

它可以帮助您检测计算机上剩余的VS 2015产品代码,并从管理员提示符运行此命令:
msiexec.exe / x {your-product-code- guid} 卸载它。

It helps you detect the VS 2015 product code which remaining on your machine, run this command from an admin prompt: msiexec.exe /x {your-product-code-guid} to uninstall it.

>>我会收到错误

您能否告诉我们有关此错误的更多详细信息或截图,我们可以帮助您根据它进行故障排除,如果您无法发布图片或链接,请在

验证您的帐户38

Could you please give us more details or screenshot about this error, we could help you troubleshoot according to it, if you couldn't post pictures or links, please ask for a requirement in Verify Your Account 38

最好的问候,


这篇关于Visual Studio 2015社区错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆