c# - Missing assembly reference when adding converter -


in app.xaml when tried add converter says you missing assembly reference

<application.resources>     <converter:rsstexttrimmer xmlns:converter="clr-namespace:sdkrssreadercs"         x:key="rsstexttrimmer" />     <converter:imagefromrsstext xmlns:converter="clr-namespace:sdkrssreadercs"         x:key="imagefromrsstext" />  </application.resources> 


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -