Windows服务安装程序安装程序

时间:2018-10-19 13:24:02

标签: c# windows-services setup-project

我正在尝试为Windows服务安装安装程序,但出现此错误

ERROR: An error occurred while validating.  
HRESULT = '80070057' ERROR: An error occurred while validating.  HRESULT = '80070057'
  ------ Pre-build validation for project 'Setup2' completed ------
  ------ Pre-build validation for project 'Setup2' completed ------ 
2>------ Build started: Project: Setup2, Configuration: Debug ------ 
2>------ Build started: Project: Setup2, Configuration: Debug ------
========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

我关注了这篇文章,但仍然遇到相同的错误。 How to create an installer for a .net Windows Service using Visual Studio

有帮助吗?

谢谢, 克里斯蒂安。

1 个答案:

答案 0 :(得分:0)