Handling errors in code (Blend for Visual Studio)

If the source code parser in Blend for Visual Studio 2012 encounters errors while loading or updating a source code document, Blend disables the artboard (the Design view) and displays a notification hyperlink to indicate that you must fix the source code in Code view. Click the notification link to automatically switch to Code view.

Tip

We recommend that you have previous experience working with XAML before you begin to edit your Blend projects in Code view. Editing source code directly may result in parsing errors in your application that you will have to fix before Blend can correctly display your documents on the artboard in Design view.

With this caution in mind, working between Design view and Code view can be an effective method for learning the basics of HTML, CSS, and XAML.

To see more detailed information about parsing errors, view the Errors tab in the Results panel, as shown in the following image:

Errors tab of the Results panel, with errors displayed

JJ155238.cb92406f-c53a-4164-ba89-aa4bad057ad7(en-us,VS.110).png

The Errors tab (identified by JJ155238.25182a96-9a69-478a-9cfe-5b360e6a9bea(en-us,VS.110).png) displays the description, file name, line number, column number, and project name JJ155238.05fe4b1d-f584-4bd2-99b6-8bc2d735a89d(en-us,VS.110).png for each error in the list of source code errors JJ155238.f0c1ff71-7814-42ba-806b-7ea92d616e69(en-us,VS.110).png that the parser finds in your document. You can use the Go To command on the Edit menu to quickly locate a specific line in the source code. After you fix the errors in your document, the Errors tab will be cleared and you can view the updated document on the artboard in Design view.

See Also

Other Resources

Debugging XAML and C#

Debugging Windows Windows Store apps