ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of C:\Users\carlos\Documents\visual studio 2012\Projects\ConsoleApplication1\ConsoleApplication1\publish\ConsoleApplication1.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)
dfsvc.exe.Config是:
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="false">
<supportedRuntime version="v4.0" sku="client" />
</startup>
</configuration>
我应该在我的电脑上安装什么东西?再次感谢。
答案 0 :(得分:0)
我找到了一个解决方案, 我不确切知道哪个是修复,我做了三个步骤:
1 - 我修复了.net fx intallation
2 - Ran mage -cc清除clickonce商店
3 - 重新启动
感谢