DotVVM extension install errors on Visual Studio 2019

Seril

I'm attempting to install DotVVM in Visual Studio 2019. Right now I can find it when I 'manage extensions' and it downloads and installs without error. However when I restart Visual Studio post installation I get an error stating 'The DotVVM package did not load correctly' and points me to an xml output file. The contents of said file shows:

SetSite failed for package [DotvvmPackage] Source: System.ComponentModel.Composition Description: The composition produced multiple composition errors, with 3 root causes. The root causes are provided below. Review the CompositionException.Errors property for more detailed information

  1. No exports were found that match the constraint: ContractName DotVVM.Integration.VisualStudio.Dialogs.DialogFactory RequiredTypeIdentity DotVVM.Integration.VisualStudio.Dialogs.DialogFactory Resulting in: Cannot set import DotVVM.Integration.VisualStudio.VsPackages.DotvvmPackageDependencies.DialogFactory (ContractName='DotVVM.Integration.VisualStudio.DialogFactory') on part DotVVM.Integration.VisualStudio.VsPackages.DotvvmPackageDependencies.Element: DotVVM.Integration.VisualStudio.VsPackages.DotvvmDependencies.DialogFactory (ContractName='DotVVM.Integration.VisualStudio.Dialogs.DialogFactory') DotVVM.Integration.VisualStudio.VsPackages.DotvvmPackageDependencies
  1. No exports were found that match the constraint: Pretty much the same error except it's talking about 'DotVVM.Integration.VisualStudio.Common.Licensing.ILoginProvider'
  1. No exports were found that match the constraint:* Same error except it's talking about 'DotVVM.Integration.VisualStudio.Services.CommandService'

Now I have been trying to find other topics and came across many that said to delete (or rename) the '%appData%'/Local/Microsoft/VisualStudio/16.0/ComponentModelCache' folder which I've tried with no luck. Removed it out of every VisualStudio version folders as well. Restarted Visual Studio of course after. That folder did rebuild itself but I got the same error again.

I've also tried uninstalling and reinstalling it as well. Tired with running Visual Studio as an admin for kicks. Even downloaded the DotVVM.Integration.VisualStudio.2019.RTM.vsix file directly (both 4.0.534 and 4.0.539) and installing it that way with no luck.

I also tried fully uninstalling and reinstalling Visual Studio 2019 all together with no luck. I made sure the entire VisualStudio/16.0 folder was also gone between installs.

I have been able to install other extensions alright just to see.

It seems like I'm missing something or some files when it's trying to install, but I can't figure out what. Any ideas?

Seril

Turns out my version of Visual Studio was the issue. My cooperate environment locks me to 16.10.2 which is not the latest version. Visual Studio updates claims I'm up to date but I am not.

The version of DotVVM (4.0.539) doesn't support version 16.10.2 of visual studio, hence the error. I did find an older version of DotVVM (2.5.254) that does support that version of visual studio and that worked fine.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Visual Studio 2019 Extension That Shows Errors inside the Code Editor

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

Visual Studio 2017/2019 Installation finished with errors - Couldn't install Microsoft.VisualC.Redist.12

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

Visual Studio 2019 Publish is Treating Warnings As Errors

Porting WinDbg plugin to Visual Studio 2019 extension

How adapt extension to Visual Studio 2019?

Visual Studio 2019 is not detected by Github extension

Visual Studio 2019 install MFC library?

Failed to install Go extension in Visual Studio Code

How to install extension in visual studio code

How to Install Visual Studio Extension into specific folder?

Install custom extension to visual studio for mac

How to install R extension in Visual Studio Code?

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

Is it possible to programmatically install a Visual Studio extension?

How to install Visual Leak Detector (VLD) on Visual Studio 2019?

Visual Studio 2019 C++ - incorrectly reporting errors when compiling

I always get errors in linker with Visual Studio 2019 and OpenCV

Build Errors in Visual Studio 2019 inconsistently show up in Error List

poco switching to MT link errors visual studio 2019

Visual Studio 2019 - Set a default extension for a file type

Unable to download any Microsoft Visual Studio 2019 Extension

Lombok-related errors on Visual Studio Code with the extension installed

How to install theme and syntax color scheme on Visual Studio 2019 (NOT VSCODE)?

Cannot install ReSharper Ultimate Extensions (Exceptional) in Visual Studio 2019 and 2017

Trying to install Visual Studio 2019 Build Tools into Docker image

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

NullReferenceException when trying to install Visual Studio extension in VS 2015

TOP Ranking

  1. 1

    Failed to listen on localhost:8000 (reason: Cannot assign requested address)

  2. 2

    How to import an asset in swift using Bundle.main.path() in a react-native native module

  3. 3

    Loopback Error: connect ECONNREFUSED 127.0.0.1:3306 (MAMP)

  4. 4

    pump.io port in URL

  5. 5

    Spring Boot JPA PostgreSQL Web App - Internal Authentication Error

  6. 6

    BigQuery - concatenate ignoring NULL

  7. 7

    ngClass error (Can't bind ngClass since it isn't a known property of div) in Angular 11.0.3

  8. 8

    Do Idle Snowflake Connections Use Cloud Services Credits?

  9. 9

    maven-jaxb2-plugin cannot generate classes due to two declarations cause a collision in ObjectFactory class

  10. 10

    Compiler error CS0246 (type or namespace not found) on using Ninject in ASP.NET vNext

  11. 11

    Can't pre-populate phone number and message body in SMS link on iPhones when SMS app is not running in the background

  12. 12

    Generate random UUIDv4 with Elm

  13. 13

    Jquery different data trapped from direct mousedown event and simulation via $(this).trigger('mousedown');

  14. 14

    Is it possible to Redo commits removed by GitHub Desktop's Undo on a Mac?

  15. 15

    flutter: dropdown item programmatically unselect problem

  16. 16

    Change dd-mm-yyyy date format of dataframe date column to yyyy-mm-dd

  17. 17

    EXCEL: Find sum of values in one column with criteria from other column

  18. 18

    Pandas - check if dataframe has negative value in any column

  19. 19

    How to use merge windows unallocated space into Ubuntu using GParted?

  20. 20

    Make a B+ Tree concurrent thread safe

  21. 21

    ggplotly no applicable method for 'plotly_build' applied to an object of class "NULL" if statements

HotTag

Archive