I try many changes but i can't give high on porta.5 pin.all other pins are working as digital but porta.5 don't work.what i miss here can anyone help me?
I am using pic pasic pro ver 2.47 and my code is the following:

"
define osc 20

ADCON1=7
CMCON=7
TRISA=0
PORTA=0
TRISB=0
PORTB=0
SSPCON=0
porta.0=1
porta.1=1
porta.2=1
porta.3=1
porta.4=1
porta.5=1
end
"