Not enough storage is available to complete this operation

喜夏-厌秋 提交于 2019-12-02 22:38:09

Finally I found the issue to get this "Not enough storage is available to complete this operation." appear on IE9.

The reason is IE9 has a limitation to have 31 css references per page. In my page has more than 31 references.

Refer following link.

http://blogs.telerik.com/blogs/posts/10-05-03/internet_explorer_css_limits.aspx.

To resolve this issue. I moved the all css in App_Theame to new folder. and create one css in App_Theme folder, and include "@import url("../../styles/Stylesheet01.css");" lines per each css.

Then browser will refer to only one css.

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