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: Cannot get to an order thru admin site

  1. #1
    smg2 is offline Member
    Join Date
    Feb 2007
    Posts
    53

    Default Cannot get to an order thru admin site

    I am getting the following error when trying to view an order. I can get to all the other orders thru admin site, but something is wrong with this one. Any ideas?

    Server Error in '/' Application.
    Last Trace Point=[]. Unable to translate Unicode character \u2019 at index 5593 to specified code page.<br/><br/>
    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: Last Trace Point=[]. Unable to translate Unicode character \u2019 at index 5593 to specified code page.<br/><br/>

    Source Error:

    Line 1373: else
    Line 1374: {
    Line 1375: Response.Write(AppLogic.GetAllDistributorNotificat ions(ord));
    Line 1376: }
    Line 1377: Response.Write("</div>\n");

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    This is caused by having upper Unicode characters in the data being displayed by the receipt or email XML package. The issue occurs because in order to have compatibility with the broadest range of mail clients, our email XML packages utilize ISO-8859-1 output encoding. This encoding cannot handle upper unicode characters, which includes a range of special characters and languages.

    See this KB article.