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.’.”
but Google.Apis.version.v1 in my project is version 1.51.0.2304
Why does it seem like it’s trying to call version 1.49.0.2167 ?