DependentPlatformMissingException Class
.NET Framework 3.0
Indicates that the platform dependency was not found during activation of the ClickOnce deployment, and that the deployment will not run.
Namespace: System.Deployment.Application
Assembly: System.Deployment (in system.deployment.dll)
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
Not applicable.
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.Object
System.Exception
System.SystemException
System.Deployment.Application.DeploymentException
System.Deployment.Application.DependentPlatformMissingException
System.Exception
System.SystemException
System.Deployment.Application.DeploymentException
System.Deployment.Application.DependentPlatformMissingException
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.Community Additions
ADD
Show: