The value was too large or too small for UInt32: TFS validation error

When I try to check the TFS code and an error message appears below.

The value was too large or too small for UInt32.

What causes this problem and how can I fix this problem?

+111
tfs tfs2013
May 24 '16 at 5:43
source share
5 answers

I found a solution to this problem.

Decision:

Save your files before registration, and then initiate registration. will not come.

The root cause:

It seems that the error in the dialog box (not sure), but, of course, the error message is confusing the user.

We hope that this solution will solve your problem.

+242
May 24 '16 at 5:53 a.m.
source share

As Geeky Ninja mentions, the problem is that not all files are saved. Fortunately, VS has a convenient button for this (ctrl + shift + s):

File > Save All 

Helps me every time

+15
Jun 26 '17 at 14:24
source share

Build and register. You will not see the problem. It is always nice to see that your changes are actually compiled without errors before registering.

+2
Mar 05 '18 at 15:00
source share

This is 04/17/199, and this dialog still shows the same ridiculous error message. Come on Microsoft!

0
Apr 17 '19 at 23:05
source share

Strange error In my case, this was when I tried to defer my code. I just ran the solution to make sure it worked before I created the shelf set. Then I tried to create a set of shelves so that all the files were saved, I thought. I did Save All and actually restarted Visual Studio. Then Chrome crashed when Visual Studio started ... I was finally able to create my update to the shelf set. thanks for the tips!

0
May 2 '19 at 16:32
source share



All Articles