C
cj
Back some time ago I was playing with a little app in VB 2005 that used
a google web service to get search results. I was rebuilding this app
in 2008 today. I added the web service
http://api.google.com/googlesearch.wsdl and then down in the code I was
typing Dim myGoogle As New Google.GoogleSearchService only to find
GoogleSearchService was no longer a method. I looked on google for
documentation and it appears they no longer offer that method but
continue to support it for existing users. I confirmed it still works
in my VB 2005 program. So, how can I move this Web Reference from my
2005 program to my 2008 program? I see in Visual Studio
2005\Projects\GoogleApp\WindowsApplication20\Web References\Google what
appears to be the files but where would I put them in the 2008 program?
I don't see any there for Google to overwrite.
a google web service to get search results. I was rebuilding this app
in 2008 today. I added the web service
http://api.google.com/googlesearch.wsdl and then down in the code I was
typing Dim myGoogle As New Google.GoogleSearchService only to find
GoogleSearchService was no longer a method. I looked on google for
documentation and it appears they no longer offer that method but
continue to support it for existing users. I confirmed it still works
in my VB 2005 program. So, how can I move this Web Reference from my
2005 program to my 2008 program? I see in Visual Studio
2005\Projects\GoogleApp\WindowsApplication20\Web References\Google what
appears to be the files but where would I put them in the 2008 program?
I don't see any there for Google to overwrite.