I have a Silverlight PivotViewer application that is working perfectly in Visual Studio. My problems occur when I try to deploy the application. The application starts as usual with a "Loading" animation and the path to the CXML file in the upper left. The problem is when the Loading animation is finished, it simply disappears and nothing else appears on the screen. Only the path to the CXML file remains in the upper left.
I have done the following:
- Ensure that all files are in the same location on the server to in order to avoid any cross-domain issues
- Added a clientaccesspolicy.xml to the root
- Ensure 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 get this working?