I have a silverlight app that uses the default startup loading progress bar. It used to start from 0% and gradually move to 100%. Some days ago, I did a minor update to the xap file and since then, it loads by staying at 0% for a long time and then suddenly it loads, that is, it no longer shows the loading progress. I tested it on several computers and browsers and the same thing happens. I am concerned as some users may think the app has frozen. Any idea how to correct this?
EDIT: I find that if I place the xap file on another web server, the progress bar works.