ClickOnce 出现问题

发布于 2024-12-24 17:55:40 字数 327 浏览 0 评论 0原文

当我发布 ftp 服务器程序时(例如 ftp://site.com/www/myprog/)并表示用户将从地址http://site.com/myprog/下载)。起初一切都很顺利:“myprog”文件夹中包含我的程序和 setup.exe 的文件。但是,当用户启动 setup.exe 时,会出现错误,因为它尝试从 site.com 而不是从 site.com/myprog 加载 myprog.application。

When I publish a program for ftp server (for example ftp://site.com/www/myprog/) and indicates that the user will download from the address http://site.com/myprog/). At first all goes well: in the folder "myprog" lies files of my program and setup.exe. But when the user launch setup.exe there is a error, because it tries to load myprog.application from site.com NOT from site.com/myprog.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦回梦里 2024-12-31 17:55:40

问题是您实际上必须在 ClickOnce 清单中指定文件所在的位置。 ClickOnce 并不假定部署位置是应从中提取应用程序的位置。尝试验证项目属性屏幕的“发布”选项卡中的位置。一切都是洁净的吗?

The problem is that you actually have to specify in the ClickOnce manifest where the file is located. ClickOnce doesn't assume that the deploy location is where the app should be pulled from. Try verifying the locations in the "Publish" tab of the project's properties screen. Is everything kosher?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文