Reputation: 343
My organization is using Team Foundation Server 2013. I'm using VS 2015 (Update 2).
There were no problems at all previously (past years), suddenly whenever i tried to get the same old projects from the Source Control Explorer, I'm getting the following error message window in VS 2015.
"Server was unable to process request. --> Object reference not set to an instance of an object."
I have already tried removing the workspace, server connection and recreating new connection to TFS server. It doesnt help. What should i do?
Upvotes: 0
Views: 1333
Reputation: 51183
The "Object reference" error is the hardest to troubleshoot if you don't know exactly where the error is occurring.
Please use /Log (devenv.exe) and check vs log file: C:\Users\username\AppData\Roaming\Microsoft\VisualStudio\14.0\ActivityLog.xml
whether contained some message.
You can also give a try with delete VS and TFS cache for these problems.
Upvotes: 1