c# - 安装 Visual Studio 2015 更新 1 给我很多 : "package did not load correctly"

标签 c# visual-studio installation visual-studio-2015 updates

我通过 Visual Studio 2015 在 Windows 7 Enterprise English 上安装了带有更新 1 的 VS2015。安装结果出现了一些错误。我重新启动了我的机器并再次运行安装程序。设置成功完成。

注意:我在第一次安装时安装了 Resharper,我在第二次重试安装(成功)之前将其删除。

重新安装后,我收到许多消息框,提示“程序包未正确加载”。

例子: enter image description here

现在我的带有 Update 1 的 visual Studio 2015 完全颠倒了???我在启动时收到错误消息(程序包未正确加载):

  • Python 工具包
  • XamarinShellPackage

加载项目时还有更多(包未正确加载):

  • 协作包
  • ...

关于我们如何解决该问题的任何想法???

更新:我正在尝试卸载然后重新安装带有更新 1 的 Visual Studio 2015...

我通过完全卸载 Visual Studio 2015 并使用更新 1 重新安装 VS2015 解决了我的问题。

最佳答案

我找到了这个,也许可以解决你的问题:

Packages not loading after installing visual studio 2015 RTM

由 希图·约瑟夫·奥卢本加

All i did to get it working was to follow this step: 1.Close all instances of Visual Studio 2.Delete everything in this folder C:\Users\\AppData\Local\Microsoft\VisualStudio\12.0\ComponentModelCache 3.Restart Visual Studio

Though I have not tried this for 2015, I believe this should solve the problem too. To do this for visual studio 2015, 12.0 should be changed to 14.0

关于c# - 安装 Visual Studio 2015 更新 1 给我很多 : "package did not load correctly",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34028662/

相关文章:

c# - WPF/C# - 将日期格式应用于 ListView

javascript - 开发时加载本地 CSS 和 JavaScript 文件,推送到服务器时生效

c# - 如何做一个由数据库填充的 Bootstrap Accordion ?

.net - 如何在 csproj 模板中使用相对导入?

visual-studio - 由于 nuget.targets not found 错误,在 Visual Studio 中打开项目失败

windows - 如何在 Windows 上设置 git?

visual-studio - 我们可以指示 Visual Studio 安装程序保留现有文件以供重新安装吗?

java - 使用 CentOS 6 安装 highcharts 服务器

c# - 如果类型为 "object"的对象指向层次结构中的正确实例,为什么我需要显式向下转换?

c# - 具有实时整形/分组的列表框 - 如何在项目重新分组时保持选择?