Le déploiement et l'Application n'ont pas de Zones de sécurité correspondantes

J'essaie d'installer un logiciel à partir d'un manifeste d'application. J'obtiens une erreur des éléments suivants :

L'application ne peut pas être démarrée. Contactez le fournisseur de l'application.

Après avoir contacté le fournisseur, la réponse est qu'il y a un fichier corrompu sur ma machine (Windows 10).

J'ai également regardé des informations détaillées dans le message d'erreur.

Résumé:

Below is a summary of the errors, details of these errors are listed later in the log.
    * Activation of C:Users.... resulted in exception. Following failure messages were detected:
        + Deployment and application do not have matching security zones.

Détail:

Following errors were detected during this operation.
    * [2/25/2017 12:12:07 AM] System.Deployment.Application.InvalidDeploymentException (Zone)
        - Deployment and application do not have matching security zones.
        - Source: System.Deployment
        - Stack trace:
            at System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, IDownloadNotification notification, DownloadOptions options, Uri& appSourceUri, String& appManifestPath)
            at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
            at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
            at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
            at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)

Quand en recherchant le problème, de nombreux développeurs d'applications sur stackoverflow (et d'autres sites) travaillent à résoudre les fichiers corrompus. Mais aucun d'entre eux n'était du point de vue de l'utilisateur final.

Ma question est: Comment puis-je déterminer quel fichier est corrompu? Et comment réparer ce fichier?

demandé sur