gpt4 book ai didi

wpf - WPF XAML无法加载文件或程序集 'AssemblyName, PublicKeyToken=null'或其依赖项之一。该系统找不到指定的文件

转载 作者:行者123 更新时间:2023-12-03 10:17:19 26 4
gpt4 key购买 nike

我正在读一本精通WPF的书,并尝试使用MVVM模式使转换器工作一个简单的 View :
W
当我尝试运行它时,出现以下异常:

System.Windows.Markup.XamlParseException: ''Provide value on 'System.Windows.StaticResourceExtension' threw an exception.' Line number '12' and line position '44'.'

FileNotFoundException: Could not load file or assembly 'Kulagin.Mastering WPF.Converters, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.


enter image description here
我不明白为什么它会尝试找到文件 Kulagin.Mastering WPF.Converters。它不是文件,而是 namespace 。
如果我从RadioButton控件中删除 BitRateView.xaml,则在文件 Converter={StaticResource EnumToBoolConverter}, ConverterParameter=Sixteen}中:
enter image description here
不会引发异常并运行应用程序,但由于没有钩住任何转换器,因此无法按预期运行。我通读了所有代码,但找不到导致此异常的原因。所有引用看起来都不错,应该可以,但不能。
这是异常(exception)的解决方案: https://github.com/KulaGGin/MasteringWPF
所有其他项目和类都在那里,因为作者正在展示如何构建框架,而我正在关注它。

最佳答案

Kulagin.Mastering WPF.Converters是一个DLL

在Kulagin.Mastering WPF项目中,请参阅“引用”部分,转换器位于另一个Dll中,因此您必须引用它,因为您正在使用转换器

它错过了对Kulagin.Mastering WPF.Converters的引用

添加..

关于wpf - WPF XAML无法加载文件或程序集 'AssemblyName, PublicKeyToken=null'或其依赖项之一。该系统找不到指定的文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61952058/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com