System.ArgumentException: '_', hexadecimal value 0x1F, is an invalid character.
at System.Xml.XmlEncodedRawTextWriter.InvalidXmlChar(Int32 ch, Char* pDst, Boolean entitize)
at System.Xml.XmlEncodedRawTextWriter.WriteElementTextBlock(Char* pSrc, Char* pSrcEnd)
at System.Xml.XmlEncodedRawTextWriter.WriteString(String text)
at System.Xml.XmlWellFormedWriter.WriteString(String text)
at Microsoft.CommerceServer.Catalog.Internal.XmlErrorsBase.GetExternalError(Int32 lineNumber, String errorMessage)
at Microsoft.CommerceServer.Catalog.Internal.XmlErrorsBase.GetExternalError(String errorMessage)
at Microsoft.CommerceServer.Internal.CatalogExport.Export(Object obj)
at Microsoft.CommerceServer.Internal.CatalogExport.Export(Guid operationId)
at Microsoft.CommerceServer.Catalog.Internal.CatalogExportService.Export(ExportOptions exportOptions, String fileName)
at Microsoft.CommerceServer.Catalog.Internal.CatalogExportService.Page_Load(Object sender, EventArgs e)
看起来目录导出失败,然后尝试写入错误消息再次失败。它看起来像坏数据,但我们找不到任何东西。有人见过这个吗?