CFG0005
From Pigmeo - .NET/Mono/CLI (C#, VB.NET, C++/CLI, Nemerle...) for microcontrollers (PIC, dsPIC, AVR...)
Wrong XML syntax or structure
Usual mistakes
Mismatch tags
Starting and ending tags of the same node are not equal
<PigmeoCompilerConfig fileversion="1.0"> <Targett> [more things] </Target> [more things] </PigmeoCompilerConfig>
Unended tags
Some tag doesn't end with ">"
<PigmeoCompilerConfig fileversion="1.0"> <Target [more things] </Target> [more things] </PigmeoCompilerConfig>
Category: Configuration errors

