Hi I do not know the parameter code that well, but it sounds like when the schedule trigger is fired, the parameters are being ignored, and another default (I guesss "") is taken, giving the error : Input string was not in a correct format.
with kind regards Ruben Willems On Mon, Jan 11, 2010 at 6:17 PM, Justin-Credible < [email protected]> wrote: > I have a project with parameters which builds fine when forced from > the dashboard. It also has a scheduleTrigger which always fails with > the following stack trace: > > System.FormatException: Input string was not in a correct format. > at System.Number.StringToNumber(String str, NumberStyles options, > NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) > > Full stack trace here: > http://www.justin-credible.net/temp/CCNET-StackTrace.txt > > I don't understand why it works when I force the build and use > defaults and why it doesn't work when it runs by the scheduled > trigger. Any ideas? All of my numericParameters have defaults that are > numbers. > > Project is here: > http://www.justin-credible.net/temp/CCNET-ExampleProject.config.txt >
