clickonce 下载文件失败
Clickonce fails to download file
当我 运行 myApp.application 安装失败。从日志错误文件中我得到这个:
+ download error file:///C:/Users/userj/Documents/Visual Studio 2013/Projects/foo/foo/bin/x86/Release/ico.ico.deploy.
+ that the file or folder can't be found. 'C:\Users\userj\Documents\Visual Studio 2013\Projects\foo\foo\bin\x86\Release\ico.ico.deploy'.
+ that the file or folder can't be found. 'C:\Users\userj\Documents\Visual Studio 2013\Projects\foo\foo\bin\x86\Release\ico.ico.deploy'.
+ that the file or folder can't be found. 'C:\Users\userj\Documents\Visual Studio 2013\Projects\foo\foo\bin\x86\Release\ico.ico.deploy'.
ico.ico
文件在服务器和 Application Files
文件夹内的本地文件夹中。那么为什么我会收到此错误?我错过了什么?
编辑:
为什么 clickonce 期望在根目录而不是 Application Files
文件夹中找到 .deploy 文件?
当您发布应用程序时,您应该 install/run 使用 发布文件夹 中的 YourApp.application
应用程序。
如果您 运行 位于 debug/release 文件夹 中的 YourApp.application
,您将收到此类错误,如果您单击Detail
错误对话框的按钮,您将看到包含一些错误的日志文件,包括您在问题中 post 的错误。
当我 运行 myApp.application 安装失败。从日志错误文件中我得到这个:
+ download error file:///C:/Users/userj/Documents/Visual Studio 2013/Projects/foo/foo/bin/x86/Release/ico.ico.deploy.
+ that the file or folder can't be found. 'C:\Users\userj\Documents\Visual Studio 2013\Projects\foo\foo\bin\x86\Release\ico.ico.deploy'.
+ that the file or folder can't be found. 'C:\Users\userj\Documents\Visual Studio 2013\Projects\foo\foo\bin\x86\Release\ico.ico.deploy'.
+ that the file or folder can't be found. 'C:\Users\userj\Documents\Visual Studio 2013\Projects\foo\foo\bin\x86\Release\ico.ico.deploy'.
ico.ico
文件在服务器和 Application Files
文件夹内的本地文件夹中。那么为什么我会收到此错误?我错过了什么?
编辑:
为什么 clickonce 期望在根目录而不是 Application Files
文件夹中找到 .deploy 文件?
当您发布应用程序时,您应该 install/run 使用 发布文件夹 中的 YourApp.application
应用程序。
如果您 运行 位于 debug/release 文件夹 中的 YourApp.application
,您将收到此类错误,如果您单击Detail
错误对话框的按钮,您将看到包含一些错误的日志文件,包括您在问题中 post 的错误。