【发布时间】:2012-05-24 03:27:49
【问题描述】:
我在 XAML 标记部分的开头收到错误消息
在“System.Windows.StaticResourceExtension”上提供值引发了异常。行号“8”和行位置“9”。
<Window x:Class="prj.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:s="clr-namespace:prj"
xmlns:c="clr-namespace:prj.Controls"
WindowStartupLocation="CenterOwner"
Title="MainWindow"
Height="850" Width="1000">
感谢任何帮助。
问候, 阿米特
【问题讨论】:
-
你能发布堆栈跟踪或内部异常
-
如果您在 xaml 中使用任何静态资源,请确保它可用。