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: BC30456: 'constr_reso19' is not a member of 'Class2'.

Source Error:


Line 25:         "inner Join appforms ON appforms.AppFormNo = resonet_result.rollno " & _
Line 26:         "where resonet_result.ROLLNO='" & txtRollNo.Text.Trim & "'  " 'and appforms.FormStatus between 1 and 3
Line 27:         Dim dt As DataTable = clsBL.GetDatatable(strQry, clsBL.constr_reso19)
Line 28:         If dt.Rows.Count > 0 Then
Line 29:             'If dt.Rows(0)("receiptNo").ToString = "" Then

Source File: C:\HostingSpaces\Siddarth\resonance.ac.in\wwwroot\latest\ResoNET_Results_Login.aspx.vb    Line: 27





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