Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio: The dbType NvarChar is invalid for this constructor (Team Foundation Server.)

I have a web project ( css , html , angularJS and more JS libS) project hosted in Microsoft TFS and it been working fine so far but today when We tried to get latest on the project We keep getting the folowing error "The dbType NvarChar is invalid for this constructor". If We try to get latest on single item which doesn't have pending changes, It works perfectly but as soon as We try getting latest on multiple items which at least one of them has pending changes the error occurs.

I tried disconnect/reconnect TFS , Clear VS Cache (local and Roaming) but all those operations did not help.

enter image description here

like image 505
Jude Babs Babandakana Avatar asked Mar 01 '16 14:03

Jude Babs Babandakana


1 Answers

I think it's an issue with VSO.

For now, I've found a workaround:

  • go to Source Control Explorer
  • do a Get Latest Version from there

It should work without a problem.

like image 109
Marius Bughiu Avatar answered Sep 27 '22 19:09

Marius Bughiu