Server Error in '/' Application.

blogentry cannot be found.

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: blogentry cannot be found.

Source Error:


Line 75: 				theBlogEntry = New blogentry(Request.QueryString("eid"), CurrentChamber.Id)
Line 76: 			Catch ex As Exception
Line 77: 				theBlogEntry = New blogentry(Request.QueryString("eid"))
Line 78: 			End Try
Line 79: 

Source File: C:\inetpub\wwwroot\chambersystem\httpdocs2016\blog.aspx.vb    Line: 77

Stack Trace:


[ApplicationException: blogentry cannot be found.]
   DAL.Data.blogentry..ctor(Int32 id) in Z:\Clients\Profile Media Group\ChamberSystem2016\DAL\Dynamic\blogEntry.vb:130
   blog.Page_Load(Object sender, EventArgs e) in C:\inetpub\wwwroot\chambersystem\httpdocs2016\blog.aspx.vb:77
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3785


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