Microsoft.VisualStudio.Web.PasteJson.JsonPackage did not load properly

前端 未结 5 979
遇见更好的自我
遇见更好的自我 2021-02-13 11:08

I have visual studio express 2012 and it was working fine earlier I had run my solution once. But now when I do it, there appears a dialog box with the message!



        
相关标签:
5条回答
  • 2021-02-13 11:26

    I had Visual Studio 2013 Professional and I got the same error. I couldn't remove it until I repaired VS installation. It took a while but now it works fine.

    0 讨论(0)
  • 2021-02-13 11:32

    You need to clear the ComponentModelCache folder or rename it. For Visual Studio 2013, it’s located in the %LOCALAPPDATA%\Microsoft\VisualStudio\12.0 folder.

    Refrence:

    http://www.rajapet.com/2014/02/when-the-editorpackage-does-not-load-correctly.html

    0 讨论(0)
  • 2021-02-13 11:42

    Not relevant to VS 2012 express, but I experienced this problem with VS 2013 Premium. I had recently added the productivity power tools extension. To get back up and running, I loaded Visual Studio in safe mode:

    C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE>devenv /safemode
    

    And un-installed the productivity tools. The errors went away.

    0 讨论(0)
  • 2021-02-13 11:43

    I had this problem as I had an older version of VS2012 Express (release on Web Platform installer dated 15/08/2012).

    Try installing 'Visual Studio 2012 Express for Web (Latest)' with release date 22/10/2012 from the Microsoft Web Platform Installer.

    That is all I did and I no longer get those messages.

    0 讨论(0)
  • 2021-02-13 11:43

    I started to see this on the fresh windows & VS 2013 Ultimate with Update 2 installation.

    To resolve the problem, close all Visual Studio instances head over to

    C:\Users\<your users name>\AppData\Local\Microsoft\VisualStudio\12.0\ComponentModelCache

    and delete all the files in the folder.

    It worked fine for me. Thanks to this article.

    0 讨论(0)
提交回复
热议问题