Creation of nupkg

I’m trying to create a nupkg and it’s showing this error, I’ve already updated all the packages referring to the OCR and I don’t know what else it could be, can someone help me.

Erro:
the invocation of the constructor on type UiPath.core.activities.google.ocr tha matches the specified finding constraints an exeption

Hi @Camilo_Cardoso

Can you try this-

Clear the NuGet cache to remove any conflicting or corrupted packages. Go to Tools > Options > NuGet Package Manager > General, and click on the “Clear All NuGet Cache(s)” button. Restart UiPath Studio after clearing the cache.

Also,Ensure that there are no conflicting dependencies in your project. Different activities or packages might require different versions of the same dependency. Resolving these conflicts can help resolve the error.

Thanks!!

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