Server Error in '/' Application.

CheckForSchool operation failed! SchoolId=2137

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.ApplicationException: CheckForSchool operation failed! SchoolId=2137

Source Error:


Line 525:    conStr = ConfigurationManager.ConnectionStrings("EBS_eMembership Conn").ConnectionString
Line 526:        If CInt(conObj.CheckForSchool(SchoolID)) = 0 Then
Line 527:            Throw New ApplicationException("CheckForSchool operation failed! SchoolId=" + SchoolID)
Line 528:        End If
Line 529:        'ValidateCSRFAttack()

Source File: D:\Project\Branch-SamlFrameUpgd\SourceCode\eBoard\eBoard\EB4_New.master.vb    Line: 527

Stack Trace:


[ApplicationException: CheckForSchool operation failed! SchoolId=2137]
   eBoard.EB4_New.Page_Load(Object sender, EventArgs e) in D:\Project\Branch-SamlFrameUpgd\SourceCode\eBoard\eBoard\EB4_New.master.vb:527
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   eBoard.Entities.MasterBase.OnLoad(EventArgs e) in D:\Project\Branch-SamlFrameUpgd\SourceCode\eBoard\eBoard.Entities\MasterBase.cs:21
   System.Web.UI.Control.LoadRecursive() +154
   System.Web.UI.Control.LoadRecursive() +251
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4082


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