WPF GifBitmapDecoder Uri 相对路径问题

发布于 2024-09-25 19:48:09 字数 316 浏览 6 评论 0原文

我试图将 Uri 对象的 uriString 设置为在 GifBitmapDecoder 中使用的相对路径。

在运行时我收到以下错误:

URI 无效:无法确定 URI 的格式。

我的相对路径遵循以下格式:

/TestApplication;component/Images/Busy.gif

如果我使用图像的绝对路径,一切都会完美!

任何帮助将不胜感激!

I am trying to set the uriString of a Uri object to a relative path for use in a GifBitmapDecoder.

At runtime i get the following error:

Invalid URI: The format of the URI could not be determined.

My relative path follows the following format:

/TestApplication;component/Images/Busy.gif

If i use the absolute path to the image, all works perfectly!

Any help would be appreciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ゝ偶尔ゞ 2024-10-02 19:48:09

找到答案:

http://msdn.microsoft.com/en-us/ library/aa970069.aspx

我缺少以下内容: pack://application:,,, 在我的相对路径前面。

Found the answer at:

http://msdn.microsoft.com/en-us/library/aa970069.aspx

I was missing the following: pack://application:,,, infront of my relative path.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文