Reputation: 30056
So far everything worked just fine. In the editor's preview window the image was displayed properly. However during debugging there was no image. This has nothing to do with my other question regarding "frozen" builds in silverlight.
Silverlight--No changes possible
I'm using Firefox 4 Beta 7 now and all changes to the project are applied. How can I make the display appear during debugging ? Did I miss something important ?
Upvotes: 0
Views: 298
Reputation: 8290
First, use Firebug to check if your app can find (and download) the DeepZoom source. Then add a border around your DeepZoom control to check that it is correctly displayed (and if yes, where).
Upvotes: 1