Problem with Snippet 6-2
Running Snippet 6-2 gives the following exception detail:
System.Windows.Markup.XamlParseException occurred
Message=Set property 'System.Windows.Controls.TextBox.Watermark' threw an exception. [Line: 12 Position: 51]
LineNumber=12
LinePosition=51
StackTrace:
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at Chapter6.Views.Snippet0602.InitializeComponent()
at Chapter6.Views.Snippet0602..ctor()
InnerException: System.NotImplementedException
Message=The method or operation is not implemented.
StackTrace:
at System.Windows.Controls.TextBox.set_Watermark(Obje ct value)
InnerException:
Help!
|