运行应用程序后出错“错误:Sys.InvalidOperationException:控件'ctl00_ContentPlaceHolder1_Xaml'中的ImageError错误#4001:AG_E_NETWORK_ERROR” 在下面的代码中
<toolkit:MenuItem Header="Accoustics">
<toolkit:MenuItem.Icon>
<Image x:Name="menuIcon1" Source="Images//Arrow.PNG" Height="30" Width="30" Stretch="Fill"/>
</toolkit:MenuItem.Icon>
</toolkit:MenuItem>
</toolkit:ContextMenu>
奇怪的是,我能够在设计视图中看到图像。
任何想法?
感谢。 -Nitin
答案 0 :(得分:0)
路径Source =“Images // Arrow.PNG”是否正确? 尝试正确的路径Source =“Images / Arrow.PNG”