标签: silverlight-4.0
我已在https模式下在一台服务器上托管了我的silverlight应用程序。我的图片在服务器中,其网址为http://localhost/icons/3g.png
我的应用程序在https网站上运行,无法在silverlight应用程序中加载这些图像文件。
感谢您的帮助和支持。
请尽快回复。
答案 0 :(得分:0)
您使用的图片网址如下吗? http://localhost/icons/3g.png
使用相对路径而不是绝对路径。