When trying to view Gift Cards under the Management tab under Ecommerce/Orders, we get the following error. We are running 8.9.2.9 of the application.
Exception information:
Exception type: CryptographicException
Exception message: Length of the data to decrypt is invalid.
at System.Security.Cryptography.RijndaelManagedTransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount)
at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.StreamReader.ReadBuffer()
at System.IO.StreamReader.ReadToEnd()
at Dynamicweb.SystemTools.Crypto.Decrypt(String source, String key)
at Dynamicweb.eCommerce.GiftCards.GiftCard.Fill(IDataReader reader)
at Dynamicweb.eCommerce.GiftCards.GiftCard.GetGiftCardsByQuery(CommandBuilder query)
at Dynamicweb.Admin.GiftCards.GiftCardsList.FillList()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Any ideas how to resolve this?
Thanks,
Terri