Pigmeo was a compiler and framework for writing microcontroller firmware in C# and other .NET languages, developed by Adrián Bulnes (Urriellu) between 2007 and 2010. This is a frozen, read-only archive of the project’s website, pigmeo.org; nothing here is maintained. Source code: github.com/Urriellu/pigmeo · Original capture: Wayback Machine · urriellu.net

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