BoolBySigma / UpdateAssemblyInfo

SORRY THIS IS NO LONGER MAINTAINED
10 stars 9 forks source link

Build Error: Updating...Specified argument was out of the range of valid values. #22

Open scottlezberg opened 7 years ago

scottlezberg commented 7 years ago

Getting this error during the build - not sure what I am doing wrong. Any help would be appreciated.

Updating... Specified argument was out of the range of valid values.

With these parameters: Parameter Value


Add Missing Attriutes True Description Build: 8.2.0.518 - Date: 20170823 Configuration
Company Deltek Product Acumen Copyright Copyright cDeltek 2017 Trademark Deltek Culture
Informational Version 8.2.0.0 Com Visible
CLS Compliant
File Version 8.2.0.0 Assembly Version $(current).$(current).$(current).$(current)

stephenweinrich commented 6 years ago

I too am having the same issue. Could it be a limit on > 500 ?

2018-06-04T22:11:11.0345087Z Parameter Value 2018-06-04T22:11:11.0345550Z --------- ----- 2018-06-04T22:11:11.0345957Z Add Missing Attriutes True 2018-06-04T22:11:11.0347235Z Description Build: 2018.0604.500 - Commit: a4356d6ccf4b607dd387544c80994f10ed306531 2018-06-04T22:11:11.0347562Z Configuration debug 2018-06-04T22:11:11.0347856Z Company
2018-06-04T22:11:11.0348160Z Product
2018-06-04T22:11:11.0348441Z Copyright Copyright c 2018 2018-06-04T22:11:11.0349863Z Trademark
2018-06-04T22:11:11.0350343Z Culture
2018-06-04T22:11:11.0350704Z Informational Version 1.2018.0604.500 2018-06-04T22:11:11.0351058Z Com Visible
2018-06-04T22:11:11.0351428Z CLS Compliant
2018-06-04T22:11:11.0352009Z File Version 1.2018.0604.500 2018-06-04T22:11:11.0352573Z Assembly Version 1.2018.0604.500 2018-06-04T22:11:11.0352791Z 2018-06-04T22:11:11.0374639Z 2018-06-04T22:11:11.1282143Z Updating... 2018-06-04T22:11:11.3469029Z ##[error]Specified argument was out of the range of valid values.

danhoeger commented 5 years ago

I'm getting the same error as well:

I think my error though is related to the message just after the error specified

Updating...

[error]Specified argument was out of the range of valid values.

Parameter name: File extension .cacheis not supported

danhoeger commented 5 years ago

I'm getting the same error as well:

I think my error though is related to the message just after the error specified

Updating...

[error]Specified argument was out of the range of valid values.

Parameter name: File extension .cacheis not supported

I guess that wasn't my error. I had to actually change my "Get Sources" properties to "Clean"=true and then the error went away.

bjohndev commented 3 years ago

I had the same issue after adding and removing new projects to my solution.. like @danhoeger said, Setting the "Get Sources" properties to "Clean"=true resolved my issue.