i have use deep zoom composer and i had use some images and i export it and i add these files and folder to vs10
1.dzc_output_files(folder)
2.dzc_output_images(folder)
3.dzc_output.xml
4.Metadata.xml
5.scene.xml
6.SparseImageSceneGraph
and give the source to MultiImageSource
ImageOpenSucceeded="MyMSI_ImageOpenSucceeded" MouseLeave="MyMSI_MouseLeave" />
And it is showing me below error can any one tell me where i had mistake............./
The file 'deepzoomer/dzc_output.xml' is not part of the project of its 'Bulid Action' Property is not set to 'Resource'
3 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Priya LingePosted Nov 22, 2011, 2:37 AM
I have one MultiScaleImage Demo Project.
Please check below link where you get this project from that you will get the solution.
http://www.silverlightshow.net/items/Using-the-MultiscaleImage-control-in-Silverligth2-Beta-1.aspx
Hope this link will help you.
Thanks.
Smart LuckyPosted Nov 22, 2011, 12:37 AM
First of all i am thank full to u b/c whatever you have send me it's very help ful for me but one thing is still when i am running program it is not showing me in browser even it is showing in XAML desing but when i am running it is not showing me i don't know what should be there...?
Priya LingePosted Nov 21, 2011, 1:22 AM
Please try this,
1.You Should have deepzoomer folder in ClientBin folder
C:\MultiscaleImageDemo\MultiscaleImageDemo\ClientBin\deepzoomer \dzc_output.xml
Make "BuildAction" Property of dzc_output.xml to "Resource"
RightClick on dzc_output.xml ----->set "BulidAction property to "Resource"
Hope this will help you.
Thanks.