Visual Studio Analyzer Project Wizard

See Also   Tasks

The Visual Studio Analyzer Project Wizard is the fastest way to create a Visual Studio Analyzer project. The wizard consists of four main steps:

  1. Scan the current solution for the machines you want to monitor with Visual Studio Analyzer.

  2. Identify by name any additional machines you want to monitor.

  3. Select the components from which you want to see Visual Studio Analyzer events. This step is repeated for each machine you want to monitor.

  4. Select the sample filters that you would like to include in your Visual Studio Analyzer project.

Additionally, the wizard creates and activates a default event log and filter, both of which are required to be present in a project before you can begin collecting events.

The wizard includes a standard set of buttons along the bottom. These buttons control the following actions:

Button Description
Help Displays online help for the Project Wizard.
< Back Moves back one step in the process.
Next > Moves forward one step in the process.
Finish Creates all items and closes the wizard.
Cancel Closes the wizard; no project is created.

Scan for Machines

This step scans the current solution for machines. If you click Yes the wizard will create a list of every machine it finds. You can then select from this list to identify the machines you want to monitor with Visual Studio Analyzer. If you click No the wizard will continue with step 2, where you can specify individual machines by name.

Specify Additional Machines

In this step you can select machines from the list that the wizard built in step 1 and identify other machines that you would like to monitor. All machines you want to monitor must have the Visual Studio Analyzer Server components installed and running; you might have to start the server components manually on remote Windows 95 machines. See Starting the Visual Studio Analyzer Server on Windows 95 for a step-by-step procedure describing how to do this.

Add Machine

Click to display the Connect to Machine dialog box, where you can specify a machine you want to monitor with Visual Studio Analyzer.

Select Components

In this step you select the components from which you would like to see Visual Studio Analyzer events. You repeat this step for each machine you specified. The components listed here are Microsoft technologies that are shipped ready to generate Visual Studio Analyzer events. See Microsoft Components That Generate Visual Studio Analyzer Events for a complete list of these technologies and information about the specific events each technology generates.

Import Filters

In this step you select any existing filters from other projects in the current solution that you want to add to your new Visual Studio Analyzer project. You apply filters to event logs to specify which events to collect, and to Visual Studio Analyzer views to determine what subset of events in the event log to display. Sample filters are predefined filters that you can modify as necessary.

Select Sample Filters

In this step you select sample filters to include in your Visual Studio Analyzer project. You apply filters to event logs to specify which events to collect, and to Visual Studio Analyzer views to determine what subset of events in the event log to display. Sample filters are predefined filters that you can modify as necessary.

Finish

This step completes the wizard. It shows a confirmation box that summarizes the options you have chosen. If you want to change any of the options shown, use the Back button to step back through the wizard and make changes. Once you click Finish, the wizard actually creates the project file and the items inside the file, including a default event log and default filter, both of which are automatically set to record events.