How do I add VisualStateManager to my Surface project?
        Posted  
        
            by AskAboutGadgets
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by AskAboutGadgets
        
        
        
        Published on 2010-04-23T08:10:44Z
        Indexed on 
            2010/04/23
            8:13 UTC
        
        
        Read the original article
        Hit count: 414
        
I have a surface project and I would like to use controls designed in Blend. I added these controls to my microsoft surface project, but I receive an error when I try to compile it.
Error 1 The tag 'VisualStateManager.VisualStateGroups' does not exist in XML namespace
'http://schemas.microsoft.com/winfx/2006/xaml/presentation'. Line 12 Position 4.
UserControl1.xaml 12 4  
How can I solve this issue? Can I use the VisualStateManager in Surface application at all?
© Stack Overflow or respective owner