gpt4 book ai didi

c# - 当前上下文中不存在名称 'DependencyProperty' (Visual Studio)

转载 作者:行者123 更新时间:2023-11-30 22:51:25 24 4
gpt4 key购买 nike

我有以下内容:

using System.Windows;

public static object ConvertBack(string value, Type targetType)
{
...
return DependencyProperty.UnsetValue;
}

但在我安装 WindowsBase 包后,VisualStudio 没有找到 DependencyProperty。我是 C# 和 Visual Studio 的新手,我不明白为什么 Visual Studio 看不到 DependencyProperty 类。在docs我可以清楚地看到它需要 WindowsBase.dll 程序集,我有:

Clearly have WindowsBase.dll

我还缺少什么?

最佳答案

共有三种不同的目标框架:

 - .NET Framework(1)
- .NET Core(2)
- .net Standart(3)

1 或 2 可能依赖于一个写在 3 上的项目,但 1 不能依赖 2,反之亦然。你的目标框架是 .NET Core 3.1 并且你有一个与 WindowsBase 相关的错误,它是在 NET Framework 上编写的

关于c# - 当前上下文中不存在名称 'DependencyProperty' (Visual Studio),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59185531/

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