views:

27

answers:

1

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:

  1. Ensure that all files are in the same location on the server to in order to avoid any cross-domain issues
  2. Added a clientaccesspolicy.xml to the root
  3. Ensure that the path to the CXML file exists on the server
  4. 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?

A: 

It sounds weired, I suggest you to do the following:
- Try to access the CXML Link using your web browser ( to check the link is broken or not)

- Did you try to open your pivot CXML with Pivot Desktop Viewer?

Maybe the CXML is not a Valid xml file, you can check it if it's valid or not by saving the cxml file.. rename it to .xml drag drop it over a firefox window.. if you get Yellow Screen that means the xml file is not well formed and u'll get the error details.

Hope that helps you to solve your issue.

Regards,
Monir Abu Hilal
twitter: @MonirAbuHilal

Monir Abu Hilal