Skip to main content

Microsoft Silverlight

Answered Question is the image packed into xap when built?RSS Feed

(0)

divyeshthacker
divyesht...

Member

Member

0 points

1 Posts

is the image packed into xap when built?

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

HarshBardhan
HarshBar...

Star

Star

9908 points

1,719 Posts

Answered Question

Re: is the image packed into xap when built?

 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.

 

Mark as answer if this post answered your question.

Harsh Bardhan

varshavmane
varshavmane

Contributor

Contributor

6597 points

1,562 Posts

Re: is the image packed into xap when built?

If you place the images in client bin folder then that will not be part of xap file.

Please What is Xap File?

HTH Smile

Please "Mark as Answer" if this post answered your question. :)
Visit my Blog: http://varshavmane.blogspot.com/
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities