Project Administrator cannot access Azure DevOps Project Settings via Visual Studio

Tom F 0 Reputation points
2025-06-04T13:25:48.4966667+00:00

Using Azure DevOps and Visual Studio. Recently, when checking in pending changes, started receiving a message that Obsolete policies needed updating:

User's image

Followed the "More info" link to https://learn.microsoft.com/en-us/azure/devops/release-notes/2025/sprint-254-update#tfvc-check-in-policies-changes and attempted to follow the instructions within Visual Studio. I am an administrator for the Team Project, but when clicking on Source Control within the Settings:
User's image

I get the following error:
User's image

I had another administrator try, and they experience the same problem. It seems like something is messed up with the permissions for this one project.

Azure DevOps
{count} votes

1 answer

Sort by: Most helpful
  1. Sirra Sneha 550 Reputation points Microsoft External Staff Moderator
    2025-06-04T16:19:21.7566667+00:00

    Hi @Tom F ,

    Azure DevOps Sprint 254 removed check-in policy management from Visual Studio. Now, policies can only be set through the Azure DevOps web portal.

    Avoid accessing TFVC policy settings via Visual Studio, as it no longer supports editing these settings, The error message is expected behavior due to the deprecated feature.

    Use Azure DevOps Web Portal for Policy Configuration,

    • Go to Azure DevOps web portal -> Project Settings -> Repositories -> [Your TFVC Repo] -> Policies.
    • Update or manage the check-in policies directly from there.

    Verify Repository-Level Permissions,

    Go to Project Settings -> Repositories -> [Your Repo] -> Security, and make sure your user or group has Allow for these permissions:

    Edit policies , Administer , Edit project-level information

    Hope this helps.

    Please click Accept Answer and kindly upvote it so that other people who face similar issues may get benefitted from it.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.