Accessing RLP Class

Im trying to follow the instructions for RLP to get it running.

I think i understood everything but Visual Studio is always giving me the following error.

The type or namespace name ‘RuntimeLoadableProcedures’ could not be found (are you missing a using directive or an assembly reference?)

Of course I know what that means, but Im still not able to get it.

The instructions are taken from here: https://www.ghielectronics.com/docs/50/rlp
I am using FEZ Spider Kit…that means that i have to use the files in EMX folder of RLP samples.

I guess Im just referencing the wrong library?
Im using the v4.2 SDK.

Can anybody help me with that? Maybe tell me what library i have to reference and what “using xxx;” statement i have to use

Thanks In Advance :slight_smile:

@ Hanswurst - The code in the document you linked is for 4.3 only. Many of the APIs changed between 4.2 and 4.3, especially RLP.

The reason why i downgraded was that i didnt got any project in v4.3 running…Compiler always tells me deploy succeeded but then the Gadgeteer reboots every few seconds.