we had one silverlight application, is using isolated storage for cache.
Observed that ,Application is not loading for some users, who are setting up new machines either win7/win8. (i.e it keeps on loading forever ..)
During these time, I could see that there is no entry of website URL in silverlight storage application tab. if tried opening the IE with Run As admin, application works well, website URL is coming in appStorage tab of silverlight also.
Tried below options to resolve the loading issue.. but no luckL
- checked permissions of the local silverlight folder .. C:\Users\<<Username>>\AppDAta\LocalLow\Microsoft\Silverlight\is
- Re-install silverlight
- IE compatibility mode also checked
Can anyone give suggestions on how to load the application ‘with out Run as admin’ in these cases, as many users of application does not have admin rights on their machine.?
does anyone encountered similar situation.
Thanks for your help in advance…
Rama