sorry I type what you already had as a mistake!

corrected:

@MyConfig1 = _XT_OSC & _WDT_ON & _MCLRE_ON & _CP_OFF
@MyConfig2 = _MCLRE_ON & _BOR_OFF
@ __config MyConfig1 & MyConfig2

or better

@ __config = _XT_OSC & _WDT_ON & _MCLRE_ON & _CP_OFF & _MCLRE_ON & _BOR_OFF

For the boxed code use square brackets [ ] and the tags code and /code for the start and end part.

You do have MPASM selected, right/

Ioannis