After Upgrade to new Uipath Getting this error in workflow

Overload resolution failed because no accessible ‘IsNullOrEmpty’ is most specific for these arguments:
Extension Method ‘Public Function IsNullOrEmpty() As Boolean’ defined in ‘System.Extensions’: Not most specific…

So I don’t know what the deal is, but it’s not happy with me using IsNullOrEmpty. I don’t know if there is a dependency that I’m missing or didn’t install. Anyone have any ideas how I can resolve this without changing the workflow itself?

1 Like

@HsDev

Try using String.IsNullOrEmpty(stringVariable) instead as the new version doesn’t support the method without parameters.
Thanks,
Kunal

3 Likes

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