Hi Guys,
I am facing the problem that the execution cannot be started no matter what scripts I am running. I can publish this script and run it from the robot. But the Run button in the studio is not working. I already tried to reinstall the studio v18.4/19.3, reboot the machine, reinstall .net framework, but still the same error. Anybody can help?
See error log as follows:
19:10:12.3727 => [ERROR] [UiPath.Studio.exe] [1] System.ServiceModel.FaultException1[System.ServiceModel.ExceptionDetail]: Cannot create and populate list type System.Collections.Generic.IReadOnlyCollection
1[System.String]. Path ‘ReferencedAssemblies.$values’, line 1, position 309. (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
Newtonsoft.Json.JsonSerializationException: Cannot create and populate list type System.Collections.Generic.IReadOnlyCollection`1[System.String]. Path ‘ReferencedAssemblies.$values’, line 1, position 309.
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateNewList(JsonReader reader, JsonArrayContract contract, Boolean& createdFromNonDefaultCreator)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadMetadataProperties(JsonReader reader, Type& objectType, JsonContract& contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue, Object& newValue, String& id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObje…).