Exception

Halo! I hope tis is the right place for this question:
I can ping the Cerberus via MFDeploy and I can deploy my applicarion via VS2010.
But I get an exception (ArgumentException), if I try with a joystick module at #4:

AnalogInput pa2 = new AnalogInput ( Cpu.AnalogChannel.ANALOG_1 );

StackTrace:
Microsoft.SPOT.Hardware.HardwareProvider::NativeGetAnalogPinForChannel
Microsoft.SPOT.Hardware.HardwareProvider::GetAnalogPinForChannel
Microsoft.SPOT.Hardware.AnalogInput::.ctor
Microsoft.SPOT.Hardware.AnalogInput::.ctor
Cerberus.Program::Main

I hope, you can help me…

Is this in a Gadgeteer project or a non-gadgeteer project?

Have you seen his http://www.ghielectronics.com/downloads/Gadgeteer/Mainboard/Cerberus/FEZCerberus%20Basic%20Kit%20Guide.pdf

Try to go through it step by step.

Helo! I’m so stupid sometimes… It was a non gadgeeter project.
The link from Gus is was I need.
Thank you for patience!