1

我正在尝试安装使用 ClickOnce 部署的应用程序,但出现以下错误

PLATFORM VERSION INFO
Windows             : 6.1.7601.65536 (Win32NT)
Common Language Runtime     : 4.0.30319.18034
System.Deployment.dll       : 4.0.30319.17929 built by: FX45RTMREL
clr.dll             : 4.0.30319.18034 built by: FX45RTMGDR
dfdll.dll           : 4.0.30319.17929 built by: FX45RTMREL
dfshim.dll          : 4.0.41209.0 (Main.041209-0000)

SOURCES
Deployment url          : http://localhost:82/My.application

ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of http://localhost:82/My.application resulted in exception. Following failure messages were detected:
    + Configuration system failed to initialize
    + Unrecognized configuration section startup. (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\dfsvc.exe.Config line 2)

当我在本地安装它时它工作正常,但在服务器上我得到了那个错误。

提前致谢

4

1 回答 1

0

searching for a similar error brought me here - I fixed it by using the .net repair tool

于 2015-07-29T16:15:57.077 回答