I use the excel plug-in to publish them, then i copy the cxml and the folder to my .web project and when i run the pivot works and has the categories but doesnt show images.
xaml code:
<StackPanel>
<pivot:PivotViewer x:Name="PivotViewer" Height="310"></pivot:PivotViewer>
</StackPanel>
home code:
PivotViewer.LoadCollection("http://localhost:2287/Test2.cxml",null);
Thanks in advance.