Load XML file failed under IE9

I got File not found error when using IE9 to load gantt chart data with the XML retrieved via AJAX from remote server. I am using DTHMLX Gantt version 1.3.

Any idea ? Thanks

Firstly, please try our sample http://dhtmlx.com/docs/products/dhtmlxGantt/samples/02_data_load/3_loadxml.html it works okay for me. Then it could be different issues - does your server supports file GET/POST, check the HTTP response.

Had the same problem:
IE7, IE8 - works
IE9 - xml load error
The solution was :
my dhtmlxGantt/codebase/dhtmlxcommon.js was not up-to-date

The latest version contains fixes for IE9.

Sorry, yes, exactly.