Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1061: 'IPOService.IpoService' does not contain a definition for 'GetIPO_LatestWithdrawl' and no extension method 'GetIPO_LatestWithdrawl' accepting a first argument of type 'IPOService.IpoService' could be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 73:         {
Line 74: 
Line 75:             dsClIssues = IPOServiceObject.GetIPO_LatestWithdrawl(CurrentPg,20,"","","","");
Line 76:             //if (dsClIssues != null)
Line 77:              if (dsClIssues.Tables[0].Rows.Count > 0)

Source File: d:\WEBSITES\IITInvestrust\IPO\IPOLatestWithdrawl.aspx.cs    Line: 75





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