Can't public library with Google vision

I want to publish my library project and my project have UiPath.GoogleVision.Activities version 1.4.1
its return error “Unexpected error has occurred during the library compilation process:
Unable to create activity builder for Google OCR With Vertex.xaml. Reason was ‘Could not load file or assembly ‘Google.Apis.Vision.v1, Version=1.49.0.2167, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab’ or one of its dependencies. The system cannot find the file specified.’.”
image

but Google.Apis.version.v1 in my project is version 1.51.0.2304
image

Why does it seem like it’s trying to call version 1.49.0.2167 ?

@Pairat_Tonkean

Can you please try to change the version and check

May be the runtime rule is set to lowest possible version

Cheers

I try to change UiPath.GoogleVision.Activities to version 1.2.1
that require Google.Apis.Vision.v1, Version=1.49.0.2167
that make my project can publish
Thank you

1 Like

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