AdWords API Re: AdWordsUser Missing Constructor

2010-02-24 Thread Peer Jakobsen (AdWords API Guru)
In Bisual Studio you can right click the class name, and chose "Go to definition". This will list all the files where your partial class is defined. -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adword

AdWords API Re: AdWordsUser Missing Constructor

2010-02-24 Thread ralphstevens
Found it. Thanks a lot for your help! On Feb 24, 7:16 am, Zweitze wrote: > In the 6.2.0 and 6.1.0 version for .NET, it is included. However, it > is not documented. > > Its implementation is located in a different source file, not > adwordsuser.cs but adwordsservice.cs. You've got to love partial

AdWords API Re: AdWordsUser Missing Constructor

2010-02-24 Thread Zweitze
In the 6.2.0 and 6.1.0 version for .NET, it is included. However, it is not documented. Its implementation is located in a different source file, not adwordsuser.cs but adwordsservice.cs. You've got to love partial classes. The sample project also uses this constructor. -- You received this mess

AdWords API Re: AdWordsUser Missing Constructor

2010-02-23 Thread ralphstevens
Sorry, I posted before completing the question. The constructor that takes a Dictionary parameter is not part of the latest version of the C# library. Should it be there? On Feb 23, 10:46 pm, ralphstevens wrote: > The AdWordsUser constructor that takes a Dictionary -- You received this message