Hi All,
I am using ArcGIS Javascript API 3.9 with IE9+ browsers. I am getting out of stack space error in one of my layer. Reason for the issue is that it is a polygon layer and one of the feature in it is having very large polygon with multiple rings.
But same thing is working with IE8.
Can anyone got the same issue or help me out in resolving the issue.
It's hard to know exactly what the problem is without testing your code but this discussion may help you:
javascript - "SCRIPT28: Out of stack space" on website using IE9 - Stack Overflow
Have you added your layer to a different application? Did you receive the same result? If your service is unsecured, post the URL and I will test it out.