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: BC30451: 'convarresult1' is not declared. It may be inaccessible due to its protection level.

Source Error:


Line 20:                         If Left(Sroll, 4) = "1501" Or Left(Sroll, 4) = "1601" Or Left(Sroll, 4) = "1401" Then
Line 21:                             sql = "insert into dbo.T_IP_Tracking_Result (Ip_Address,university_redg_no,Type) values('" + strClientIP + "','" + Sroll + "','Final Yr')"
Line 22:                             objgen.executecommand(convarresult1, sql)
Line 23:                             Response.Redirect("Report_ArtsMarksheet_3rdYr.aspx")
Line 24:                         ElseIf Left(Sroll, 4) = "1502" Or Left(Sroll, 4) = "1602" Or Left(Sroll, 4) = "1402" Then

Source File: C:\inetpub\App\annual.uuems.in\2023_RESULT\MarkSheet_3rd_Year_Reappear_141516\Show.aspx.vb    Line: 22






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