Powershell - Assembly binding redirect NOT found in application configuration file
问题 Got a problem here... I have got a Powershell CmdLet that works when running in 32-bit mode and fails in 64-bit mode. Question is what the cause is and how it can be fixed. Situation Powershell CmdLet that references 'OutlookHelper.Common.dll'. Newest version is 2.0.0.0 The CmdLet also uses logging and references 'Logging.dll'. Logging.dll also references 'OutlookHelper.Common.dll', only was compiled against version 1.0.0.0. How I made it work, this works partially Using an assembly binding