How to: Install a Visualizer

This topic applies to:

Edition

Visual Basic

C#

F#

C++

Web Developer

Express

Topic applies Topic applies

Topic applies

Managed only

Topic applies

Pro, Premium, and Ultimate

Topic applies Topic applies

Topic applies

Managed only

Topic applies

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

  1. Locate the DLL that contains the visualizer you have built.

  2. 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

  3. If you want to use the visualizer for remote debugging, copy the DLL to the same path on the remote computer.

  4. Restart the Visual Studio debugging session.

See Also

Tasks

How to: Write a Visualizer

Other Resources

Visualizers