Author: Mark Fischer, Jr.
Posted: Mar 21, 2018
Posted: Mar 21, 2018
Weird TFS Error Message
Ran into a fun little bug with the Visual Studio Team Explorer widget today. I clicked “check in” as usual, and was met with this error: “Value was either too large or too small for a UINT32”. Turns out what that error actually means is that one of the files you are attempting to check in is unsaved. File > Save All
and clicking “check in” again fixes this.
Comments