Hi,
I am trying to convert date format by using this
DateTime.ParseExact(In_Enddate, “yyyy-MM-dd”, CultureInfo.InvariantCulture).ToString(“dd.MM.yyyy”)
But getting this error
Message Box: Expression Activity type ‘VisualBasicValue`1’ requires compilation in order to run. Please ensure that the workflow has been compiled.
Can anyone help on this error?