Hello. I have created a little Deep Zoom Silverlight application that I want to run on a local computer (will not have Internet service). This application uses hit testing to display data from the metadata.xml file in textboxes based on which image the mouse is hovering over.
I have completed Kirupa’s tutorial about using Deep Zoom tags to filter images and have used the Webclient class he uses in the tutorial. The only problem is that my application will not play locally since the Webclient class seems to require a server to function properly. Short of installing VS2008 on the computer this application will run on, I am not sure how to proceed. I am a relative noob when it comes to programming, so any advise would be greatly appreciated.
Thanks!