InvalidDeploymentException Class
Assembly: System.Deployment (in system.deployment.dll)
'Declaration <SerializableAttribute> _ Public Class InvalidDeploymentException Inherits DeploymentException 'Usage Dim instance As InvalidDeploymentException
/** @attribute SerializableAttribute() */ public class InvalidDeploymentException extends DeploymentException
SerializableAttribute public class InvalidDeploymentException extends DeploymentException
Not applicable.
InvalidDeploymentException indicates the existence of a corrupt deployment or application manifest in a ClickOnce application. The error might occur because the manifests are poorly formed, have unrecognized elements for their schemas, or have mismatched digital signatures.
You are more likely to have corruption if you manually edit the deployment or application manifest files with a text editor. You can usually correct this problem by regenerating your ClickOnce deployment, which will create new deployment and application manifests. For more detailed debugging steps, see the following links.
System.Exception
System.SystemException
System.Deployment.Application.DeploymentException
System.Deployment.Application.InvalidDeploymentException
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.