ClickOnce 出现问题
当我发布 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题是您实际上必须在 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?