Hello everybody. Until yesterday my automation worked normally. Today any Invoke Code I use returns the error below:
Invoke Code: Method not found: ‘System.Collections.Immutable.ImmutableArray`1 System.Reflection.Metadata.MetadataReader.GetBlobContent(System.Reflection.Metadata.BlobHandle)’.
thanks for the help
Anil_G
(Anil Gorthi)
September 20, 2023, 1:30pm
2
@Alexandre_Otavio_Zanon
Did you happen to change the dependency or change the compatibility?
looks like some array youa re tyring to manupulate…please identify which row is causing issue and convert array to list and modify and then re assign as array
cheers
it doesn’t even work with an empty Invoke Code.
Hi @Alexandre_Otavio_Zanon ,
Is it possible for you provide us with the workflow so that we can test it from our end ?
Also, do mention the changes done to the workflow/Project that was done after yesterday.
Anil_G
(Anil Gorthi)
September 20, 2023, 1:51pm
5
@Alexandre_Otavio_Zanon
With empty invoke also youare getting same error?
cheers
There was no change in the flow. If I create an empty workflow and just call the Invoke Code it already brings this error. So it happens in the activity itself. Even with an empty Invoke Code.
Anil_G
(Anil Gorthi)
September 20, 2023, 2:08pm
7
@Alexandre_Otavio_Zanon
Can you try changing your system activities and check if issue persists
Please let us know the studio and the package versions
cheers
@Alexandre_Otavio_Zanon ,
With the Given data of the dependencies used, did tried and checked it out and it did work out from my end. Did not receive any errors.
We would like to know more of what was the Process performing or what was happening in the Invoke Code
activity in addition to the already mentioned :
Estpl26
(Esteban)
October 26, 2023, 2:19pm
10
Hello, I’m facing the issue with the Invoke code activity, by any change were you able to find a workaround to fix it?