I am trying to have setup installer for my windows service, but i am getting this error
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 ==========
I followed this post, but still getting same error. How to create an installer for a .net Windows Service using Visual Studio
Any help?
Thanks, Kristijan.