Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Google Base Feed Error

  1. #1
    avsune is offline Member
    Join Date
    Feb 2008
    Posts
    68

    Default Google Base Feed Error

    I've been working on an xml package file to change the output of an xml file from a feed that we've set up.

    I'm getting an exception:

    Exception=Exception of type 'System.OutOfMemoryException' was thrown.<br/>
    ^

    Even when I revert to the original xml.config file, I still cannot get rid of this error.

    Can anyone help?

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    What version are you using? If you've got a lot of products the operation to retrieve all that product info and format it correctly can simply take too much time/resources and you'll run into that. In recent versions (8.0.1.2 and later) we break that export into 'chunks' so that doesn't happen.