Click here to Skip to main content
Licence CPOL
First Posted 24 Jun 2010
Views 5,415
Bookmarked 3 times

Visual Studio 2010 WPF Trace Settings Default Is Incorrect

By | 24 Jun 2010 | Technical Blog
Visual Studio 2010 WPF Trace Settings Default Is Incorrect
A Technical Blog article. View original blog here.[^]

A few weeks ago, I found that after setting the attached property PresentationTraceSources.TraceLevel=High on a binding, I was not getting the expected verbose output.

You can see an obvious error in the Path property name.

<TextBlock
    Text="{Binding diag:PresentationTraceSources.TraceLevel=High,
            Path=XCustomerID}" />

Using the above in WPF 3.5 SP1 would result in many messages being outputted in the Debugger Output Window.

However, in Visual Studio 2010 WPF 4.0, I was only seeing the below single binding error:

System.Windows.Data Error: 40 : BindingExpression path error: 
‘XCustomerID’ property not found on ‘object’ ”ListCollectionView’ 
(HashCode=55179487)’. BindingExpression:Path=XCustomerID; 
DataItem=’ListCollectionView’ (HashCode=55179487); 
target element is ‘TextBlock’ (Name=’CustomerIDTextBlock’); 
target property is ‘Text’ (type ‘String’)

The reason the expected messages are not being outputted is because the installation default setting of the WPF Trace Settings is “Error” and not “Warning.” When set to “Error”, no “Warning” messages will be outputted.

To enable the PresentationTraceSources.TraceLevel messages to be seen, you need to change your Tools, Options, Debugging, Output Window, WPF Trace Settings value to Warning as I’ve done in the below image.

ToolsOptionsDataBinding

Have a great day writing your applications!

Just a grain of sand on the worlds beaches.


Filed under: CodeProject, Data Binding, Tips, Visual Studio 2010, WPF General

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Karl Shifflett

Architect
Gayle Manufacturing Company
United States United States

Member

Follow on Twitter Follow on Twitter
Karl loves .NET, WPF, WCF, ASP.NET, VB.NET and C#.
 
Awards:
 
  • December 2008 VB.NET Code Project Article Award
  • 2009 Code Project MVP
  • 2008 Code Project MVP
  • 2008 Microsoft MVP - Client App Dev
  • December 2007 VB.NET Code Project Article Award
  • Gold Medal Winner at IBM's 1998 PROIV Programming Contest in Las Vegas
Click here to check out my Blog
 
Click here to learn about Mole 2010 debugging tool for Visual Studio 2010
 
Click here to read about XAML Power Toys
 

Just a grain of sand on the worlds beaches.



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
-- There are no messages in this forum --
Permalink | Advertise | Privacy | Mobile
Web03 | 2.5.120517.1 | Last Updated 24 Jun 2010
Article Copyright 2010 by Karl Shifflett
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid