CFG0006
From Pigmeo - .NET/Mono/CLI (C#, VB.NET, C++/CLI, Nemerle...) for microcontrollers (PIC, dsPIC, AVR...)
Invalid resource in the XML node "ResourceFiles"
Contents |
Usual mistakes
Invalid tag name
example (must be Resource, Resorce was mispelled):
<Resorce type="CilBytecodes" file="System.dll" source="GAC" />Tag name not found
example (note missing attribute "type"):
<Resource file="System.dll" source="GAC" />See also
- Correct syntax and valid attributes can be found in the configuration file page
Category: Configuration errors

