博客
关于我
Visual Studio 2019未能正确加载“Visual Studio Common IDE Package“包
阅读量:268 次
发布时间:2019-03-01

本文共 313 字,大约阅读时间需要 1 分钟。

打开Visual Studio时总提示未能加载“Visual Studio Common IDE Package”包?点击“是”却无效?以下是解决方案:

  • 打开Win10开始菜单,选择“排序”。
  • 打开“Developer Command Prompt for VS 2019”。
  • 在命令提示符中输入以下命令:
    • 输入devenv /resetuserdata,在输入前确保Visual Studio没有后台进程。
    • 等待1-2分钟。
  • 然后输入devenv /resetsettings
  • 等待完成后,Visual Studio会自动关闭。
  • 退出后,回到桌面,正常打开Visual Studio即可。
  • 这样操作后,问题应该会得到解决。

    转载地址:http://giex.baihongyu.com/

    你可能感兴趣的文章
    python基于flask搭建http服务(四)—— Docker容器化部署
    查看>>
    python基于flask搭建http服务(二)—— 实现Excel上传、数据清洗、入库
    查看>>
    python基于flask搭建http服务(三)—— 使用gunicorn部署项目
    查看>>
    python基于flask搭建http服务(一)—— 实现数据查询和Excel导出
    查看>>
    Python块键盘/鼠标输入
    查看>>
    Python在正确的时区获取当前时间
    查看>>
    python在心理学研究中的应用有哪些_心理学在线研究可用平台简介和应用进展
    查看>>
    python系列【仅供参考】:python tornado 集成redis消息订阅的异步任务之后tornado主程序无法启动,解决方案
    查看>>
    Python在列表理解中使用枚举
    查看>>
    python在使用HTMLTestRunner时,报告为空,错误提示<_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf_8'>...
    查看>>
    python在gpu上运行_【python】python开启GPU加速
    查看>>
    Python在def函数中使用for循环
    查看>>
    Python在def函数中使用for循环
    查看>>
    Python在Conda环境中,但在Windows虚拟环境中没有激活
    查看>>