|
POST
|
Thanks. I got the same answer as you provided as I reviewed the code.
... View more
11-04-2016
10:40 AM
|
0
|
0
|
3170
|
|
POST
|
For the items in the Search.html, e.g. the 2 listed below: <label data-dojo-attach-point="labelSearchTerm0"> </label> <input type="text" style="width:100%;" data-dojo-type="dijit/form/TextBox" data-dojo-attach-point="inputSearchTerm0" data-dojo-props="trim:true,disabled:true" /> I want to dynamically re-set their values in JavaScript. How to do it? Appreciate if you can help
... View more
11-04-2016
07:24 AM
|
0
|
2
|
8348
|
|
POST
|
I try to get a piece of code sample for obtaining X/Y though a mouse-click. Appreciate if you can share yours.
... View more
11-01-2016
04:14 AM
|
0
|
15
|
19985
|
|
POST
|
Our DB Admin increased the value of OPEN_CURSORS from 1000. Then problem was gone. Thanks for your reviewing.
... View more
09-22-2016
10:54 AM
|
0
|
0
|
381
|
|
POST
|
In my ArcObjects AddIns project, there is function to update about 300+ records of a ITable or a FeatureClass stored in Oracle SDE database. As the program is executed for about 180 - 280 records, a System.Runtime.InteropServices.ExternalException throws out: {"Underlying DBMS error [ORA-00604: error occurred at recursive SQL level 1\nORA-01000: maximum open cursors exceeded\n] [TblName]"} By referring to http://support.esri.com/technical-article/000005807, our DBA increased the value of OPEN_CURSORS from 300 to 600, and then re-started the Oracle DB. However the error still exists for updating ITable (but OK for FeatureClass). I will appreciate if you can share your experience for this bug.
... View more
09-21-2016
04:15 AM
|
0
|
1
|
1220
|
|
POST
|
Karl: You are right. I have solved this issue like you said. I set Platform target: x64, and then loaded the x64 Oracle.DataAccess. Then, the warning is gone, and I could execute the AddIn tool on ArcMap. Thanks again.
... View more
09-13-2016
08:13 AM
|
0
|
0
|
6129
|
|
POST
|
I loaded an existing project, and it can be built. But I got such a warning: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "Oracle.DataAccess, Version=4.112.3.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. I re-referenced the Orcl.DataAccess but the error still exists. Any idea for this bug? Thanks.
... View more
09-12-2016
12:01 PM
|
0
|
2
|
12352
|
|
POST
|
Jared: Thanks for your response. I have generally solved the problem by re-creating a new project, and then loading the elements from the existing source project one by one.
... View more
09-12-2016
11:40 AM
|
0
|
0
|
1261
|
|
POST
|
I installed VS 2012 Ultimate and also ArcObjects WDK for MS .Net FW. Then I opened a .sln on the VS 2012 but got the Error below: The "ValidateAddInXMLTask" task could not be loaded from the assembly ESRI.ArcGIS.AddIns.SDK, Version=10.2.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86. Could not load file or assembly 'Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. I checked the Registry Editor, and did see the item: ESRI.ArcGIS.AddIns.SDK.11, Version="10.2.0.0" What should I do to debug it? Appreciate if you can help for this issue.
... View more
09-12-2016
05:21 AM
|
0
|
2
|
2743
|
|
POST
|
I have to re-activate my thread again since it works on one of my deployed IIS service but not on another one. In both of them the domains are the same. Should I do some settings on the IIS? Thanks.
... View more
08-29-2016
12:47 PM
|
0
|
2
|
1532
|
|
POST
|
Re-worked on the key setting and got the problem solved. Thanks for your review.
... View more
08-29-2016
10:32 AM
|
0
|
0
|
1532
|
|
POST
|
Several months ago, the Google Street View worked well in my application in html format. Then, I created an aspx page and loaded all of the HTML code into it. When I click the Google Street Map again, I received warning message: "Oops! Something went wrong. This page did not load Google Maps correctly. See the JavaScript code for technical details." Through Chrome F12, the error message is Google Maps API error: MissingKeyMapError. Then, I checked https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error and followed the instruction (https://developers.google.com/maps/documentation/javascript/get-api-key ) and get the key. I copied pasted the code: <script async defer src="https://maps.googleapis.com/maps/api/js?key=myKeyHere&callback=initMap" type="text/javascript"> But I still get runtime error. Did I do something wrong? Thanks if you can help..
... View more
08-26-2016
08:36 AM
|
0
|
4
|
6578
|
|
POST
|
I want to do such a job: 1) After adding a point on the Street Map, zoom the map into the level as the point is on it (like a shopping store on a map). 2) Export this thumbnail map in a JavaScript code. I coded as below: var thumbMap = new Map( { basemap: "street", center: [x, y], // x = 38.0; y = -77.0; visible: false, zoom: 10 }); thumbMap.addLayer(gLayer); // runtime error But I got runtime error: addLayer not supported. I checked the object in VS Watch and observed that it does not contain any method. What's wrong in my code? How can I refer it to the existing map (this.map) in this project? Appreciate if you can provide your advisory..
... View more
08-26-2016
07:58 AM
|
0
|
0
|
1164
|
|
POST
|
In my SOE application, for the out of range data, I want to either pop-out a warning message or display the customized error message. How to do it? Can I use JavaScript to do it? Thanks.
... View more
05-31-2016
11:00 AM
|
1
|
0
|
2491
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-18-2023 10:02 AM | |
| 3 | 07-14-2023 12:29 PM | |
| 1 | 04-02-2021 12:16 PM | |
| 1 | 07-24-2017 11:31 AM | |
| 1 | 04-04-2016 03:59 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-01-2025
11:58 AM
|