作者热门文章
- r - 以节省内存的方式增长 data.frame
- ruby-on-rails - ruby/ruby on rails 内存泄漏检测
- android - 无法解析导入android.support.v7.app
- UNIX 域套接字与共享内存(映射文件)
我试图在我的 XAML 中包含一些转换值的类。但是,编译时出现以下错误:
Undefined CLR namespace. The 'clr-namespace' URI refers to a namespace 'View.Summary.Converters' that is not included in the assembly.(View\View)
它出错的 XAML:
xmlns:c="clr-namespace:View.Summary.Converters"
此外,这是我的转换类/命名空间的概要:
namespace View.Summary.Converters
{
class CollapsedIfNegative : IValueConverter { }
class VisibleIfNegative : IValueConverter { }
class ErrorCodeToString : IValueConverter { }
}
我不得不删除代码的内容,因为我正在从事的项目是高度 secret 的。
最佳答案
重建解决方案,错误就会消失。
关于c# - 'clr-namespace' URI 指的是未包含在程序集中的命名空间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3425954/
我是一名优秀的程序员,十分优秀!