Product: PowerShell Universal
Version: 5.6.11
I have searched around and seen similar topics, but nothing will work for me. I have an app that loads the ExchangeOnlineManagement module and then attempts a Connect-ExchangeOnline -Credential $o365cred. This fails with the error shown below in all environments. I am able to run the equivalent scripts fine with PowerShell on the same server.
Could not load file or assembly 'C:\Program Files\WindowsPowerShell\Modules\ExchangeOnlineManagement\3.9.0\netCore\Microsoft.Identity.Client.dll'. The located assembly's manifest definition does not match the assembly reference. (0x80131040)
