Server Error in '/' Application.

Review page activated without review identifiers

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.Exception: Review page activated without review identifiers

Source Error:


Line 27:         strReceivedKeys = Request.QueryString.AllKeys
Line 28:         If strReceivedKeys.GetUpperBound(0) = -1 Then
Line 29:             Err.Raise(513, , "Review page activated without review identifiers", , )
Line 30:         End If
Line 31: 

Source File: C:\Inetpub\vhosts\plasticsoldierreview.com\httpdocs\Review.aspx.vb    Line: 29

Stack Trace:


[Exception: Review page activated without review identifiers]
   Microsoft.VisualBasic.ErrObject.Raise(Int32 Number, Object Source, Object Description, Object HelpFile, Object HelpContext) +642
   Review.DisplayContent() in C:\Inetpub\vhosts\plasticsoldierreview.com\httpdocs\Review.aspx.vb:29
   Review.Page_Load(Object sender, EventArgs e) in C:\Inetpub\vhosts\plasticsoldierreview.com\httpdocs\Review.aspx.vb:6
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


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