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:\websites\shamansgarden.com\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) +8467
   AspDotNetStorefrontCore.XmlPackage2.GetSqlData(String OnlyRunNamedQuery) +4201
   AspDotNetStorefrontCore.XmlPackage2..ctor(String PackageName, Customer cust, Int32 SkinID, String UserQuery, String AdditionalRuntimeParms, String OnlyRunNamedQuery, Boolean UseExtensions) +9088
   AspDotNetStorefront.ShowEntityPage.Page_Load(Object sender, EventArgs e) in c:\websites\shamansgarden.com\App_Code\ShowEntityPage.cs:337
   AspDotNetStorefront.showcategory.Page_Load(Object sender, EventArgs e) in c:\websites\shamansgarden.com\showcategory.aspx.cs:33
   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.4494.0