gpt4 book ai didi

silverlight - "Inheritor of the ResourceDictionary is expected"- 这个错误是什么意思

转载 作者:行者123 更新时间:2023-12-04 00:12:24 25 4
gpt4 key购买 nike

在 App.xaml 中,我有以下代码:

<Application
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="FJW.App">
<Application.Resources>
<!-- Resources scoped at the Application level should be defined here. -->
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="themes/F4.xaml"/>
<ResourceDictionary Source="themes/F3.xaml"/>
<ResourceDictionary Source="themes/F2.xaml"/>
<ResourceDictionary Source="themes/F0.xaml"/>
<ResourceDictionary Source="themes/F1.xaml"/>
<ResourceDictionary Source="themes/Palm.xaml"/>
<ResourceDictionary Source="themes/Key.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>

Visual Studio 在字符串中发现错误 <ResourceDictionary Source="themes/...xaml"/>- 引发以下错误消息:需要 ResourceDictionary 的继承者。

但是该项目正在正确编译并且运行正常。错误信息是什么意思?也许这是这个测试版 Silverlight 版本的错误?还是我的错误?

最佳答案

嗯。这是一个 BuildAction 问题。

我将 xaml 的 BuildAction 属性设置为资源。当我将此属性改回 Page 时 - 错误消失了。

关于silverlight - "Inheritor of the ResourceDictionary is expected"- 这个错误是什么意思,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/763729/

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