Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
my services are not working properly in .exe form but are working fine in debuging mode
Posted
Comments
[no name] 27-Jan-12 6:40am    
Give us a little more information on your problem.
Did you install the service and try or..?
Anuja Pawar Indore 27-Jan-12 7:22am    
Not enough information......
ZurdoDev 27-Jan-12 11:05am    
So, what's the problem?

1 solution

It would be easier to provide an answer that might work if you could rephrase the question a bit more clearly :)

You can also try this:
Build the project in release configuration, and copy all the files (DLL's, EXE's) from the bin\release folder to a separate folder on your disk. navigate to this folder using the visual studio command line and use 'installutil /i ServiceName.exe' to install the service (put the name of your exe file in place of ServiceName.exe).
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900