Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit is the image packed into xap when built?
2 replies. Latest Post by varshavmane on July 3, 2009.
(0)
divyesht...
Member
0 points
1 Posts
07-03-2009 8:11 AM |
hi,
I have recently started working in Silverlight. I build a small application using <Image> tag. I placed the image in ClientBin and mentioned the source in the code appropriately. The code worked. However on unzipping the xap file I could not find the image into it. Now on client request, if the complete xap file is copied into the browser then how is the image location identified by Silverlight runtime?
Thanks in advance.
Divyesh
HarshBar...
Star
9908 points
1,719 Posts
07-03-2009 8:19 AM |
If you are placing image in clientbin then image will not be packaged in zap.
If you will put that in your silverlight project and specify proper build action it will be packaged in your Xap.
varshavmane
Contributor
6597 points
1,562 Posts
07-03-2009 8:21 AM |
If you place the images in client bin folder then that will not be part of xap file.
Please What is Xap File?
HTH