Hi Alberto
I see what the problem is.
You are not using the uTasker Serial SREC loader but instead you have built the uTasker project, configured with USB-CDC command line interface. You are then using its firmware loader function to send new code to it via the USB-CDC (virtual COM) interface.
This is a different technique to UART SREC loading, which requires the uTasker "Bare-Minium" loader to be installed and the new code to be sent in binary format, with an authentication header, which is described in chapter 8 of http://www.utasker.com/docs/uTasker/uTaskerV1.3_USB_Demo.PDF and the uTasker "BM" loader is described in http://www.utasker.com/docs/uTasker/uTasker_BM_Loader.pdf
To use the uTasker serial loader you need to choose the serial loader target rather than the uTaskerV1.4 target in CW. Then you can follow the serial loader guide http://www.utasker.com/docs/uTasker/uTaskerSerialLoader.PDF
Your SREC format is OK but needs to be linked to the application address rather than 0x00000000.
Regards
Mark