I have a Silverlight PivotViewer application that works fine in Visual Studio. My problems arise when I try to deploy the application. The application starts, as usual, with the "Download" animation and by navigating to the CXML file in the upper left corner. The problem is when the Download animation is complete, it just disappears and nothing else appears on the screen. Only the path to the CXML file remains in the upper left corner.
I have done the following:
- Make sure that all files are in the same place on the server to avoid problems between domains.
- Added clientaccesspolicy.xml to the root directory
- Verify that the path to the CXML file exists on the server
- Add the following MIME types:
- .cxml - text / xml
- .dzc - text / xml
- .dzi - text / xml
Nothing seems to help. Does anyone know how to make this work?
user330375
source share