gpt4 book ai didi

c# - 缺少 System.Windows.Freezable

转载 作者:可可西里 更新时间:2023-11-01 08:54:05 26 4
gpt4 key购买 nike

我有一个类库项目,我在其中为我的 WPF 应用程序和 RIA 服务保留了一些接口(interface)和类。

进入我要添加成员的类(class)之一

Brush BackgroundColor { set; get; }

SolidColorBrush BackgroundColor { set; get; }

但是我得到了这个错误。

Error 2 The type 'System.Windows.Freezable' is defined in an assembly that is not referenced. You must add a reference to assembly 'WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

怎么了?

如果在 Add Reference 窗口下我​​根本看不到该程序集,该如何解决?

最佳答案

解决方法很简单。只需添加对以下三个 DLL 的引用:

WindowsBase.dll

PresentationFramework.dll

PresentationCore.dll

在 .Net 4.5 中,这些 DLL 通常驻留在名称类似于以下的目录中:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5

关于c# - 缺少 System.Windows.Freezable,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9726838/

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