문제

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