Can't get the new 2009 XAML primitives working, why?

Posted by Will on Stack Overflow See other posts from Stack Overflow or by Will
Published on 2010-04-16T14:24:01Z Indexed on 2010/04/16 16:23 UTC
Read the original article Hit count: 193

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about xaml

Related posts about .net-4.0