diff --git a/src/Core/WinSWCore/ServiceDescriptor.cs b/src/Core/WinSWCore/ServiceDescriptor.cs index 1ddb8f0..c7168a8 100755 --- a/src/Core/WinSWCore/ServiceDescriptor.cs +++ b/src/Core/WinSWCore/ServiceDescriptor.cs @@ -114,7 +114,7 @@ namespace winsw XmlReader books = XmlReader.Create(BasePath + ".xml"); - books.Read(); + while (books.Read()) { } } private void booksSettingsValidationEventHandler(object sender, ValidationEventArgs e)