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

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

mysql - Can mysql_pconnect be called multiple times in one php page? -