发布模式下的 ClickOnce 不会发布
只是使用 ClickOnce 进行一些测试/原型设计。 有谁知道为什么我可以在设置为“调试”模式时使用 CLickOnce 发布,但在设置为“发布”模式时却不能?
我什至没有收到后者的错误消息。 输出文件夹保持为空,因为什么也没有发生。 一旦我切换到调试模式并进行发布,一切都很好。
任何想法? 谢谢
Just doing some testing/prototyping with ClickOnce. Does anyone know why I can publish with CLickOnce when its set to 'debug' mode but not when its set to 'release' mode?
I dont even get an error message for the latter. The output folder remains empty as nothing has happened. Once I switch to Debug mode and do the publishing everything is fine.
Any idea?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
抱歉,不,但您应该尝试创建一个新配置来复制发布配置中的设置,并尝试发布该配置。 或者甚至从头开始创建一个新配置,设置与发布配置相同的标志。
如果其中任何一个有效,您甚至可以删除发布版本并将新版本重命名为发布版本。
Sorry no, but you should try to both create a new config that copies the settings from the Release config and try to publish that one. Or even create a new config from scratch that sets the same flags as the release config.
If any of those work you might even remove the Release one and rename the new one to Release.
\bin\release 文件夹中有什么东西吗? 它应该具有部署中包含的二进制文件和所有内容,包括 app.publish 文件夹。
Is there anything in the \bin\release folder? It should have the binaries and everything included in the deployment, including the app.publish folder.