gpt4 book ai didi

wpf - VS2013 : An error occurred while finding the resource dictionary

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

我刚拿到 VS2013 并打开了我的 VS2010 项目。但是现在我看不到任何 xaml 设计。问题是没有应用样式:

   <UserControl.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/Themes/Colors.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>

给了我错误:

Error 1 An error occurred while finding the resource dictionary "/Themes/Colors.xaml".



这在 VS2010 中运行良好。构建选项设置为 Page。所有目标框架都设置为 .NET 4。

目录结构是这样的:
Host\Themes\Colors.xaml    
Plugins\EqPlugin\Source\ProblemFile.xaml

主题在 VEParameters 项目中定义并声明:
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:EQPlugin;assembly=VEParameterTool">

发生错误的文件位于 EqPlugIn 目录中,并声明了以下内容:
<UserControl x:Class="EQPlugin.EQControl"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:src="clr-namespace:VEParameterTool;assembly=VEParameterTool"
xmlns:l="clr-namespace:EQPlugin"
xmlns:sys="clr-namespace:System;assembly=mscorlib"
xmlns:oxy="http://oxyplot.codeplex.com"
mc:Ignorable="d">

我尝试将路径更改为相对路径,但这不起作用,我删除并重新添加了程序集,重新启动等,所有项目都是为同一个框架构建的。我不知道还能尝试什么。

最佳答案

尝试下面的一个,提供程序集名称,即使它在同一个程序集中

Source="pack://application:,,,/<assemblyName>;component/Themes/Colors.xaml" 

关于wpf - VS2013 : An error occurred while finding the resource dictionary,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19779776/

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