【问题标题】:ClickOnce install error: "changed since initially published."ClickOnce 安装错误:“自最初发布以来已更改。”
【发布时间】:2014-10-17 14:45:55
【问题描述】:

我无法安装 ClickOnce、C#、Visual Studio 应用程序。我收到以下错误(重新输入):

Setup has detected that the file
C:\...\Reportviewer.exe
has changed since it was initially published.
Click OK to retry the download or Cancel to exit Setup.

我删除了以前存在的Reportviewer,但错误仍然存​​在。我正在通过 VPN 进行此安装(如果重要的话)。这实际上意味着什么,我能做些什么?

【问题讨论】:

    标签: visual-studio clickonce


    【解决方案1】:

    最后,我从已发布的版本中删除了 ReportViewer 的先决条件(以及所有其他先决条件)。我们从这里安装 ReportViewer:

    http://www.microsoft.com/en-us/download/details.aspx?id=4016

    【讨论】:

      【解决方案2】:

      您说您已删除以前存在的 Reportviewer,但很可能您有一些临时文件在设置过程中仍被引用。

      尝试手动清除 C:\Users[Username]\AppData\Local[AppFolderName] 或 C:\Users[Username]\AppData\Roaming[AppFolderName] 下的所有文件。如果这不起作用,请尝试使用 cleanmgr.exe 实用程序进行清理,然后尝试重新安装。

      【讨论】:

      猜你喜欢
      • 2020-03-12
      • 2013-08-30
      • 1970-01-01
      • 2012-10-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-11-01
      相关资源
      最近更新 更多