问题描述
我的堆栈跟踪似乎没有帮助。 当我尝试通过调用另一个JSON Web服务深入查看表时出现此错误。 任何线索? 我找不到任何合理的说明,说明它之前的工作原因。 我
在它看起来崩溃的页面中有一个IFrame。 我现在需要做一些特殊的工作,因为我之前没有做过IFRame吗?
0x800a139e - JavaScript运行时错误: WinJS.Utilities.requireSupportedForProcessing:声明处理上下文中不支持值,如果您希望支持它,请使用WinJS.Utilities.markSupportedForProcessing标记它。值为:
'[object HTMLIFrameElement]'
Peter Kellner http://peterkellner.net Microsoft MVP•ASPInsider
My stack trace does not seem to help. I get this error when I try and drill down into a table by calling another JSON web service. Any clue? I can't find any reasonable notes on what might cause this now when it was working before. I do have an IFrame in the page it seems to be crashing on. Do I need to do anything special for an IFRame to work now that I did not do before?
0x800a139e - JavaScript runtime error: WinJS.Utilities.requireSupportedForProcessing: Value is not supported within a declarative processing context, if you want it to be supported mark it using WinJS.Utilities.markSupportedForProcessing. The value was: '[object HTMLIFrameElement]'
Peter Kellner http://peterkellner.net Microsoft MVP • ASPInsider
这篇关于升级到Win8 Release和Vs2012后出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!