When a value node for applicationSettings is inserted by an installer process, whitespace or line breaks after the node are typically not inserted.When I try to start my service with a setting formatted like:<setting name="MySetting" serializeAs="String"><value>Foo</value></setting>the service throws a TypeInitializationException with an inner ConfigurationErrorsException. If I add a space or line break after </value> the service starts.Lack of whitespace does not make the XML invalid and should not impair the parsing of the config file.This issue was discussed in a Nov 2007 MSDN forums thread but I can't find a corresponding bug report: http://forums.msdn.microsoft.com/en-US/netfxbcl/thread/2a0e81c2-6052-463b-9b90-f6bbd0cdca5a/
Version