Showing posts with label Windows Service Error. Show all posts
Showing posts with label Windows Service Error. Show all posts

Friday, June 22, 2018

Error [1001] While Installing Windows Service

If you encountered an error 1001 while installing a Windows Service then the solution for that is.
1) just check if you have UnInstalled the Windows Service.
2)  if after UnInstalling also the error remains then.
3) One more option is that Open Task Manager and under the Service Section tab look for Your Service Name then select the service go to properties => go to details option.
4) kill the process tree and try to install the service again

Thursday, December 22, 2016

Error 1 -1014: Cannot rename directory E:\Test\abc\Setup1\Express\SingleImage to E:\Test\abc\Setup1\Express\SingleImage.Bak.


When you have created the windows service and trying to create the setup file using the install shield feature available in the visual studio. And while building the solution if you face the below error 
  
 Error1 -1014: Cannot rename directory E:\Test\abc\Setup1\Express\SingleImage to E:\Test\abc\Setup1\Express\SingleImage.Bak. 

Solution 

 Close the folder if it is open where the setup file is created and then try to build the solution again that will work.

Git Commands

Git Version   To check the git version Git -v       Git Clone To clone the repository, use the following command: Git clone [u...