hi,****

** **

** **

   talk about leaving it to the last minute ....****

** **

   just upgrading to the new TrafficEstimatorService (201101) from from 
previous version.****

** **

   i'm having to update a VB.NET <http://vb.net/> solution for an MS Excel 
workbook.****

** **

   I can't get my project to compile. I'm getting this message in Visual 
Studio 2008 :****

** **

     Method TrafficEstimatorService.get can not be reflected   SGEN ****

** **

   This error doesn't break out into any specific line of code. Generated 
from SGEN (XML Serialisation etc).**

    ****

   What i'm passing into get() seems to match the signature. nothing is 
underlined to denote a mismatch.****

 ****

        Dim service As New com.google.adwords1.TrafficEstimatorService****

        Dim reqCam(1) As CampaignEstimateRequest****

        reqCam(1).campaignId = Nothing****

        reqCam(1).adGroupEstimateRequests = reqAdGrp****

        Dim resCam(1) As com.google.adwords1.CampaignEstimate****

        resCam(0) = New com.google.adwords1.CampaignEstimate****

        *resCam = service.get(reqCam)*****

** **

   (reqAdGrp is defined and populated prior to this code).**


   I can't see why it won't compile. the line bolded is the one causing the 
problems i guess.

**

** **

   I've added this in as a web service :****

** **

    
https://adwords.google.com/api/adwords/o/v201101/TrafficEstimatorService?wsdl
****

** **

   Anyone got any ideas ? Or even better, anyone know of any code samples 
lurking around the internet for this way of working with this new method. 
This would have made this whole upgrade process that much more 
straightforward. **

** **

   Any help would be greatly appreciated.****

** **

   Thanks****

** **

Andy

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to