Solucionando problemas de exceções: System.Deployment.DependentPlatformMissingException

A T:System.Deployment.DependentPlatformMissingException exceção é lançada quando é feita uma tentativa de executar um aplicativo em um computador que é incompatível. This may occur when the wrong operating system or version of the .NET Framework is installed on the target computer.

Associated Tips

  • Make sure 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.

Consulte também

Tarefas

Como: Use o Assistente de exceção