I'm trying to create simple PivotViewer application which binds my image collection in PivotViewer. I have created image collection.xml
file in clientbin
folder. To bind this collection i wrote following code to mainpage.xaml.cs
pviewer.LoadCollection("http://localhost:32768/pivotcontrol.Web/ClientBin/collection.xml", null);
Whenever I attempt to debug the application, however, it loads but simply displays the URL for the collection, never actually building the PivotViewer.