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.

No comments:

Post a Comment

Git Commands

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