zoukankan      html  css  js  c++  java
  • VS 2010 One Click Deployment Issue “Application Validation did not succeed. Unable to continue”

    1. http://stackoverflow.com/questions/21697109/vs-2010-one-click-deployment-issue-application-validation-did-not-succeed-unab
    2. Several ways to fix this:

      • With the File + Open + File view of the executable still open, right-click the manifest ID #1 and select Delete. That removes it entirely, System.Deployment will now find the file instead
      • Project + Properties, Application tab, change the Manifest option to "Create application without a manifest". This should be your preferred solution
      • If you require a custom manifest and used the Application Manifest File then you must remove it again and instead edit the yourapp.exe.manifest file that the Publish wizard generated. This is quite painful and best avoided since you need to repeatedly do this
      • Update your VS version, this problem has been fixed and it is now smart enough to rebuild your project, now without the default manifest, when you publish. I think starting at VS2012, definitely for VS2013.
  • 相关阅读:
    matlab中的匹配函数
    查看matlab中的小波基
    图像处理中的彩色图像处理
    OSEK Event mechanism
    OSEK OS Resource management
    ISO17356标准简介[转]
    OSEK OS标准简介(转)
    IQmath的使用方法
    HIVERT高压变频主电路构造原理
    MPPT算法
  • 原文地址:https://www.cnblogs.com/dmdj/p/3779871.html
Copyright © 2011-2022 走看看