How to: Install a Visualizer
This topic applies to:
Edition |
Visual Basic |
C# |
C++ |
Web Developer |
---|---|---|---|---|
Express |
Managed only |
|||
Standard |
Managed only |
|||
Pro and Team |
Managed only |
Table legend:
Applies |
|
Does not apply |
|
Command or commands hidden by default. |
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 9.0\Common7\Packages\Debugger\Visualizers
My Documents\Visual Studio 2008\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.