Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2008
Visual Studio
Debugger Roadmap
Visualizers
 How to: Install a Visualizer
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
Visual Studio Debugger
How to: Install a Visualizer

This topic applies to:

Edition

Visual Basic

C#

C++

Web Developer

Express

Topic appliesTopic applies

Managed only

Topic applies

Standard

Topic appliesTopic applies

Managed only

Topic applies

Pro and Team

Topic appliesTopic applies

Managed only

Topic applies

Table legend:

Topic applies

Applies

Topic does not apply

Does not apply

Topic applies but command hidden by default

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

  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 9.0\Common7\Packages\Debugger\Visualizers

    • My Documents\Visual Studio 2008\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.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Incorrect Pathnames      Morantex   |   Edit   |   Show History

The install paths described above are erroneous, and pertain to VS 2005. For a typical x64 system it will be:

C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Packages\Debugger\Visualizers

Intel Visual Fortran      2307Dagmar   |   Edit   |   Show History
I installed Intel Visual Fortran Compiler and I already have Digital Array Visualizer 1.0. What should I do to enable application of the Array Visualizer directly from the Intel Visual Fortan Compiler.
Tags What's this?: Add a tag
Flag as ContentBug
Processing
© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker