Server Error in '/' Application.

Invalid parameter specification (Input string was not in a correct format.)

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: Invalid parameter specification (Input string was not in a correct format.)

Source Error:


Line 335:                        if (s == null ||s.Length == 0)
Line 336:                        {
Line 337:                            using (XmlPackage2 p = new XmlPackage2(m_XmlPackage, m_SkinBase.ThisCustomer, m_SkinBase.SkinID, "", RunTimeParms, String.Empty, true))
Line 338:                            {
Line 339:                                s = AppLogic.RunXmlPackage(p, m_SkinBase.GetParser, m_SkinBase.ThisCustomer, m_SkinBase.SkinID, true, true);

Source File: c:\inetpub\Sites\CSXParts\App_Code\ShowEntityPage.cs    Line: 337

Stack Trace:


[Exception: Invalid parameter specification (Input string was not in a correct format.)]
   AspDotNetStorefrontCore.XmlPackage2.CreateParameter(XmlNode pn) +7643
   AspDotNetStorefrontCore.XmlPackage2.GetSqlData(String OnlyRunNamedQuery) +4137
   AspDotNetStorefrontCore.XmlPackage2..ctor(String PackageName, Customer cust, Int32 SkinID, String UserQuery, String AdditionalRuntimeParms, String OnlyRunNamedQuery, Boolean UseExtensions) +9130
   AspDotNetStorefront.ShowEntityPage.Page_Load(Object sender, EventArgs e) in c:\inetpub\Sites\CSXParts\App_Code\ShowEntityPage.cs:337
   AspDotNetStorefront.showsection.Page_Load(Object sender, EventArgs e) in c:\inetpub\Sites\CSXParts\showsection.aspx.cs:32
   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.3701.0