Friday, July 8, 2011

Manifest Generation and Editing Tool

Manifest Generation and Editing Tool (Mage.exe), can be used to clear application cache

You may find it at following location in your machine:

C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin



To clear application cache, type the following command at DOS prompt:

Mage.exe -CC

No comments:

Post a Comment

Open default email app in .NET MAUI

Sample Code:  if (Email.Default.IsComposeSupported) {     string subject = "Hello!";     string body = "Excellent!";    ...