Dear Devs,
After finishing the 1st assignment, I am trying to run it but this message stopped execution.
please help to find what is the problem !
System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter Bing. The InnerException message was ‘Invalid enum value ‘LogEvents’ cannot be deserialized into type ‘UiPath.Models.ServiceEvents’. Ensure that the necessary enum values are present and are marked with EnumMemberAttribute attribute if the type has DataContractAttribute attribute.’. Please see InnerException for more details. (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.ServiceModel.Dispatcher.NetDispatcherFaultException: The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter Bing. The InnerException message was ‘Invalid enum value ‘LogEvents’ cannot be deserialized into type ‘UiPath.Models.ServiceEvents’. Ensure that the necessary enum values are present and are marked with EnumMemberAttribute attribute if the type has DataContractAttribute attribute.’. Please see InnerException for more details. ----> System.Runtime.Serialization.SerializationException: Invalid enum value ‘LogEvents’ cannot be deserialized into type ‘UiPath.Models.ServiceEvents’. Ensure that the necessary enum values are present and are marked with EnumMemberAttribute attribute if the type has DataContractAttribute attribute.
at System.Runtime.Serialization.EnumDataContract.ReadEnumValue(String value, Int32…).