Re: latest AdWords library v201708 has runtime error in C#

2017-09-11 Thread PPC Developer
Nevermind...I found out what the issue is. The code that was failing with runtime error was CustomerService cs = new CustomerService; ...I had to change the above code to: CustomerService CustSer = (CustomerService)new_Acc_user.GetService(

latest AdWords library v201708 has runtime error in C#

2017-09-11 Thread PPC Developer
Hi, I upgraded to the latest library .v201708 and getting some runtime errors. Note that I am trying to upgrade from .v201705 which didn't have a dependency to Service Model dll. The project wouldn't compile without adding a dependency to System.ServiceModel.dll (I added one I have on my