Use an External ResourceDictionary in a WindowsPhone 7 app

前端 未结 3 2069
温柔的废话
温柔的废话 2020-12-30 09:15

I am trying to create an ResourceFile Called DataTemplate.xaml in an external dll and use that in a WP7 page. When I do the following in the header of my Page I get an erro

3条回答
  •  南笙
    南笙 (楼主)
    2020-12-30 09:56

    I tried the pack syntax while trying to share XAML ResourceDictionary files and got the same error message. I ended up using this syntax and it worked for me.

    
        
            
                                
            
        
    
    

提交回复
热议问题