英文:
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)
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论