Rachit95 / google-api-for-dotnet

Automatically exported from code.google.com/p/google-api-for-dotnet
0 stars 0 forks source link

Unhandled access exception with VB #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Dim optColorization As String = Colorization.All

results in:
Attempt by method 'Music_Manager.GoogleImages.GoogleImageSearch()' to 
access method 'Google.API.Enumeration.op_Implicit(Google.API.Enumeration)' 
failed.

I am able to use the gimageSearchClient class as below, with no issues:
Dim giSearchCLient As New GimageSearchClient("www.google.com")
Dim GoogleImages As IList(Of IImageResult) = 
giSearchCLient.Search(SearchString, 5, "", "", "", "")

But when I try to get the proper values to use for the search arguments, I 
get the error shown above.

What version of the product are you using? On what operating system?
0.4 alpha, Windows 7

Original issue reported on code.google.com by bmcan...@gmail.com on 17 Apr 2010 at 9:00

GoogleCodeExporter commented 8 years ago
Please try v0.3.

Original comment by iron9li...@gmail.com on 18 Apr 2010 at 12:40

GoogleCodeExporter commented 8 years ago
0.3.1 seems to work, I will use it until this issue is resolved. Thank you.

Original comment by bmcan...@gmail.com on 18 Apr 2010 at 3:32

GoogleCodeExporter commented 8 years ago

Original comment by iron9li...@gmail.com on 19 Apr 2010 at 5:10