Results panel

The Results panel in Blend for Visual Studio 2012 provides information that you can use to debug errors in your application. You can double-click an error to display the line of XAML code that is causing the error. The Results panel appears at the bottom of the Blend window, and will appear behind the Objects and Timeline panel when you are working in the Animation workspace. If you do not see the Results panel, press F12. For information about how to debug XAML errors, see Handling XAML errors.

The Results panel showing several XAML errors

cb92406f-c53a-4164-ba89-aa4bad057ad7

25182a96-9a69-478a-9cfe-5b360e6a9bea

Output tab   Provides build information when you build, rebuild, clean, or test a project.

Markup or Errors tab   Provides a list of build and XAML parser errors, including an option to filter errors.

05fe4b1d-f584-4bd2-99b6-8bc2d735a89d

Results table   Provides metadata in a columnar format to help you address errors.

f0c1ff71-7814-42ba-806b-7ea92d616e69

Error   Double-click an individual error to go to the line of markup in the XAML code.

See Also

Concepts

Debug applications