Skip to main content
Home Forums General Silverlight Getting Started deep zoom is not displayed
13 replies. Latest Post by George1231 on June 29, 2009.
(0)
George1231
Member
11 points
131 Posts
06-27-2009 1:10 PM |
Hello everyone,
I am using VSTS 2008 + C# + .Net 3.5 + Windows Vista Enterprise x86. I have used Silverlight Deep Zoom composer tool to export my composed images into Siverlight type. Everything is previewed fine after export successful message (I select browse from browser).
But when I click the Test.html in the exported project to show Deep Zoom effects from browser, nothing is displayed. Here is my screen snapshot. Any ideas what is wrong?
http://i41.tinypic.com/2dac561.jpg
thanks in advance,George
msalsbery
Contributor
2056 points
379 Posts
06-27-2009 4:26 PM |
You're opening the html page in the yourprojectfolder/Exported Data/yourprojectname/DeepZoomProjectWeb/ClientBin folder, correct?
That works for me...
Mark
06-28-2009 1:05 AM |
Mark, to my surprise, there is no clientbin folder in my exported project.
I have made two screen snapshots for,
1. my project folder generated by Deep Zoom Composer under Exported Data folder;2. the content of GeneratedImages folder under my project folder.
Please refers them to,
http://i42.tinypic.com/346ncec.jpg
http://i42.tinypic.com/15zqkn9.jpg
Any ideas what is wrong?
jay nana...
3388 points
624 Posts
06-28-2009 2:15 PM |
Hey, try to regenrate the project from beginning. I do have folder structure as said by msalbery.
see it here:
http://i41.tinypic.com/35dc8jo.jpg
http://i40.tinypic.com/2lc4m5d.jpg
06-29-2009 2:33 AM |
Thanks Jay, I have tried again but the same issue. Maybe my export setting is not correct? :-)
Here is the screen snapshot about what settings I am using to export, any ideas what is wrong and anaylze further?
http://i42.tinypic.com/10sddfd.jpg
regards,George
06-29-2009 2:49 AM |
Hi Mark, in my most recent post, I tried to generate again the Siverlight project by using export function of Deep Zoom composer, but the same issue. I have posted my screen snapshot below, I am not sure whether my export settings are correct? Any ideas what is wrong?
06-29-2009 4:28 AM |
Hi I wonder. Your export screen is very different than mine. see here:
http://i39.tinypic.com/r2n7t2.png
can you tell me the version of Deep zoom Composer you are using?
06-29-2009 4:30 AM |
I think I got it. My version is older that yours.. I am installing new one and posting result here.
06-29-2009 4:56 AM |
Test.html can only be started from the Web server or IIS. You can not run it from folder.
06-29-2009 5:13 AM |
Thanks Jay, your solution works. Final question, why deep zoom is not displayed when run locally (i.e. double click Test.html)?
06-29-2009 5:20 AM |
I think the parameter
<param name="initParams" value="adFile=GeneratedImages" />
is unable to pass the folder information to the Silverlight object when started from local folder.
Since there is no Silverlight project of Deepzoom which we got in previous version of Deep Zoom, we don't have much access to modify this behavior.
06-29-2009 5:28 AM |
Thanks Jay,
1. "is unable to pass the folder information to the Silverlight object when started from local folder." -- you mean we must pass absolute path value? Relative path GeneratedImages not working?
2. "Since there is no Silverlight project of Deepzoom which we got in previous version of Deep Zoom, we don't have much access to modify this behavior." -- sorry for my bad English, which behavior do you mean we can not modify?
3. "previous version of Deep Zoom" -- you mean previous version of Deep Zoom Composor?
06-29-2009 5:35 AM |
2. In previous version of deepzoom composer, the export folder also have complete C# Silverlight project. So in source code, you can actually see what is happening and can also change that. This project is now not exported with current version of DeepZoom Composer.
06-29-2009 5:43 AM |
Thanks Jay, you mentioned, "is unable to pass the folder information to the Silverlight object when started from local folder." -- you mean we must pass absolute path value? Relative path GeneratedImages not working?