本文介绍了错误:发布单击一次应用程序Wpf时无法连接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

发布WPF应用程序时出错。我在桌面
上发布,安装文件夹和发布文件夹的位置相同。 \
错误说---

I got an error while publishing my WPF application. I am publishing on the desktopand the location of the installation folder and the publish folder is the same. \Error says---


推荐答案

我必须将路径从本地主机更改为c :/
然后成功构建。

I have to change the path from local host to c:/ then it successfully build.

这篇关于错误:发布单击一次应用程序Wpf时无法连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-27 23:31