Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

tfs

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.

like image 685
Anuraj Avatar asked Oct 01 '12 09:10

Anuraj


1 Answers

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

like image 186
Omid Shariati Avatar answered Oct 21 '22 01:10

Omid Shariati