How do I resolve "Option Strict On disallows implicit conversions from 'System.Collections.IEnumerable' to 'System.Collections.IEnumerable(Of UiPath.Core.TextInfo)'?

Hi. I’m trying to follow the tutorial “https://docs.uipath.com/activities/docs/manage-text-automation” so that I can learn and fully understand Get Visible Text activity. Currently, I’m stuck with Get Visible Text compilation error "how do I resolve “Option Strict On disallows implicit conversions from ‘System.Collections.IEnumerable’ to ‘System.Collections.IEnumerable(Of UiPath.Core.TextInfo)’?”

How do I resolve this?

Dowloaded the example and ran it successfully, but my initial automation test won’t run yet due to this error.

Please help me understand and resolve this issue.

Thanks in advance for your help,
Tien

figured it out.
uiPath.achievedSystem.Collections.Generic.IEnumerable-UiPath.Core.TextInfo

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.