Visual basic workflow compilation error

Hi,

Double quote in your string seems not " (0x42) but .
So can you try to copy the following string as it is, and paste it instead of current string.

DateTime.Now.ToString("MM/dd/yy")

Note: as mm means minute, the above string is used MM (Month)

Regards,