Errors in your application may not be detected when you use the Application Verifier that is integrated with Visual Studio 2005 Team System (911142)



The information in this article applies to:

  • Microsoft Visual Studio 2005 Team System Developer Edition

SYMPTOMS

When you use the Application Verifier that is integrated with Microsoft Visual Studio 2005 Team System, errors in the application may not be detected.

CAUSE

This issue may occur if the following conditions are true:
  • You have installed the stand-alone version of the Application Verifier from the Microsoft Download Center.
  • You have enabled verifier settings using both versions of the Application Verifier for the same application.

RESOLUTION

To resolve this issue, delete the settings for the application in the stand-alone Application Verifier. To do this, follow these steps:
  1. Click Start, and then click Application Verifier.
  2. In the stand-alone Application Verifier, right-click the name of the application that you want to stop testing, and then click Delete Application.
  3. Click Save to save your changes in the stand-alone Application Verifier.
To test the application, follow these steps:
  1. In Visual Studio 2005 Team System, open the application.
  2. On the Debug menu, click Start with Application Verifier.
The Application Verifier now reports any errors in the application.

STATUS

This behavior is by design.

MORE INFORMATION

Steps to reproduce the issue

  1. Install the stand-alone Application Verifier.
  2. Click Start, and then click Application Verifier.
  3. Add the application to the stand-alone Application Verifier, and then select the tests that you want to run.
  4. Save the settings, and then run the application.
  5. Exit the stand-alone Application Verifier.
  6. Start Visual Studio 2005 Team System.
  7. In Visual Studio 2005 Team System, open the application.
  8. On the Debug menu, click Start with Application Verifier.

Modification Type:MajorLast Reviewed:11/18/2005
Keywords:kbProgramming kbDebug kbprb KB911142 kbAudDeveloper