Posts filed under ‘TFS’
Access to the path FileListAbsolute.txt is Denied (Error for TFS Project)
Recently during our development we come to know very strange problem and stuck to find solution for it. We use TFS for source control system for our various projects that adds capability to work parallel. After getting this error we thought it could be problem of user right’s but all people where getting same error during the build.
After going through project checked in files in server we come to know that during check in some one has checked in obj folder and that was causing this issue around the development area. Afterdeleting this from source control and commit these changes, error of access denied was gone.
We also found same solution in after searching on internet.