The 'Provider Package' did not load correctly

前端 未结 6 2330
北荒
北荒 2021-02-13 01:37

VS 2013 Professional - Version 12.0.31101.00 Update 4

All of a sudden, whenever I try to open a project (MVC project or Python project), I get:

6条回答
  •  生来不讨喜
    2021-02-13 02:12

    I can't leave a comment on Murat Yıldız's answer so this is the next best thing. His solutions works great. I opened the Visual Studio Command Prompt as an administrator and ran from the command prompt:

    C:\WINDOWS\system32>devenv /resetskippkgs
    

    It worked like a charm.

提交回复
热议问题