位图图像URI,使用装配路径设置图像uri但返回异常

时间:2013-05-09 15:05:27

标签: c# wpf xaml

我将URI绑定到字符串:

<Image>
    <Image.Source>
        <BitmapImage UriSource="{Binding ItemValue}" />
    </Image.Source>
</Image>

作为回报,返回此路径:

<ResourceValue>pack://application:,,,AssemblyOutput;component/Resources/HelloThere.PNG</ResourceValue>

文件夹名称为AssemblyOutput > Resources > HelloThere.png,因此存在正确的路径,但会引发未找到该文件的异常。

0 个答案:

没有答案