سؤال

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

هل كانت مفيدة؟

المحلول

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

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

نصائح أخرى

Programmaticaly you can use this:

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

original

Don't forget about your app rights.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top