DependentPlatformMissingException Class
Indicates that the platform dependency was not found during activation of the ClickOnce deployment, and that the deployment will not run.
Assembly: System.Deployment (in System.Deployment.dll)
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 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.