Hi
I have this error:
[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032
What should I do?
Anjelina,
This error is normally raised due to a file (swf, xml, swz) getting blocked or not being served to the browser. If you use some browser monitoring such as F12 in IE or fiddler or firebug in Firefox to see what files are not being retrieved by the browser.
A common file that does not get served by your server by default is .swz to fix this go to MIME Types for the servers features in IIS and right click, and choose add, for the file name extension type ".swz" and for the MIME Type add application/x-swz
Regards
Anthony
Hi
I added swz to MIME Type 2 years ago. This error is random, some time return this error some time no. I have 20 widgets and this error randomly occured. some times for Popup.xml some times for widgets and some times for map layers. One more thing: In all situation other part of my web application works very good and just that one part(That did not load and returened error) dont work!
What should I do?
Regards
Anjelina,
If the error is randomly occurring then it may be an issue with your network and packets are getting dropped somewhere. The only thing I could suggest is do so monitoring on your network to try and identify any problems.
Regards
Anthony