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 - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -