How to: Install a Visualizer
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
After you have created a visualizer, you must install the visualizer so that it will be available in Visual Studio. Installing a visualizer is a simple process.
Note
In Store apps, only the standard text, HTML, XML, and JSON visualizers are supported. Custom (user-created) visualizers are not supported.
To install a visualizer
Locate the DLL that contains the visualizer you have built.
Copy the DLL to either of the following locations:
VisualStudioInstallPath
\Common7\Packages\Debugger\Visualizers
My Documents\
VisualStudioVersion\Visualizers
If you want to use a managed visualizer for remote debugging, copy the DLL to the same path on the remote computer.
Restart the debugging session.