IEDefineFailed in IE10 version for DojoLoader

4097
1
03-16-2015 09:46 PM
ArindaSarkar
New Contributor

Application works fine for MAP service in IE11.

But we are getting following exception in IE10. After that entire application crashes.

Version Used - ArcJS 3.11, AngularJS - 1.3.3

OS - Windows 7

IEDefineFailed in IE10 version for DojoLoader

Error Message:

Error: ieDefineFailed
   {
      [functions]: ,
      description: "ieDefineFailed",
      info: 0,
      message: "ieDefineFailed",
      name: "Error",
      src: "dojoLoader"
   }

description: ieDefineFailed
src: dojoLoader
info: 0

0 Kudos
1 Reply
thejuskambi
Occasional Contributor III

This error is usually related to extra or missing comma within the module. Hope this helps.

0 Kudos