J
JimO
I have a control to do a Google search using the Google API. I compiled the
dll file and placed it into the bin directory. It works fine on my server
but when I upload it to a my hosting company's server, the control won't see
the dll file. I get the error
Type 'google.GoogleSearchService' is not defined.
on line
Dim search As google.GoogleSearchService = New google.GoogleSearchService()
the file is index.aspx located in the root, the control is
controls/googlesearch.ascx, and the dll file is bin/googleproxy.dll. The
service tech gave me something about only licenced software etc.. which
leads me to believe that they really didn't know what I was talking about.
Actually, I'm pretty new at this myself. The hosting service is running
dotNet 1.1. Is there anything that I can do, or tell them to do, to get
this working?
Thanks,
Jim
dll file and placed it into the bin directory. It works fine on my server
but when I upload it to a my hosting company's server, the control won't see
the dll file. I get the error
Type 'google.GoogleSearchService' is not defined.
on line
Dim search As google.GoogleSearchService = New google.GoogleSearchService()
the file is index.aspx located in the root, the control is
controls/googlesearch.ascx, and the dll file is bin/googleproxy.dll. The
service tech gave me something about only licenced software etc.. which
leads me to believe that they really didn't know what I was talking about.
Actually, I'm pretty new at this myself. The hosting service is running
dotNet 1.1. Is there anything that I can do, or tell them to do, to get
this working?
Thanks,
Jim