C# ClickOnce 从 AppData\Local\Apps\2.0 中消失的文件

huangapple go评论75阅读模式
英文:

C# ClickOnce disappeared files from AppData\Local\Apps\2.0

问题

最近,从客户的安装文件夹AppData\Local\Apps\2.0...中删除了文件。
只有一个文件夹保留下来,示例
> C:\Users\%user%\AppData\Local\Apps\2.0\3BWNG62B.Y4Y\LJMH1C5Z.ONJ\manifests
并且文件夹LJMH1C5Z.ONJ是干净的

我们的程序安装在几百台计算机上,目前已有20台出现了这样的问题。而且,有些计算机已经好几个月没有更新我们的程序,但文件夹在同一天也被清空了。
感觉像是Windows某种方式更新并开始清理文件夹。但我们还没有找到解决方案,也许有人知道吗?

我们尝试重新安装程序,但一切都重复混乱。

我们注意到每个人都安装了kb5029244的Windows更新。

英文:

Recently, files have been deleted from clients from the installation folder AppData\Local\Apps\2.0...
Only one folder remains, example
> C:\Users\%user%\AppData\Local\Apps\2.0\3BWNG62B.Y4Y\LJMH1C5Z.ONJ\manifests
and folder LJMH1C5Z.ONJ is clean

Our program is installed on several hundred computers and at the moment 20 have already had such a problem. Moreover, some did not update our program for several months, but the folder was also cleared in same days.
It feels like windows somehow updated and began to clean the folder. But we can't find a solution yet, maybe someone knows?

We tried reinstalling the program, but everything repeats chaotically

We noticed that everyone has the kb5029244 Windows update installed

答案1

得分: 1

问题出在Windows更新kb5029244中

现在ClickOnce应用程序必须仅使用真实证书(代码签名)进行签名

英文:

The problem was in the Windows update kb5029244

Now ClickOnce applications must be signed only with a real certificate (Code Signing)

huangapple
  • 本文由 发表于 2023年8月10日 16:04:24
  • 转载请务必保留本文链接:https://go.coder-hub.com/76873750.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定