Select to view content in your preferred language

dojo is undefined in ie11

3360
3
10-16-2014 11:53 PM
sathiyanarayananthamotharan
Deactivated User

I am getting dojo is undefined in IE11 in 3.10 (http://js.arcgis.com/3.10/) but the same works well in google chrome.

0 Kudos
3 Replies
KenBuja
MVP Esteemed Contributor

Can you post your code (or a version that duplicates the error) and indicate where you are getting the error?

0 Kudos
sathiyanarayananthamotharan
Deactivated User

Below is my code in *.cshtml file.

<script type="text/javascript" src="http://js.arcgis.com/3.10/"></script>

<script type="text/javascript">

      dojo.require("esri.map"); --> error dojo is undefined in this line

      ...

the same code was working earlier in IE11 and chrome but now only IE11 throws error.

0 Kudos
sathiyanarayananthamotharan
Deactivated User

Any help would be greatly appreciate.

0 Kudos