Hi All,
I am getting the below error while executing the code stage,
Internal : Could not execute code stage because exception thrown by code stage: Could not load file or assembly 'Google.Apis.Auth, Version=1.21.0.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
However, I referred the same dll version in the initialize page.
CAUSE: Google.Apis.Gax.Grpc.dll has a dependancy with Google.Apis.Auth, Version >= 1.35.1.0 and Grpc.Auth has a dependancy with Google.Apis.Auth, Version >= 1.21.1.0... I placed the Google.Apis.Auth, Version >= 1.35.1.0 in the program file folder and referred it in the initialize page. Having said that I guess Grpc.Auth cannot load the latest version and it requires 1.21.0.0
How to resolve this issue? Please help me.