Creating a config.lsx from the config.lsf works just fine. But when trying to convert it back to config.lsf, it fails with an exception:
System.Exception: Parsing error at or near line 6, column 5:
Der angegebene Schlüssel war nicht im Wörterbuch angegeben. ---> System.Collections.Generic.KeyNotFoundException: Der angegebene Schlüssel war nicht im Wörterbuch angegeben.
bei System.ThrowHelper.ThrowKeyNotFoundException()
bei System.Collections.Generic.Dictionary`2.get_Item(TKey key)
bei LSLib.LS.LSXReader.ReadElement()
bei LSLib.LS.LSXReader.ReadInternal()
bei LSLib.LS.LSXReader.Read()
--- Ende der internen Ausnahmestapelüberwachung ---
bei LSLib.LS.LSXReader.Read()
bei LSLib.LS.ResourceUtils.LoadResource(Stream stream, ResourceFormat format)
bei LSLib.LS.ResourceUtils.LoadResource(String inputPath, ResourceFormat format)
bei ConverterApp.ResourcePane.resourceConvertBtn_Click(Object sender, EventArgs e)
bei System.Windows.Forms.Control.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.ButtonBase.WndProc(Message& m)
bei System.Windows.Forms.Button.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Creating a config.lsx from the config.lsf works just fine. But when trying to convert it back to config.lsf, it fails with an exception:
The config.lsx looks like this: