简体   繁体   English

App.xaml页面中缺少程序集引用

[英]Missing assembly reference in App.xaml page

I cannot find my solution it says missing assembly reference on please explain in detail 我找不到我说我缺少解决方案的参考的解决方案,请详细说明

      <Application.Resources>
    <converter:RssTextTrimmer xmlns:converter="clr-namespace:sdkRSSReaderCS"
      x:Key="RssTextTrimmer" />
    <converter:ImageFromRssText xmlns:converter="clr-namespace:sdkRSSReaderCS"
    x:Key="ImageFromRssText" />
        </Application.Resources>

This is normally that if you have open for first time a extern project that haven't build in your project you must rebuild or build it in your own computer. 通常,这是如果您第一次打开未在项目中构建的外部项目,则必须在您自己的计算机中重建或构建它。 If this not resolve the problem, you must see if: 如果这样做不能解决问题,则必须查看是否:

xlmns:converter="..." is correct. xlmns:converter =“ ...”是正确的。 Are RssTextTrimmer, ImageFromRssText in the root folder? RssTextTrimmer,ImageFromRssText是否在根文件夹中?

greetings! 问候!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM