Re: CampaignAdExtensionError and AdParam error not part of .NET client library

2010-09-13 Thread AdWords API Advisor
Hi Jakobsen, wsdl.exe doesn't generate stub classes for any Soap:Fault related nodes, so it chooses not to generate code for ApiError, ApiException, etc. It also doesn't generate code for classes that are not referred anywhere else in the wsdl. Unfortunately, since wsdl.exe skips ApiError, it skip

CampaignAdExtensionError and AdParam error not part of .NET client library

2010-09-13 Thread Peer Jakobsen (AdWords API Guru)
Hello, In .NET for some reason the wsdl generated AdWordsApi.cs files do not generate all the Error classes. For example the CampaignAdExtensionError and AdParam error classes are missing and so are their related Reason enums. They are not included in the official .Net library either. So far I ha