C# Windows Service - Packaging Binaries -


i have created c# service uses tfs dlls connecting , querying server instance. have been able run service code in debug on visual studio, complies , runs without issue on development machine.

once install build output service.exe , associated files, , deploy in on host server using installutil success message installutil, service fails start, set run automatic.

when try manual start, error message "1053 service did not respond start or control request in timely fashion"

my assumption dll files not placed despite being copied on service.exe

is there specific way deploy these files part of installutil? cannot find specific documentation or guidance on providing necessary support files.

thanks.

you install tfs sdk on target.

or, add appropriate tfs nuget package project.

also, may consider using newer tfs rest api?


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -