Silverlight - 运行时未从 URI 加载图像?

发布于 2024-10-12 13:00:06 字数 408 浏览 1 评论 0原文

我已将图像元素添加到我的 Silverlight 应用程序中,虽然图像在设计模式下会直接向上拉出,但在运行应用程序时根本不会加载。

代码是:

<Image Height="95" 
       HorizontalAlignment="Left" 
       Margin="12,541,0,0" 
       Name="imgBannerAd" 
       Stretch="Fill" 
       VerticalAlignment="Top" 
       Width="828" 
       Source="http://myurl.com/images/theimage.png" 
       />

怎么了?我尝试通过本地硬盘和本地主机运行该文件,但都没有任何效果。

I've added an image element to my Silverlight app, and while the image pulls right up when in design mode, it doesn't load at all when running the app.

Code is:

<Image Height="95" 
       HorizontalAlignment="Left" 
       Margin="12,541,0,0" 
       Name="imgBannerAd" 
       Stretch="Fill" 
       VerticalAlignment="Top" 
       Width="828" 
       Source="http://myurl.com/images/theimage.png" 
       />

What's the deal? I'd tried running the file via the local hard drive and localhost, neither has any effect.

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

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

发布评论

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

评论(2

音盲 2024-10-19 13:00:06

我会检查

I would check that

小镇女孩 2024-10-19 13:00:06

当您使用 Visual Studio 生成的测试 html 文件(直接从磁盘加载)测试文件时,会发生这种情况。

如果您创建一个 Asp.Net 应用程序来托管 Silverlight XAP,那么问题就会消失。

This occurs when you test your file using the Visual Studio generated test html file, loaded directly from disk.

If you create an Asp.Net application to host your Silverlight XAP, the problem should go away.

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