Using CCNET 1.4.4 SP1. Inside the ccnet.config, I created a xml reference that contains, beside others, the node
<timeout units="seconds">5000</timeout> and the configuration validator complains that "Attributes are not allowed on Int32 types". Also the service does not run because of it, but with another error: "System.Runtime.Serialization.SerializationException: The constructor to deserialize an object of type 'ThoughtWorks.CruiseControl.Core.Config.ConfigurationException' was not found." The funny thing is that it only complains about this inside a msbuild tag, but it does not complain about it inside a sourcecontrol tag. Am I doing something wrong here? Thanks, florin
