Server Error in '/' Application.

Value cannot be null.
Parameter name: String

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.ArgumentNullException: Value cannot be null.
Parameter name: String

Source Error:


Line 14:             detailId = Request.QueryString("f")
Line 15:         End If
Line 16:         funeralId = Integer.Parse(detailId)
Line 17: 
Line 18:         Dim sqlConn As New SqlConnection(ConfigurationManager.ConnectionStrings("customerdb1ConnectionString1").ConnectionString)

Source File: C:\Websites\portals\core\Community\funerals\Details.aspx.vb    Line: 16

Stack Trace:


[ArgumentNullException: Value cannot be null.
Parameter name: String]
   System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +14783912
   System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +172
   Community_funerals_Details.Page_Load(Object sender, EventArgs e) in C:\Websites\portals\core\Community\funerals\Details.aspx.vb:16
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   BasePage.OnLoad(EventArgs e) in C:\Websites\portals\www.mightymiramichi.com\App_Code\BasePage.vb:100
   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.4076.0