Hi Vikas,

As I mentioned previously, this forum is primarily for topics related
to the AdWords API.  You
may want to try asking your question on the Google AJAX API's forum:
http://groups.google.com/group/Google-AJAX-Search-API.

Best,
- Eric Koleda, AdWords API Team

On Sep 23, 9:23 am, Goel <vikas.k.g...@gmail.com> wrote:
> Hi
>
>  I am using this code
>
>  GoogleSearchService GSS = new GoogleSearchService();
>
>         //Create new Google Search Result
>         string licensekey =
> "ABQIAAAApAfKvHnlgudb6B4RAth3rBRqMtI6TmfFpjE_nNUIeqypmSKrtRRTKBwDljKNad1AaF 
> bG4zn4R1SlqQ";
>
>         string firsttxtbox = txtboxFirst.Text.Trim();
>         string secondtxtbox = txtboxSecond.Text.Trim();
>         string searchPhrase = firsttxtbox ;
>         GoogleSearchResult GSR = GSS.doGoogleSearch(licensekey,
> searchPhrase, 1, 10, false, string.Empty, true, string.Empty,
> string.Empty, string.Empty);
>
>         // Store the number of total results
>         int resNum = GSR.estimatedTotalResultsCount;
>
> but at execution time  show this error on the below line
>
>    GoogleSearchResult GSR = GSS.doGoogleSearch(licensekey,
> searchPhrase, 1, 10, false, string.Empty, true, string.Empty,
> string.Empty, string.Empty);
>
> Error:
> unable to automatically step into the server. connecting to the server
> machine 'www.google.com'failed. The debugger cannot connect to the
> remote computer. This may be because the remote computer does not
> exists or a firewall may be preventing
>
> Please suggest me.
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
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