Rank: Advanced Member Groups: Member
Joined: 11/16/2010 Posts: 48
|
A user got the following error when trying to upload with the EO Ajax uploader. Please help resolving this
Code:
Error in page :http://photocompentries.net/eo_web.ashx?id=D877A66C-9E75-4d29-BD48-426B705280FD&dldp=1255873005C59351A3BE982280FA92BBCEB231A3DC40F398E6CFECEF77182DA733FB5861C5C7DB84CCB5F872E50E0F09EA883C3326260AB55002E7BC384E3F80AE8C8B8A826B023DCF1DDC9CD7B64D1BF979702A2A39252EA82019DEA2761787AF7F4DC522E7533884BA0ED55C8E5DCA33900C86566ACF95871C7E6378E79450323DB2E91E23A618CD765FA2911CF9FF9ABED4055AE94BB3BE2AD3A30F3FA32618FFD153D6922D34AFE267CEA91D0C1BECD4912ABA24D9374DE54AEC486BF086677AF70C3A724799B3697D9A75D9C2C0F9AC0A5DF76A4381DF55D8D3D57CA68389B40891172369F3654A16A86C0DFCC280AFE20D8DFA318C4DAD089E960E9AFCD14A1AD7E59F6675A0D8308C4EFFEC644A6FDC81346C1E6535FE87C9EBB7C537C4E0FE5CB80E43B449881DBC9E4526944BE6DFEAEE76F97FDBF0C019C05551BEF5BE22233356198A4D842D8267DF256FA31AF8679BF2049EFB69AD58A525F52B54E5A1AFF8F850039D628C91F5830D07C0E143D5F56BD4805B34CCE23BC0A2D98E9EF1FFB90FDC82CE2DF6DE195381664723CF419FEB8DEC707F10761B195D1CDD9834F8C737CBD89D00BAB9AA4DDDB71632A369FCC7004137C4F49624FFCA571DC55E77924CA39A70BD048F25994A02B6B5C29510A3C2341B28DCA720F82EB4859594F737B720B4EC17FE9AD3052DBAE5B563EE7C37FC302160FB542F6C28134D87007076E9674D27950655B33088B65CBCCE13B585E679F11D2735102428D4226BA83E24BD203B9A827AF086B0F74F8FAC79914FC5A4596411A9525AA9BD3721F2B7E57ED22EC148B14F8F6DDE817AD6608792CD1E501342C674CF9AF82BEB7CEB1C249104E4F5C9EF96A936AB4FD91944A2E333D7AB952A149C33CCBACB3A9CECE90758CB08F7C6F20C11C073F1EB52C1AC311C5D9E8965292F85AF91ACF77114699587B64C5928DD6B39BC3370FAA7E4F608DBA81BDFF39B8F6ED092D5DD206EA94A0ABD11E636542FE5BD2376A2076F05AFDD3B392AAB4E39D999A6E7257C1631F8AAE145D803E00169133E35A3F5917AE5AD3EB59EBBE612AFD1C554F286011CAC6597BD3E7F020C97F405E662E25F4DBDC4CE94D3A8AB30406E3FF098A0B58CF919E9AAC6C22803E341F173E1230CFAF445D023DCE788352FEB99997C088BCAC27B00088C7B8F88F8B5503CB88F0664EFFFDF0663488F2D39B20E442DB374E28FC0BDF87913B9B8CF26AF9937A7C3CAD8AE8039E1FC61B44FA93FD124DFAE2BEE81E424164521B8C8D05BFFC9AC2D8B6CC3A48C527BC003EFEB24A4DC9CFA98246CB4D5A468FC5955260FE3EC7774D2DE70D5BD0DE8B01577BE6C59D0659C5B8277C9BA39C90438FF40C2AA74FAB8111E46 Message Error occurred during a cryptographic operation. StackTrace Server stack trace: at System.Web.Security.Cryptography.HomogenizingCryptoServiceWrapper.HomogenizeErrors(Func`2 func, Byte[] input) at System.Web.Security.Cryptography.HomogenizingCryptoServiceWrapper.Unprotect(Byte[] protectedData) at System.Web.Security.FormsAuthentication.Decrypt(String encryptedTicket) at EO.Internal.gsuw.djjo(String biw) at EO.Internal.gsyb.hfvy(gtcs cvg, String cvh, HttpResponse cvi) at EO.Internal.gsyb.hfvw(gtcs cuz, Boolean cva, String cvb, HttpResponse cvc) at EO.Internal.gsyb.hfvv(gtcs cus, Boolean cut, String cuu, HttpResponse cuv, Boolean cuw, AsyncCallback cux, Object cuy) at EO.Internal.gsyb.hfvu(gtcs cum, String cun, HttpResponse cuo, Boolean cup, AsyncCallback cuq, Object cur) at EO.Internal.gsyb.nfgk(gsyi fjx, HttpResponse fjy, Object fjz) at EO.Internal.gsyj.hfvu(gsyi czu, HttpResponse czv, Object czw) at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase) at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData) at EO.Internal.gsyk.bkpr.EndInvoke(IAsyncResult result) at EO.Internal.gsyk.ecda(IAsyncResult dan) at EO.Internal.gsya.EO.Internal.gsyw.xhmz(IAsyncResult frp) at EO.Web.Runtime.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) at System.Web.HttpApplication.CallHandlerExecutionStep.InvokeEndHandler(IAsyncResult ar) at System.Web.HttpApplication.CallHandlerExecutionStep.OnAsyncHandlerCompletion(IAsyncResult ar)
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi, This has to do with FormAuthentication data encryption/decryption. The problem can manifest on anything that relies on FormAuthentication encryption, not just our controls. There are various scenario that can cause this. The most common one being missing machineKey entry in your web.config. See here for various discussion about this issue: https://stackoverflow.com/questions/25857577/error-occurred-during-a-cryptographic-operation-when-decrypting-forms-cookieHope this helps. Thanks
|