Unable to get Adwords User Information

2018-11-15 Thread pallavi . sistla
Hi, I am using Google Adwords Api for Excel Addin using c#.Net in visual studio 2017. Unable to load adwords account due to an exception at Adwords User metadata file. AdWordsUser user = new AdWordsUser(); (user.Config as AdWordsAppConfig).ClientCustomerId =

Re: Visual studio has null reference exception after .exe file is embedded into c# Project

2018-10-30 Thread pallavi . sistla
On Wednesday, October 31, 2018 at 10:56:47 AM UTC+5:30, pallavi...@netelixir.com wrote: > > Hi, > > I am using Google Adwords Api for LXRPlugin[Excel AddIn] in visual studio > 2017 c# project. > The visual studio solution contains GoogleAPIIntraction as the main > project. > The solution

Re: Visual studio has null reference exception after .exe file is embedded into c# Project

2018-10-30 Thread pallavi . sistla
Hi, I am using Google Adwords Api for LXRPlugin[Excel AddIn] in visual studio 2017 c# project. The visual studio solution contains GoogleAPIIntraction as the main project. The solution runs successfully before .exe file is packaged. After creating .exe file and installing the setup file I am

Visual studio has null reference exception after .exe file is embedded into c# Project

2018-10-30 Thread pallavi . sistla
I am using Google adwords Api for Excel addin in visual studio 2017. Unable to load account after button click event after creating .exe file for the project. After creating .exe file for the project and installing the set up file.The setup file shows this unhandled exception. The solution