DependentPlatformMissingException Class
Assembly: System.Deployment (in system.deployment.dll)
'Declaration <SerializableAttribute> _ Public Class DependentPlatformMissingException Inherits DeploymentException 'Usage Dim instance As DependentPlatformMissingException
/** @attribute SerializableAttribute() */ public class DependentPlatformMissingException extends DeploymentException
SerializableAttribute public class DependentPlatformMissingException extends DeploymentException
This exception is thrown when there is a mismatch between the platform requested in the deployment manifest and the platform on which ClickOnce is attempting to run the application. "Platform", in this context, can refer to the operating system, the installed versions of the common language runtime, or a previously installed assembly. For example, if the ClickOnce application asserts that it requires Windows XP, and the user is attempting to run the application on Windows 2000, this exception will occur.
System.Exception
System.SystemException
System.Deployment.Application.DeploymentException
System.Deployment.Application.DependentPlatformMissingException
Windows 98, Windows 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 .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.