Server Error in '/' Application.

Error in XmlPackage(.Load), Package=[product.oneimage.xml.config], Msg=[The XmlPackage file could not be found. The search tree is: skins/skin_{activeskinid}/XmlPackages and then the /XmlPackages folders in your web site. Please make sure that you have FTP'd the file up to the server!]

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.ArgumentException: Error in XmlPackage(.Load), Package=[product.oneimage.xml.config], Msg=[The XmlPackage file could not be found. The search tree is: skins/skin_{activeskinid}/XmlPackages and then the /XmlPackages folders in your web site. Please make sure that you have FTP'd the file up to the server!]

Source Error:


Line 351:                else
Line 352:                {
Line 353:                    XmlPackage2 p = new XmlPackage2(m_XmlPackage, ThisCustomer, SkinID, "", "EntityName=" + SourceEntity + "&EntityID=" + SourceEntityID.ToString() + CommonLogic.IIF(CommonLogic.ServerVariables("QUERY_STRING").IndexOf("cartrecid")!= -1, "&cartrecid=" + CommonLogic.QueryStringUSInt("cartrecid").ToString(),"&showproduct=1"), String.Empty, true);
Line 354:                    m_PageOutput += AppLogic.RunXmlPackage(p, base.GetParser, ThisCustomer, SkinID, true, true);
Line 355:                    if (p.SectionTitle != "")

Source File: d:\Domains\dfwfurniture.com\wwwroot\showproduct.aspx.cs    Line: 353

Stack Trace:


[ArgumentException: Error in XmlPackage(.Load), Package=[product.oneimage.xml.config], Msg=[The XmlPackage file could not be found. The search tree is: skins/skin_{activeskinid}/XmlPackages and then the /XmlPackages folders in your web site. Please make sure that you have FTP'd the file up to the server!]]
   AspDotNetStorefrontCommon.XmlPackage2..ctor(String PackageName, Customer cust, Int32 SkinID, String UserQuery, String AdditionalRuntimeParms, String OnlyRunNamedQuery, Boolean UseExtensions) +4726
   AspDotNetStorefront.showproduct.Page_Load(Object sender, EventArgs e) in d:\Domains\dfwfurniture.com\wwwroot\showproduct.aspx.cs:353
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433