|
POST
|
I'm trying to come up with a good way to automate Runtime updates in my application. I already have a method for updating the application components themselves, as well as installing the new deployment folder. The problem is cleaning up the current deployment folder: each version of Runtime expects a particular name for the deployment folder, and so far I haven't been able to find out what that name is via code. Apart from baking it into the configuration, has anyone found a way to determine the name of the current Runtime deployment folder?
... View more
02-08-2017
06:48 AM
|
0
|
2
|
1622
|
|
POST
|
I've been explicitly setting the extent, and even when it's zoomed WAY out it makes no difference.
... View more
02-06-2017
05:57 AM
|
0
|
0
|
7265
|
|
POST
|
Thanks for the info. I applied the patch, recreated the GPK, and still get the error. I've attached it as an example. As for the TPKs, I've also attached two examples: one with the old tiling scheme that doesn't work, and one with the revised tiling scheme that does work.
... View more
01-12-2017
06:36 AM
|
0
|
0
|
1402
|
|
POST
|
FYI, I was able to work around the pan/zoom issue by moving the layers to a new map instead of just assigning the MMPK map to the mapview. However, not all layers are present when I try to grab them, which is a head-scratcher. I may need to get tech support involved with this one.
... View more
01-10-2017
07:38 AM
|
0
|
2
|
7265
|
|
POST
|
Well, I finally got around to doing some testing on 100.0, and GPKs from 10.3.1, 10.4.1, or 10.5.0 all bomb when started up. I can start up an MPK fine, but it doesn't display rasters; however, I can display rasters separately, so that's not a big issue. Also, TPKs and tile caches with custom tiling schemes won't display. CORRECTION: Runtime doesn't like custom tiling schemes with only one scale level defined. If I have two or more scale levels defined, then the TPK is displayed between the minimum and maximum scales.
... View more
01-10-2017
07:20 AM
|
0
|
2
|
1402
|
|
POST
|
For us it only takes a couple of minutes for a 450 MB mmpk*. However, I've run into another bug where certain relationships cause the tool to try to create duplicate tables, which crashes it. I have opened a case with tech support, but it's currently on hold until Pro 1.4 comes out, to see if it's fixed there. It's kind of a moot point anyway right now, at least for Runtime users, because the first release of .NET v.100 didn't solve any of the mmpk rendering bugs that I'd reported for the beta. We'll see what the next release is like. *Created from a file GDB that's exported from ArcSDE on a nightly basis.
... View more
12-07-2016
12:12 PM
|
1
|
3
|
1988
|
|
DOC
|
When I first started working with WPF as an alternative to Windows Forms, I welcomed the concept of a better separation of interface from logic. While I didn't really think in terms of skins or themes, one question almost immediately popped into my head: How can I design a single, relatively simple GIS field application, that can be configured to look completely different, in order to accomplish different tasks? My first attempt didn't really offer the flexibility I wanted. Then I started studying MVVM design, which offered the flexibility I wanted, but presented a whole new series of challenges. Finally, I arrived at two ideas: 1) extending the MapView using Behaviors, and 2) implementing an extensible view model that can accommodate views of any composition. This presentation describes the architecture I developed.
... View more
11-30-2016
08:25 AM
|
1
|
1
|
1124
|
|
POST
|
I'm seeing the same problems with Mobile Map Packages in the 100.0 release that I saw in the Beta. I cannot zoom or pan to the full extent of the data, and not all features are rendering properly. Is this issue still being worked on for a future release?
... View more
11-29-2016
08:30 AM
|
0
|
15
|
9990
|
|
POST
|
We've been running into a problem with the sync framework, but it's not a really bug, rather a locking issue. The problem is, originally the sync framework only supported non-versioned feature classes, and when people are editing those feature classes back in the office, it blocks synchronization attempts (as ArcGIS Server logs so painfully reveal). Recently, we started experimenting with a sync-enabled service with versioned feature classes, and upon discovering how that mechanism actually works, realized that this could lead to a data management NIGHTMARE. Has anyone found a happy solution? I'm thinking possibly that, via a script, we could transfer new features from a field class to a back-office class for further editing. The problem there is that the updated data needs to get back out into the field. Perhaps the feature service should point to a two-way replica of the back-office class which is synchronized nightly? I can't help but feel that this is more complicated than it needs to be. Any ideas? Success stories? Update: It just occurred to me that, in Esri's flashy demos, maybe the back-office people are editing via the same feature service rather than using ArcMap. That might be an alternative worth investigating.
... View more
11-10-2016
08:52 AM
|
0
|
0
|
835
|
|
POST
|
GPKs created using Desktop 10.2.1 and 10.3.1 work fine with Runtime 10.2.7, but GPKs created using 10.4.1 and 10.5.PR do not. I've been told that certain versions of ArcMap/ArcCatalog are only compatible with certain versions of Runtime, because of an ArcObjects compatibility issue. If so, will 10.4.1 and 10.5 support the Quartz release? [The current Quartz Beta doesn't have a local server yet that I can test.]
... View more
10-21-2016
03:52 PM
|
0
|
3
|
2092
|
|
POST
|
I have the same question, and the Beta program is no longer accepting applications.
... View more
10-17-2016
10:18 AM
|
0
|
0
|
2914
|
|
POST
|
Where the heck did that come from? Did that appear in VS 2013 with update 5? None of my earlier [VS 2013] projects have that set. Thanks anyway for the tip! Update: I did some searching, and the option actually appeared with VS 2012. It's still a mystery as to why I haven't run into the problem with earlier projects, unless my memory is just messing with me. 😉
... View more
09-15-2016
07:39 AM
|
0
|
0
|
996
|
|
POST
|
I've run into a head-scratcher. I have two different apps using a common Runtime deployment folder on a 64-bit machine. The first app is perfectly happy with just the client64 folder present, but the second app wanted the client32 present. I was able to clear the problem by explicitly building the second app for 64-bit, but I didn't have to do that for the first app. Any idea what would be causing this behavior?
... View more
09-14-2016
12:31 PM
|
0
|
2
|
1860
|
|
POST
|
That did the trick. Normally I query features in a separate block of code, and the memory context must make a difference. Thanks for the tip!
... View more
09-09-2016
07:05 AM
|
0
|
0
|
1276
|
|
POST
|
Is there a way to query attachments from a map service (as opposed to a feature service)? I can create and initialize a ServiceFeatureTable OK, but when I try to query attachments, I get the dreaded "Row not found" exception. I can get to the attachments directly through REST calls, so I know it's not a data or service issue.
... View more
09-07-2016
10:46 AM
|
0
|
2
|
2219
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 01-04-2012 06:42 AM | |
| 1 | 09-23-2021 10:42 AM | |
| 2 | 09-28-2021 07:07 AM | |
| 1 | 04-07-2021 10:31 PM | |
| 3 | 03-21-2021 01:14 PM |
| Online Status |
Offline
|
| Date Last Visited |
01-07-2022
08:31 AM
|