WPF:未找到Microsoft_Windows_Themes

时间:2010-02-21 04:37:42

标签: wpf themes

我在WPF应用中收到此错误:

找不到“Microsoft_Windows_Themes:ScrollChrome”类型。验证您是否缺少程序集引用,并且已构建所有引用的程序集。

有什么想法吗?

1 个答案:

答案 0 :(得分:37)

确保在控件/页面/资源词典的最顶层标记中添加此引用/

...

xmlns:Microsoft_Windows_Themes="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero">

在项目中添加PresentationFramework.Aero的引用。