-
Notifications
You must be signed in to change notification settings - Fork 26
Troubleshooting visualizer installation
Zev Spitz edited this page May 5, 2019
·
8 revisions
-
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:
and checking the Unblock checkbox.
-
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.
-
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 by the time VS 2019 came out, but it appears to still be an issue.)