Javascript Message Out of Stack Space in IE8

落爺英雄遲暮 提交于 2019-12-12 19:58:05

问题


I'm using Breeze 1.4.1, Internet Explorer 8, and ASP.NET MVC 4 Web API. I received the following message when querying:

Query failed: Metadata import failed for localhost:port/breeze/Data/Metadata; Unable to process returned metadata:Out of stack space

It works on firefox/chrome. Any suggestions on a workaround? Unfortunately I am stuck with IE8 for production code.


回答1:


Have you reviewed the Breeze supported browsers page? It describes certain shims that are necessary if you use IE8.

In general, after shimming, Breeze has no trouble importing metadata in IE8. There isn't enough information in your question for us to even hazard a guess as to what is going wrong.

Perhaps you can debug into it and find where the import is breaking down.



来源:https://stackoverflow.com/questions/18452732/javascript-message-out-of-stack-space-in-ie8

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!