Select to view content in your preferred language

JSAPI 3.5 local instalation folder names

1086
3
Jump to solution
07-16-2013 04:58 AM
AdrianMarsden
Honored Contributor
Hi


I'm trying to install JSAPI 3.5.  The instal.html that comes with it says to unpack the \arcgis_js_api\library into your server.


Then to change the paths in the two files to ""<myserver>/arcgis_js_api/library/3.5/jsapi/"


However, after copying the folder as specified my paths are different from the 3.3 install, and from these notes.  The paths are now "D:\<IIS Home folder>\arcgis_js_api\library\3.5\3.5" - I tried modifying the paths in the two files to this new version but everything went splut. Errors below

Is this just a case that the notes haven't been upgraded or has something else gone wrong?

ACM

  GET http://xx/arcgis_js_api/library/esri/nls/jsapi_en-gb.js 404 (Not Found) init.js:15  Uncaught Error: xhrFailed init.js:15 GET http://xx/arcgis_js_api/library/3.5/dijit/dijit.js 404 (Not Found) init.js:15 Uncaught Error: xhrFailed init.js:15 GET http://xx/arcgis_js_api/library/3.5/dijit/form/Textarea.js 404 (Not Found) init.js:15 Uncaught Error: xhrFailed  




0 Kudos
1 Solution

Accepted Solutions
FilippoBergamin
Emerging Contributor
There is an error when extracting and a directory is mis-named.
Rename 3.5\3.5 to 3.5\jsapi . Bingo .
Christy

View solution in original post

0 Kudos
3 Replies
AdrianMarsden
Honored Contributor
bump - so no-one out there has had any issues with local installation of 3.5 (and indeed 3.4 as the folder structure is 3.4/3.4 in that download)

Cheers

ACM
0 Kudos
FilippoBergamin
Emerging Contributor
There is an error when extracting and a directory is mis-named.
Rename 3.5\3.5 to 3.5\jsapi . Bingo .
Christy
0 Kudos
AdrianMarsden
Honored Contributor
Many thanks - I did that first, but must have got it wrong somewhere, as trying again and it all worked.
0 Kudos