Server Error in '/' Application.

Server was unable to process request. ---> Incorrect syntax near the keyword 'and'.

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: Server was unable to process request. ---> Incorrect syntax near the keyword 'and'.

Source Error:


Line 30607:        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetQuoteFinder", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
Line 30608:        public System.Data.DataSet GetQuoteFinder(string Fincode) {
Line 30609:            object[] results = this.Invoke("GetQuoteFinder", new object[] {
Line 30610:                        Fincode});
Line 30611:            return ((System.Data.DataSet)(results[0]));

Source File: c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\2782fd96\d0f740b7\App_WebReferences.fxiffif5.3.cs    Line: 30609

Stack Trace:


[SoapException: Server was unable to process request. ---> Incorrect syntax near the keyword 'and'.]
   System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +183743
   System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +221
   CompanyService.CompanyService.GetQuoteFinder(String Fincode) in c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\2782fd96\d0f740b7\App_WebReferences.fxiffif5.3.cs:30609
   companyprofile_chart_display.Page_Load(Object sender, EventArgs e) in d:\WEBSITES\Anush\companyprofile\chart-display.aspx.cs:43
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4690.0