I am using Adwords API for developing excel add-in. Before V201802 everything working fine. After release of Adwords API V201802 my application is not supporting properly. I was using Visual Studio 2015 for older Adwords Versions. After releasing of V201802 its not supported I installed Visual Studio 2017 and updated framework 4.5.2 because latest version of AdWOrds api is supported only 4.5.2.
Could not create an instance of startup object GoogleAPIIntraction.ThisAddIn in assembly GoogleAPIIntraction, Version=3.5.3.0, Culture=neutral, PublicKeyToken=null.
************** Exception Text ************** Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCreateStartupObjectException: Could not create an instance of startup object GoogleAPIIntraction.ThisAddIn in assembly GoogleAPIIntraction, Version=3.5.3.0, Culture=neutral, PublicKeyToken=null. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'Google.Apis, Version=1.34.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
User contributions licensed under CC BY-SA 3.0