Server Error in '/SRWeb' Application.

The INSERT statement conflicted with the FOREIGN KEY constraint "FK_CAMPUS_ANNOUNCEMENTS_STATUS_SR_STUDENTS". The conflict occurred in database "Student_Records", table "dbo.SR_STUDENTS", column 'PERSON_ID'.
The statement has been terminated.

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.Data.SqlClient.SqlException: The INSERT statement conflicted with the FOREIGN KEY constraint "FK_CAMPUS_ANNOUNCEMENTS_STATUS_SR_STUDENTS". The conflict occurred in database "Student_Records", table "dbo.SR_STUDENTS", column 'PERSON_ID'.
The statement has been terminated.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[SqlException (0x80131904): The INSERT statement conflicted with the FOREIGN KEY constraint "FK_CAMPUS_ANNOUNCEMENTS_STATUS_SR_STUDENTS". The conflict occurred in database "Student_Records", table "dbo.SR_STUDENTS", column 'PERSON_ID'.
The statement has been terminated.]
   Global.Utilities.CampusAnnouncementStatus.Save(Int64 pUserID, DateTime pDateTimePosted, Int64 pCampusAnnouncementID) +160
   SrWeb2.SR_ViewAnnouncement.Page_Load(Object sender, EventArgs e) in C:\Agent_work\11\s\src\SrWeb2\SR_ViewAnnouncement.aspx.vb:130
   System.Web.UI.Control.OnLoad(EventArgs e) +79
   System.Web.UI.Control.LoadRecursive() +130
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2848


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