Microsoft.VisualStudio.Web.PasteJson.JsonPackage d

2020-06-08 18:36发布

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!

the Microsoft.VisualStudio.Web.PasteJson.JsonPackage, Microsoft.VisualStudio.Web.PasteJson package did not load correctly.

the problem may have been caused by a configuration changhe or by installation of another extension. You can get more information by exmamining the file C:\Users\AppData\Roaming\Microsoft\VWDExpress\11.0\Log.xml

continue to show this error message?

How do I get rid of this error?

5条回答
一夜七次
2楼-- · 2020-06-08 19:15

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.

查看更多
我欲成王,谁敢阻挡
3楼-- · 2020-06-08 19:19

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.

查看更多
Animai°情兽
4楼-- · 2020-06-08 19:21

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.

查看更多
小情绪 Triste *
5楼-- · 2020-06-08 19:24

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

查看更多
女痞
6楼-- · 2020-06-08 19:26

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.

查看更多
登录 后发表回答