3

尝试安装 ClickOnce 应用程序时出现以下异常:

Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of C:\Users\user\Downloads\appname.application resulted in exception. Following failure messages were detected:
    + Downloading file://192.168.2.9/appdir/appname.application did not succeed.
    + The network name cannot be found.

    + The network name cannot be found.

    + The network name cannot be found.

我一直无法弄清楚。我试过在网上四处寻找,似乎没有任何关于这个问题的资源。有谁知道如何解决这个问题?

4

3 回答 3

4

原来这是发布设置中的安装 URL 的问题。我没有使用网络路径,而是使用共享路径。实际位置是在 IIS 中设置的,因此当然无法在共享中找到该文件。

从以下位置更改“安装文件夹 URL”字段:

\\\server-name\path

http://server-name/path

解决了这个问题。愚蠢的错误。

于 2013-02-04T02:29:05.567 回答
0

我以这种方式解决了这个问题。检查 IIS 和文件夹中的权限

Give the IIS Full control Permision to Everyone
Share the physical path folder to Everyone
于 2014-08-05T11:00:39.933 回答
0

大多数此类错误消息是由于无法通过网络找到的错误连接字符串造成的。重新检查连接字符串中的数据源值或服务器值和数据库名称将解决问题

于 2017-01-04T13:59:57.827 回答