Can I install "JSON Viewer" extension for Visual Studio 2019?

PPS

After I upgraded Visual Studio to version 2019, I cannot install the JSON View extension.

VSIX Installer

log file

> 4/10/2019 9:51:09 AM - Skipping 'C:\Users\DELL\AppData\Local\Microsoft
> SDKs' as it doesn't exist 4/10/2019 9:51:09 AM - The extension with ID
> 'c21a2a7b-7b1c-45c9-bee3-3bdc0715bdc9' is not installed to Microsoft
> Visual Studio Community 2019. 4/10/2019 9:51:10 AM - Extension cannot
> be installed to the following products due to missing prerequisites:
> 4/10/2019 9:51:10 AM -  Microsoft Visual Studio Community 2019
> 4/10/2019 9:51:10 AM -
>         ------------------------------------------------------- 4/10/2019
> 9:51:10 AM -        Identifier   :
> Microsoft.VisualStudio.Component.CoreEditor 4/10/2019 9:51:10 AM -
>         Name         : Microsoft.VisualStudio.Component.CoreEditor 4/10/2019
> 9:51:10 AM -        Version      : [15.0,16.0) 4/10/2019 9:51:10 AM -
>         Error        : The prerequisite version specified does not match the
> version installed 4/10/2019 9:51:10 AM -  4/10/2019 9:51:14 AM -
> InstallProgressPage ChangeType: 'SingleTarget' operationCount: '2'
> Text: 'Modifying Microsoft Visual Studio Community 2019...' 4/10/2019
> 9:51:14 AM - The following target products have been selected...
> 4/10/2019 9:51:14 AM -  Microsoft Visual Studio Community 2019
> 4/10/2019 9:51:14 AM -  4/10/2019 9:51:14 AM - Capping recursion at 5
> directories in each extension root due to 'default limit'.

I also checked data in extension.vsixmanifest where I found: visxmanifest file

Ramhound

After I upgraded Visual Studio to version 2019, I cannot install the JSON View extension.

The extension isn’t compatible with Visual Studio 2019 according to the manifest file. Of course the manifest file doesn’t actually appear to be for the extension your trying to install (the unique hash does not match). You will have to wait for the author to update it.

The marketplace download for this extension was automatically updated when Visual Studio 2019 was released to indicate it was compatible but looking at the code for the extension that isn’t possible due to the packages it uses.

I also looked at the actual manifest file for the extension, and the prerequisites is also set for 15.0 instead of 16.0, without a recompile the extension can’t support VS2019.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Failed to install Go extension in Visual Studio Code

How to install extension in visual studio code

Install custom extension to visual studio for mac

How can I target Android 4.1 in Visual Studio 2019?

How adapt extension to Visual Studio 2019?

Message in visual studio "This extension is scheduled for install"

How can I add a button to a window for a Visual Studio Extension?

Porting WinDbg plugin to Visual Studio 2019 extension

How can i create an Azure Function in visual Studio 2019?

How can I build Visual Studio 2019 projects on Travis CI?

Visual Studio 2019: where can I switch off "shared compilation"

How can I add a reference to PresentationCore in Visual Studio 2019?

How can I install Visual Studio?

Can't install VSIX extension file in Visual Studio Express 2013?

Can I install the Custom Document Well (vertical tabs) extension for Visual Studio 2019?

Can I work in Visual Studio 2019 and gfortran (gcc) compiler?

can i Import tools and features from visual studio 2017 to 2019?

How to install R extension in Visual Studio Code?

How to Install Visual Studio Extension into specific folder?

I can't install Visual Studio Code

How can I use FolderBrowserDialog in Visual Studio 2019?

Can I debug ActiveDirectory with Visual Studio Code PowerShell extension?

Visual Studio 2019 is not detected by Github extension

I Can't Target .Net Framework in Visual Studio 2019

Visual Studio 2019 install MFC library?

How can I debug chromium in visual studio 2019?

Can I uninstall visual studio 2017 and still use the 2017 platform toolset in visual studio 2019?

DotVVM extension install errors on Visual Studio 2019

How can I use the Razor editor found in Visual Studio 2019 in Visual Studio 2022?