I've got some otherwise-working code that when I enable logging by
adding trace extensions in my web.config, I get unexpected run-time
errors.

"Object reference not set to an instance of an object."

I'm guessing this is user-error - maybe I have the settings in the
wrong place, or set to the wrong values?

...
<system.web>
...
      <webServices>
          <soapExtensionTypes>
              <add type="com.google.api.adwords.lib.TraceExtension,
com.google.api.adwords" priority="1" group="0"/>
              <!--<add
type="com.google.api.adwords.lib.QuotaExtension,
com.google.api.adwords" priority="1" group="0"/>-->
          </soapExtensionTypes>
      </webServices>
...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to