Before the problem, when I do the installation of the Windows service

I try to install windows service.but, when I built the setup, the output is this.

------ Build started: Project: TwitterService, Configuration: Debug Any CPU ------
TwitterService -> C: \ Users \ Globus-n2 \ Desktop \ LatestTweetMati \ TwitterService \ bin \ Debug \ TwitterService.exe
------ Starting pre-build validation for project 'Setup' ------ 
------ Pre-build validation for project 'Setup' completed ------
------ Build started: Project: Setup, Configuration: Debug ------
Building file 'C: \ Users \ Globus-n2 \ Desktop \ LatestTweetMati \ Setup \ Debug \ Setup.msi' ...
Packaging file 'TwitterService.exe.config' ...
Packaging file 'GlobusLib.dll' ...
Packaging file 'TwitterService.exe' ...
Packaging file 'GlobusTwitterLib.dll' ...
========== Build: 1 succeeded or up-to-date, 1 failed, 0 skipped ==========

setup failed. I am not getting any error. I tried to create a new copy, but still the problem remains. I tried to add these DLLs again, but the problem is not resolved. Say someone please help me solve this problem. really really grateful if anyone tries to solve this problem.

+3
source share
1 answer

(I assume that you are using Visual Studio to create this project)

. Visual Studio Tools -> Options -> Projects and Solutions -> Build and Run , " MSBuild". Detailed Diagnostic , , , , .

0

Source: https://habr.com/ru/post/1739650/


All Articles