|
POST
|
Morten, I just wanted to follow up and make sure you understood that I’m still seeing the problem even if I set the InstallPath and call Initialize in that sample application – even with the native files deployed to the correct location. Mike Hamsa Chief Technology Officer - GeoSpatial Innovations, Inc. P: 512-982-6735
... View more
12-04-2019
02:03 PM
|
0
|
0
|
4013
|
|
POST
|
Morten, Yeah, just noticed that here as well. That’s a problem with the Post Build Event on the class library project in that Solution and it isn’t copying all of the runtime folders to the correct output directory. You can probably copy those folders over manually just to get that solution running and reproduce the runtime problem. Or I can upload a new solution with that Post Build Event fixed. However, I just fixed the post build event here and tried to set the InstallPath AND call Initialize before doing anything else and I’m still having very similar problems. Mike Hamsa Chief Technology Officer - GeoSpatial Innovations, Inc. P: 512-982-6735
... View more
12-04-2019
01:51 PM
|
0
|
0
|
4013
|
|
POST
|
Hello, We have developed some .NET 4.7.2 Class Libraries and are using the Esri Runtime SDK in those class libraries. These class libraries get compiled into DLLs and those DLLs are used in other client applications. When the code in these class libraries attempts to open a mobile map package (MobileMapPackage.OpenAsync), it seems like something is happening in the Runtime, like an unhandled exception of some sort, and the mobile map packages do not load. We've wrapped the call in a try/catch but no exceptions are thrown. If I try to add another call before MobileMapPackage.OpenAsync, like MobileMapPackage.IsDirectReadSupportedAsync, we do get an exception - Unable to load runtimecore.dll - even though all of the ArcGISRuntime folders, assemblies and dependencies are in the correct location under the bin folder. I'm really at a loss right now. I've tried the things I know and I'm not having any luck. I've attached a simple Visual Studio 2019 solution that you can use to reproduce the problem. You may need to "Restore NuGet Packages", once you open the solution. Also, The file name for the mobile map package is hard-coded, so you will need to change that code before you run the app Otherwise, it should be all ready to go. You can step through the code and notice that once you get the MobileMapPackage OpenAsync or IsDirectReadSupportedAsync you will start running into problems. Thanks, Mike Hamsa
... View more
12-04-2019
07:54 AM
|
0
|
14
|
5475
|
|
POST
|
Hello, Earlier this year we used to Enterprise Cloud Builder for Microsoft Azure to deploy a dev/test ArcGIS Portal and GIS Server (version 10.6.1) and the licenses now need to be renewed. I've run through the Cloud Builder for Microsoft Azure app to see if there was an option to renew those licenses but I did not see one. What's the best way to renew the licenses for the services that have been deployed to Azure? Thanks, Mike...
... View more
10-23-2019
02:07 PM
|
0
|
0
|
958
|
|
POST
|
Hello, Earlier this year we used to Enterprise Cloud Builder for Microsoft Azure to deploy a dev/test ArcGIS Online Portal and GIS Server (version 10.6.1) and the licenses now need to be renewed. I've run through the Cloud Builder for Microsoft Azure app to see if there was an option to renew those licenses but I did not see one. What's the best way to renew the licenses for the services that have been deployed to Azure? Thanks, Mike...
... View more
10-21-2019
09:01 AM
|
0
|
1
|
801
|
|
POST
|
Hello, I'm trying to create a Mobile Map Package using the Create Mobile Map Package Geoprocessing Tool in ArcGIS Pro 2.4.2 and I'm encountering the following error.I've seen this error posted in a few different places without any resolution, so I was hoping that someone may be able to help out this time. I don't think it has anything to do with the Output File, because I've tried changing the name of that file, so maybe it has something to do with a couple of the layers pointing to the same data source? Maybe? ERROR 999999: Something unexpected caused the tool to fail. Contact Esri Technical Support (http://esriurl.com/support) to Report a Bug, and refer to the error help for potential solutions or workarounds. Item with the same path name already exists. Failed to execute (CreateMobileMapPackage). Thanks in advance, Mike...
... View more
10-09-2019
11:52 AM
|
0
|
0
|
963
|
|
POST
|
This just hit me as well - I did not see anything in the release notes. Going to have to change a few things around to get this working again. Mike...
... View more
09-16-2019
02:10 PM
|
1
|
0
|
4988
|
|
POST
|
Thanks a lot to all of you for the comments. It ended up being the Contains (vs. Within). Once I started using Contains, I got the results I expected. Thanks again, Mike Hamsa Chief Technology Officer - GeoSpatial Innovations, Inc. P: 512-982-6735
... View more
07-31-2019
02:23 PM
|
0
|
0
|
1956
|
|
POST
|
Hello, I was wondering if there were any good examples that would show me how to execute a QueryFeaturesAsync call on a FeatureTable using a SpatialRelationship of Within. I've got some code wired up but it doesn't seem to be returning any results, when I know there should be. Here's the code I'm currently using. An exception is getting caught - no elements in this sequence when I try to get the First item from the query results. QueryParameters qp = new QueryParameters(); qp.Geometry = new Envelope(Location, Radius, Radius); qp.SpatialRelationship = SpatialRelationship.Within; var table = layer.FeatureTable as GeodatabaseFeatureTable; try { FeatureQueryResult queryResult = await table.QueryFeaturesAsync(qp); Feature ftr = queryResult.First(); } catch (Exception ex) { string m = ex.Message; } Thanks, Mike...
... View more
07-26-2019
10:14 AM
|
0
|
4
|
2112
|
|
POST
|
Thanks Chad – we ended up adding a point graphic with a SimpleMarkerSymbol to each end of the line with the size of the marker symbol set to the thickness of the line and the color of the marker and line set the same as well. This seems to be working well and gives the illusion of a line with round endcaps.
... View more
05-14-2019
11:22 AM
|
0
|
1
|
3052
|
|
POST
|
Hello, I'm just wondering if it possible to make a line symbol with rounded end caps and if possible how you might do that? I'm trying to use it with certain polyline graphics that I'm adding to graphics overlay layer. Thanks, Mike...
... View more
05-03-2019
12:25 PM
|
0
|
4
|
3281
|
|
POST
|
Hello, We've got an interesting problem. In the OnAppearing of on of our views that has a Map, we've wired up the Map.Loaded event and for some reason the event handler is not getting called on iOS - it is getting called on Android, but not on iOS. Any ideas? The code is pretty straight forward... protected override void OnAppearing() { base.OnAppearing(); EsriMap.Map.Loaded += Map_Loaded; } private void Map_Loaded(object sender, EventArgs e) { EsriMap.LocationDisplay.IsEnabled = true; } Thanks, Mike Hamsa
... View more
04-09-2019
07:03 AM
|
0
|
1
|
1908
|
|
POST
|
Paul, I really appreciate the response. On the first item, something must be going on with our ArcGIS Server. When I right click on that error and press “Register Data Source With Server” I get an error message that says the “The database is already registered as ArcGIS Server’s Managed Database”. On the second item, We’re running ArcGIS Server 10.6.1 and ArcGIS Pro 2.3.1. The one thing that I’m seeing that’s related is that when I go to the Configuration tab of the Share as Map Layer window, I do NOT have an option to Toggle on “Version Management”. I’ve Registered the dataset as “Versioned Managed”, so I’m pretty sure that’s all correct, but the “Version Management” option on the “Share as Map Layer” window is missing. Mike Hamsa Chief Technology Officer - GeoSpatial Innovations, Inc. P: 512-982-6735
... View more
04-02-2019
07:14 AM
|
0
|
1
|
2233
|
|
POST
|
Hello, I'm working with the Naperville Sample Utility Network Asset Package and I'm trying to Publish my ArcGIS Pro Map as a Map Layer to my ArcGIS Server. When I run the Analyze Tool I'm getting 2 errors: 1) Layer's data source must be registered with the server 2) Branch Versioned Dataset: "X" is not supported from a versioned workspace when the service is editable Both of these errors seems to be occurring on most of the layers on the map. I've followed the steps and procedures outlined to use a Utility Network Asset Package and I'm not sure where I went wrong. I think I'm on the last step. Thanks, Mike Hamsa...
... View more
04-01-2019
11:09 AM
|
0
|
3
|
2422
|
|
IDEA
|
Hello, We talked about this at the Developer's Summit, and it sounded like this was a possibility, but I wanted to post it here so it didn't get lost. We've have a great need to be able to edit (data/geometry/etc.) a non-sync enabled mobile map package. These updates would never get returned to Pro, or Desktop - they are just going to be made in the mobile map package so users can view those changes on the map. Thank you, Mike Hamsa
... View more
03-25-2019
11:06 AM
|
0
|
2
|
1433
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 03-25-2019 11:06 AM | |
| 1 | 03-30-2020 10:44 AM | |
| 3 | 06-26-2020 09:43 AM | |
| 1 | 04-03-2018 07:39 AM | |
| 1 | 02-24-2015 09:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
01-19-2022
08:00 AM
|