Hi,

We are currently getting the following skinning or xmlpackage error in a few of our pages since installing the mobile app. I should note that the mobile version of the store displays fine on these pages.

Can you please offer some insight as to why this may occur?

Thanks

Server Error in '/store' Application.
Error in XmlPackage(.Load), Package=[entity.DNE.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=[entity.DNE.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 291: if (s == null ||s.Length == 0)
Line 292: {
Line 293: using (XmlPackage2 p = new XmlPackage2(m_XmlPackage, m_SkinBase.ThisCustomer, m_SkinBase.SkinID, "", RunTimeParms, String.Empty, true))
Line 294: {
Line 295: s = AppLogic.RunXmlPackage(p, m_SkinBase.GetParser, m_SkinBase.ThisCustomer, m_SkinBase.SkinID, true, true);


Source File: d:\domains\safetyculture.com.au\wwwroot\store\App_ Code\ShowEntityPage.cs Line: 293

Stack Trace:

[ArgumentException: Error in XmlPackage(.Load), Package=[entity.DNE.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!]]
AspDotNetStorefrontCore.XmlPackage2..ctor(String PackageName, Customer cust, Int32 SkinID, String UserQuery, String AdditionalRuntimeParms, String OnlyRunNamedQuery, Boolean UseExtensions) +3136
AspDotNetStorefront.ShowEntityPage.Page_Load(Objec t sender, EventArgs e) in d:\domains\safetyculture.com.au\wwwroot\store\App_ Code\ShowEntityPage.cs:293
AspDotNetStorefront.showcategory.Page_Load(Object sender, EventArgs e) in d:\domains\safetyculture.com.au\wwwroot\store\show category.aspx.cs:25
System.Web.Util.CalliHelper.EventArgFunctionCaller (IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Cal lback(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) +1061