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
