Getting an odd error I can't run to ground when binding a RichTextBox to a database via MVVM. here's my simple code:
The RichTextBox binding of the XamlDataProvider throws the following error:
The local property "RichTextBox" can only be applied to types that are derived from "DataProviderBase".
What am I missing?