I have a web project project (css, html, angularJS and more JS libS) hosted in Microsoft TFS, and it has been working fine so far, but today, when we tried to get the latest information about the project. We continue to receive the following error "DbType NvarChar is not valid for this constructor . " If we try to get the latest information about a single element that does not have pending changes, it works fine, but as soon as we try to get the latest data on several elements, at least one of them has pending changes, an error occurs.
I tried disconnecting / reconnecting TFS, clearing the VS cache (local and roaming), but all these operations did not help.

source share