Solucionando problemas de exceções: System.Deployment.Application.InvalidDeploymentException

Um InvalidDeploymentException exceção é lançada quando o aplicativo ou seus manifestos de aplicativo e implantação não são válidos.

Associated Tips

  • Verifique se que os manifestos deste aplicativo são válidos.
    An application manifest is an XML file that describes and identifies the shared and private side-by-side assemblies that an application should bind to at run time. These should be the same assembly versions that were used to test the application. Application manifests may also describe metadata for files that are private to the application.

  • Use o recurso de ClickOnce para implantar o aplicativo.
    Use ClickOnce to publish Windows applications to a Web server or network file share for simplified installation. For more information, see ClickOnce Segurança e implantação.

Consulte também

Tarefas

Como: Use o Assistente de exceção

Referência

InvalidDeploymentException

Conceitos

Solucionando problemas de implantações de ClickOnce

Outros recursos

Implantação ClickOnce para Formulários do Windows