Skip to content

Troubleshooting visualizer installation

Zev Spitz edited this page Jun 26, 2019 · 8 revisions
  1. In order for the visualizer to work, the files need to be unblocked. This is usually available through the Explorer UI, by right-clicking on the file and selecting Properties:

    Right-click on file

    and checking the Unblock checkbox.

    Unblock

  2. The releases page contains two versions of the visualizer DLL -- one built against VS 2019 and one built against VS 2017. Choose the one that matches your version of Visual Studio, along with the dependent DLL.

  3. Under VS 2019, it is possible to use the visualizer with .NET Core projects. You may need to put the visualizer in a subfolder called netstandard2.0, under the folder where you would normally have installed the visualizer. (This was to have been resolved for VS 2019, but it appears to still be an issue -- see here

Clone this wiki locally