0

Is there a way to clear the cache from Xbap application instead of running mage or rundll32 from command prompt??

braX
  • 11,506
  • 5
  • 20
  • 33
Mahesh
  • 1,651
  • 5
  • 26
  • 47

2 Answers2

2

Programmaticaly you can use this:

new System.Deployment.Application.DeploymentServiceCom().CleanOnlineAppCache();

original

Don't forget about your app rights.

Pavel
  • 652
  • 7
  • 10
1

As far as I know the only available tool is 'mage -cc'.

http://www.vistax64.com/avalon/11917-xbap-applciation-issues.html

Vivek
  • 1,823
  • 1
  • 19
  • 39