The information in this article applies to:
SYMPTOMSIn Visual Studio Analyzer, when collecting events through a filter that tests the Source field against a string value, no events are collected. RESOLUTIONTest the Source field against the Source's registered GUID. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATION
With Visual Studio Analyzer filters, you can focus the data you use in your application analysis. Through filters, you determine which Visual Studio Analyzer events to collect and which to include in an event log. You define a filter before you start collecting events. After you have collected events, you refine the filter to help you focus on the events that are most important to your analysis.
However, no events are collected or displayed. To work around this problem, you must use the source's registered GUID. In the case of VSA Debug Event Source User, the following is correct:
The following is a list of the Microsoft Event Sources and their GUIDs:
REFERENCESFor additional information, click the article number below to view the article in the Microsoft Knowledge Base: Q242298 INFO: Valid Filter Fields for Visual Studio AnalyzerFor more information, see the following in the MSDN Library: Visual Studio 6.0 Documentation; Visual Studio Documentation; Component, Design, and Analysis Tools; Visual Studio Analyzer Reference; Visual Studio Analyzer Concepts; Using the Visual Studio Analyzer Tools; Understanding Visual Studio Analyzer Filters MSDN Library: Visual Studio 6.0 Documentation; Visual Studio Documentation; Component, Design, and Analysis Tools; Visual Studio Analyzer Reference; Visual Studio Analyzer Common Tasks; Creating and Refining Visual Studio Analyzer Filters Visual Studio 6.0 Documentation; Visual Studio Documentation; Component, Design, and Analysis Tools; Visual Studio Analyzer Reference; Visual Studio Analyzer Concepts; Extending Visual Studio Analyzer; Microsoft Components That Generate Visual Studio Analyzer Events Visual Studio 6.0 Documentation; Visual Studio Documentation; Component, Design, and Analysis Tools; Visual Studio Analyzer Reference; Visual Studio Analyzer Common Tasks; Adding or Removing Columns in the Event List View Additional query words:
Keywords : kbEEdition kbVisAnalyzer kbVS600 kbVS600bug kbDSupport kbGrpDSTools |
Last Reviewed: January 6, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |