In order to assemble your code and send it to the PICmicro Development Board automatically from within the C2C environment, you may need to tell C2C where the PICmicro Parallel Programmer (PPP) executable is on your hard-drive. By default, it will be located here: "C:\Program Files\Matrix Multimedia\Common\PPP\PPP.exe ".

You should make sure that the "Programmer" item in the "Options" screen is similar to the following (depending on where PPP has actually been installed):

C:\Program Files\Matrix Multimedia\Common\PPP\PPP.exe -cs 3

(The "-cs 3" bit tells PPP to use the third configuration slot and is used so that other applications that use PPP to send code to the PICmicro Development Board have a separate configuration data space to C2C)