Troubleshooting Exceptions: System.DeploymentFramework.DependentPlatformMissingException

 

A T:System.DeploymentFramework.DependentPlatformMissingException exception is thrown when an application depends on something not installed on this client. Possible causes include the wrong operating system or version of the .NET Framework on the machine to which the application is being deployed.

Associated Tips

  • Check that all assemblies required by the application are installed on the target computer.
    Every installation that attempts to use the Windows Installer begins by checking whether the installer is present on the user's computer, and, if it is not present, whether the computer is ready to install Windows Installer.

See Also

How to: Use the Exception Assistant