Hi
I am using c# and Google adwords api library to upload customer match list
I get the following error though my Google.Protobuf library version is > 3.15.6.0 at 3.17.2
An unhandled exception of type 'System.IO.FileLoadException' occurred in mscorlib.dll
Additional information: Could not load file or assembly 'Google.Protobuf, Version=3.15.6.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)
if i downgraded to 3.15.6 , that forcing me to downgrade Google.Api.CommonProtos , that trigger again another issue ending Google.ads.Googleads to a lower version
what should I do here?
screenshot of downloaded libraries attached here
I am not able to debug due to this , I am using ninject as well
Thanks
Ramakumar