The error may be produced due to a known issue whereby FPGA Express does not recognise constants as acceptable connections to component ports. To resolve this problem see the example provided.
Change the declaration of the constant to be a signal:
SIGNAL VALUE: STD_LOGIC_VECTOR (5 DOWNTO 0);
And after the "BEGIN" keyword assign the value intended to be the constant: