WPF 为Button按钮设置资源字典
问题现象:
1. VS输出异常显示
引发的异常:“System.IO.FileNotFoundException”(位于 mscorlib.dll 中)
引发的异常:“System.IO.FileNotFoundException”(位于 PresentationCore.dll 中)
引发的异常:“System.Xaml.XamlObjectWriterException”(位于 System.Xaml.dll 中)
2. 应用程序直接抛出异常,卡死
Message='Provide value on 'System.Windows.Baml2006.TypeConverterMarkupExtension' threw an exception.' Line number '18' and line position '34'.
问题分析:
1. 文件没有找到。
2. 网上搜索,大部分描述指向,图像的地址不对。
问题解决:
1. 如下图所示,红色方框,由于是粘贴,导致库文件路径不同,导致。
2. 将“LibRes” 改为“ResLib”,完美解决。