Open wgssupport opened 8 years ago
Trying to add task steps gives this error
System.FormatException was unhandled public bool Active { get { return Convert.ToBoolean(dataTable["active"]); } set { dataTable["active"] = value; } }
Issue report by: Developer
Trying to add task steps gives this error
System.FormatException was unhandled public bool Active { get { return Convert.ToBoolean(dataTable["active"]); } set { dataTable["active"] = value; } }