How to: Install a Visualizer
This topic applies to:
Edition |
Visual Basic |
C# |
F# |
C++ |
Web Developer |
---|---|---|---|---|---|
Express |
Managed only |
||||
Pro, Premium, and Ultimate |
Managed only |
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.
To install a visualizer
Locate the DLL that contains the visualizer you have built.
Copy the DLL to either of the following locations:
InstallPath\Microsoft Visual Studio 10.0\Common7\Packages\Debugger\Visualizers
My Documents\Visual Studio 2010\Visualizers
If you want to use the visualizer for remote debugging, copy the DLL to the same path on the remote computer.
Restart the Visual Studio debugging session.