Hi,
I have a problem executing an assembly through VisualCron - something about an enum no able to be converted from string:
Error converting param 'severity' value to type '...Logging.Domain.Shared.LogSeverities'. Value passed as string is 'Warning'
VisualCron does detect that one of the params is an enum and give me the option to select a value from the enum type, but when executing the job, this param can't be converted to its enum representation.
Thank you in advance.
/Peter
Edited by user
2016-01-04T07:18:09Z
|
Reason: Not specified