Results 1 to 8 of 8

Thread: XML package error after upgrade to 9.3

  1. #1
    Join Date
    Mar 2012
    Posts
    21

    Unhappy XML package error after upgrade to 9.3

    I am at the last stages of an upgrade to 9.3 from 9.1 and have an error -

    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!]

    I cannot find this file anyplace in the download. Any ideas? I saw this same error in a post from last November but there were no replys.

  2. #2
    Join Date
    Nov 2006
    Posts
    120

    Default

    Did you move your custom XML packages from your previous version?
    Sounds like a custom xml package.
    Shawn

    http://www.FirstChoiceMarine.com

    Currently 7.1 moving to MS9.3

  3. #3
    Join Date
    Mar 2012
    Posts
    21

    Default

    I just took a look at the backup I did, there was only 1 that I had changed, at least that is what I think. I am using Ultra Compare to compare the two folders. I don't see that file name anyplace. I just searched my entire backup.

  4. #4
    Join Date
    Nov 2008
    Location
    London, UK
    Posts
    434

    Default

    As seasonalsin says, I'm 99% sure that error is caused because you didn't copy the file entity.DNE.xml.config from your existing site's /XmlPackages folder (or it could be App_Templates/Skin_1/XmlPackages) into your new 9.3 site

  5. #5
    Join Date
    Mar 2012
    Posts
    21

    Default

    I have searched my backup and live server (the problem is on my development server) and cannot find this file. I cannot even find the string 'entity.DNE.xml.config' in any file on the site!

    I'm going to start looking at the code and figure out where that is coming from.

  6. #6
    Join Date
    Mar 2012
    Posts
    21

    Default

    Ok i did find the string, it is in mobileXmlPackageController.vb

    ---------------
    Public Class MobileXmlPackageController
    Public Shared Function XmlPackageHook(ByVal xmlPackage As String, ByVal thisCustomer As Customer) As String
    If xmlPackage = "" Then
    xmlPackage = "entity.DNE.xml.config"
    End If
    ---------------

    Now I keep digging

  7. #7
    Join Date
    Mar 2012
    Posts
    21

    Default

    Solved -

    It looks like the update script did not work completely. I did a clean install to a new site and database then used an SQL utiltity (Toad) to compare to my database and make the changes - POW - works like a charm.
    Last edited by mbam; 07-17-2012 at 03:48 PM.

  8. #8
    Join Date
    Jul 2012
    Posts
    2

    Default

    This might be worth giving a try. Worked in my case.

    http://manual.aspdotnetstorefront.co...sion-9300.aspx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •