Process didnt work in orchestrator robot

My process works well in my local studio. I publish it orchestator but it didnt work on prod. robot.
Error message is:

Error getting transaction data for Transaction Number: 1. The invocation of the constructor on type ‘UiPath.Mail.Exchange.Activities.GetExchangeMailMessages’ that matches the specified binding constraints threw an exception. at Source: System.Xaml

@ekaraoglu

Welcome to forums

Check that the packages you use in local studio are same as the prod.robot

Check the version of the both

Thanks

I did this before write here. I checked .nuget packages.

@ekaraoglu

As this error is from the Exchange, I suggest to look below link for your reference

This may help you exchange admin to understand the issue also

Thanks