tfs error when trying to checkin in Visual Studio 2015 -


i getting error when trying checkin visual studio 2015:

error:

the process cannot access file 'c:\projects\dbproject\dbproject.jfm' because being used process.

i have tried reboot, , delete file have same issue. can use other tools checkin changes? or maybe knows how fix issue?

  1. please check , kill processes using file.
  2. exclude file , related files, exclude checkin files, set ignore in .gitignore or .tfignore file.
  3. if still not work, can try using winpe or other tools delete file (backup first in case encounter other issues)

Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -