I have created setup project for WPF application and need to setup automatic build. So I am trying to build application from command prompt. I could not able to build setup project using following command.
"Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\devenv" D:\Projects\Pos.sln /rebuild "Release|Any CPU"
.
` ------ Starting pre-build validation for project 'Pos.Setup' ------
ERROR: An error occurred while validating. HRESULT = '8000000A'
------ Pre-build validation for project 'Pos.Setup' completed ------
11>------ Rebuild All started: Project: Pos.Setup, Configuration: Release ------
========== Rebuild All: 10 succeeded, 1 failed, 0 skipped ==========`
I have gone through the every website I could not able to find the answer for Visual Studio 2017.
Any help?