silverlight - Adding an image to a button in XAML -


I'm trying to add an image to a button in my Silverlight 3 application but the image can not be found in the manifest is. I have named a folder, \ images, in my Silverlight Application folder and using a relative path in the source attribute of the image. What am i doing

  & lt; Button width = "200" height = "200" & gt; & Lt; Image source = "picture \ document.png" & gt; & Lt; / Image & gt; & Lt; / Button & gt;  

What's the easiest way to find out what's going on What is adding is the URL trying to use it

You should probably try to use a forward slash instead of slash, but I'm not sure that this is the real issue.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -