Requirement: where I have situation need to configure the TFS in my Development machine but getting error when we map metadata.
cause of the issue earlier in same Development machine another developer configures TFS with Private permission. so, system not allowing us to configure TFS.
solution
1) Open Developer command prompt visualstudio2022
2)just enter tf workspaces. will get the list of users and workspaces
3) deleting workspace name
Follow the syntax
tf workspace /delete "WORKSPACENAME;PREVIOUSUSERACCOUNT”
copy and paste in the command prompt and hit enter, then select "Y".
tf workspace /delete "Test_venkates_1;venkatesh"
after entering it will ask for confirmation enter yes .it will be deleted