Hi
While I am testing SAPUI5 application in IE-11 (compatibility mode IE-9) by referring the sap-ui-core.js from online (https://sapui5.hana.ondemand.com/resources) I got following error message and the page is not rendering properly.
SCRIPT5022: found in negative cache: 'sap/ui/core/Core.js' from TODO???/sap/ui/core/Core: Error: found in negative cache: 'sap/ui/core/Component.js' from TODO???/sap/ui/core/Component: Error: found in negative cache: 'sap/ui/base/ManagedObject.js' from TODO???/sap/ui/base/ManagedObject: Error: found in negative cache: 'sap/ui/model/ListBinding.js' from TODO???/sap/ui/model/ListBinding: Error: found in negative cache: 'sap/ui/model/Filter.js' from TODO???/sap/ui/model/Filter: Error: found in negative cache: 'sap/ui/core/util/UnicodeNormalizer.js' from TODO???/sap/ui/core/util/UnicodeNormalizer: Error: failed to load 'sap/ui/thirdparty/unorm.js' from https://sapui5.hana.ondemand.com/resources/sap/ui/thirdparty/unorm.js: 0 - Error: Access is denied.
When I am referring the local UI core.js the application is working fine in IE-11. Also in chrome and firefox the application is perfectly working without any issue when it refers the online sap-ui-core.js script reference.
Anybody can help me what is the problem with IE.I used the libs sap.m, sap.ui.commons mainly.