What I'd like to use: 2009 XAML primitives
How it would be nice to use them:
<sapv:ExpressionTextBox xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
ExpressionType="x:String" />
What actually happens:
"Type reference cannot find the public type named String"
The examples I see don't have updated namespaces. I tried 2009 and 2010, but to no avail. This is in VS 2010 RTM. What am I doing wrong?