为什么每当我在 Visual Studio 2010 或 2013 中构建项目时,都会收到 Windows 安装程序弹出窗口?
Why do I get a Windows Installer popup whenever I build a project in Visual Studio 2010 or 2013?
每当我尝试在 Visual Studio 2010 年或 2013 年构建项目时,我都会收到一个 Windows 安装程序弹出窗口,其中显示 "Please wait while Windows configures Visual Studio".
我怎样才能让这个弹出窗口消失?
根本原因:
Windows 认为安装因缺少文件夹而中断。
正确解:
卸载并重新安装受影响的 Visual Studio.
版本
解决方法
创建以下空文件夹
C:\Windows\Microsoft.NET\Framework\URTInstallPath_GAC
此文件夹的存在将阻止弹出窗口出现。
每当我尝试在 Visual Studio 2010 年或 2013 年构建项目时,我都会收到一个 Windows 安装程序弹出窗口,其中显示 "Please wait while Windows configures Visual Studio".
我怎样才能让这个弹出窗口消失?
根本原因: Windows 认为安装因缺少文件夹而中断。
正确解: 卸载并重新安装受影响的 Visual Studio.
版本解决方法 创建以下空文件夹
C:\Windows\Microsoft.NET\Framework\URTInstallPath_GAC
此文件夹的存在将阻止弹出窗口出现。