Server Error in '/' Application.

Error in XmlPackage(.Load), Package=[entity.DNE.xml.config], Msg=[The XmlPackage file could not be found. The search tree is: App_Templates/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=[entity.DNE.xml.config], Msg=[The XmlPackage file could not be found. The search tree is: App_Templates/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 336:                        if (s == null ||s.Length == 0)
Line 337:                        {
Line 338:                            using (XmlPackage2 p = new XmlPackage2(m_XmlPackage, m_SkinBase.ThisCustomer, m_SkinBase.SkinID, "", RunTimeParms, String.Empty, true))
Line 339:                            {
Line 340:                                s = AppLogic.RunXmlPackage(p, m_SkinBase.GetParser, m_SkinBase.ThisCustomer, m_SkinBase.SkinID, true, true);

Source File: d:\WebFiles\BatteryStoresMS\App_Code\ShowEntityPage.cs    Line: 338

Stack Trace:


[ArgumentException: Error in XmlPackage(.Load), Package=[entity.DNE.xml.config], Msg=[The XmlPackage file could not be found. The search tree is: App_Templates/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!]]
   AspDotNetStorefrontCore.XmlPackage2..ctor(String PackageName, Customer cust, Int32 SkinID, String UserQuery, String AdditionalRuntimeParms, String OnlyRunNamedQuery, Boolean UseExtensions) +10883
   AspDotNetStorefront.ShowEntityPage.Page_Load(Object sender, EventArgs e) in d:\WebFiles\BatteryStoresMS\App_Code\ShowEntityPage.cs:338
   AspDotNetStorefront.showmanufacturer.Page_Load(Object sender, EventArgs e) in d:\WebFiles\BatteryStoresMS\showmanufacturer.aspx.cs:33
   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.3930.0