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
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. |
|
Results table Provides metadata in a columnar format to help you address errors. |
|
Error Double-click an individual error to go to the line of markup in the XAML code. |