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");