I have to add my solution to TFS, in Visual Studio 2013, when I click on Check-In button in Team Explorer window, I get this error message:
C:\Projects\2013\MyCompany.MySolution\MyProject\adminpages\images\someimage.gif: The process cannot access the file because it is being used by another process
Obviously I checked if this file is being used by another process, using Process Explorer and LockHunter, but nothing was found. Im curious why these files, they are not used anywhere.
Any idea what it could be? because of this stupid error I can't check-in the solution to TFS.
Thanks.