Aiuto! Ho questo errore dopo la ricerca. Infatti mi da bene la prima pagina, ma andando alla successiva o ad altre seguenti mi da questo errore:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Exception while handling service request: com.google.soap.search.GoogleSearchService.doGoogleSearch(java.lang.String,int,int,boolean,java.lang.String,boolean,java.lang.String,java.lang.String,java.lang.String) -- no signature match
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.Services.Protocols.SoapException: Exception while handling service request: com.google.soap.search.GoogleSearchService.doGoogleSearch(java.lang.String,int,int,boolean,java.lang.String,boolean,java.lang.String,java.lang.String,java.lang.String) -- no signature match
Source Error:
Line 76: <System.Web.Services.Protocols.SoapRpcMethodAttribute("urn:GoogleSearchAction", RequestNamespace:="urn:GoogleSearch", ResponseNamespace:="urn:GoogleSearch")> _
Line 77: Public Function doGoogleSearch(ByVal key As String, ByVal q As String, ByVal start As Integer, ByVal maxResults As Integer, ByVal filter As Boolean, ByVal restrict As String, ByVal safeSearch As Boolean, ByVal lr As String, ByVal ie As String, ByVal oe As String) As <System.Xml.Serialization.SoapElementAttribute("return")> GoogleSearchResult
Line 78: Dim results() As Object = Me.Invoke("doGoogleSearch", New Object() {key, q, start, maxResults, filter, restrict, safeSearch, lr, ie, oe})
Line 79: Return CType(results(0),GoogleSearchResult)
Line 80: End Function
Source File: D:\Inetpub\webs\salentolivecom\search\search.vb Line: 78
Stack Trace:
[SoapException: Exception while handling service request: com.google.soap.search.GoogleSearchService.doGoogleSearch(java.lang.String,int,int,boolean,java.lang.String,boolean,java.lang.String,java.lang.String,java.lang.String) -- no signature match]
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +1496
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +218
GoogleSearchService.doGoogleSearch(String key, String q, Int32 start, Int32 maxResults, Boolean filter, String restrict, Boolean safeSearch, String lr, String ie, String oe) in D:\Inetpub\webs\salentolivecom\search\search.vb:78
ASP.GoogleSearch_aspx.bindResults() in D:\Inetpub\webs\salentolivecom\search\GoogleSearch.aspx:23
ASP.GoogleSearch_aspx.changePAge(Object sender, DataGridPageChangedEventArgs e) in D:\Inetpub\webs\salentolivecom\search\GoogleSearch.aspx:58
System.Web.UI.WebControls.DataGrid.OnPageIndexChanged(DataGridPageChangedEventArgs e) +110
System.Web.UI.WebControls.DataGrid.OnBubbleEvent(Object source, EventArgs e) +349
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +26
System.Web.UI.WebControls.DataGridItem.OnBubbleEvent(Object source, EventArgs e) +100
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +26
System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e) +120
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +115
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +138
System.Web.UI.Page.ProcessRequestMain() +1277
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
Perche? Aiutatemi!!!!!!!!!!!!!