Anuraj
Anuraj

Reputation: 19598

TFS Rollback - TF246021: An error occurred while processing your request

I am getting exception while reverting my check in.

TF246021: An error occurred while processing your request. Technical information (for administrator): SQL Server Error: 500200

The same changeset reverted by my friend without any problem :(

I am running the visual studio command prompt in Administrator mode.

Upvotes: 7

Views: 7606

Answers (1)

Omid Shariati
Omid Shariati

Reputation: 1916

I had same problem and check my source control and see that a folder in source control marked as deleted and exists in my project.

solution: try to undelete the file/folder from source control

as Anuraj said you can deleted the workspace and created new one

hope it helps

Upvotes: 5

Related Questions