I have an application in visual studio 2017 and I have upload that application on TFS before few days. Now I have made some changes and I want to upload latest code on TFS so when I am going to checkin my code on TFS then every time it's giving me different error like "The process cannot access the file...v15\Server\sqlite3\storage.ide-shm' because it is being used by another process."
. Also some times it's giving error like
"server sqlite3 db lock because it is being used by another process"
.
I have check for it's solution and almost every solution suggest for delete vs folder and then checkin code on TFS. So when I delete vs folder and again start my project then again vs folder create automatically. And again I am getting same issue.
So how to upload/communicate with TFS without this types issue ?