Skip to main content
Home Forums General Silverlight Getting Started Problem displaying an image
2 replies. Latest Post by K2P2 on April 24, 2009.
(0)
regor
Member
1 points
6 Posts
04-24-2009 6:02 AM |
This is is probably an IIS question, but here goes:
I'm debugging my project in the local IIS server, because the ASP.NET dev web server has never worked for me, plus this way I can catch things like this, I guess. Anyway, I have an image in XAML:
<Image Width="300"> <Image.Source> <BitmapImage UriSource="Images/logo.png"/> </Image.Source> </Image>
....and a folder 'Images' in my Silverlight project, as well as the host ASP project (witch is also the virtual folder for the site), but nothing displays. All I keep getting is "AG_E NETWORK ERROR".
lijoputh...
108 points
51 Posts
04-24-2009 7:57 AM |
Hi Regor
the code u wrote here is perfect no problem in that.can u pls paste the whole xaml here.
K2P2
Participant
1028 points
337 Posts
04-24-2009 11:47 AM |
This is a good post: http://silverlight.net/forums/t/11987.aspx
The last entry is how I fixed it.