Missing reference?

Hello all !

I am trying to compile the example here:

http://code.tinyclr.com/project/328/fez-touch-ui-controls/

but i get errors about missing reference …

The ref are FEZ_Components.FEZTouch and FEZ_Components.FEZTouch color.

The example use these:

using System;
using System.Threading;

using Microsoft.SPOT;
using Microsoft.SPOT.Hardware;

using GHIElectronics.NETMF.FEZ;
using GHIElectronics.NETMF.Hardware;
using FEZTouch.UIControls;

I have no other missing reference except for the many refs. to FEZ_Components.FEZTouch

In which assembly does the ref. to FEZ_Components.FEZTouch belong ?

Tnx for any help …

Search for fez touch on code site. It should be there.