|
POST
|
Hi Hannah! Unfortunately "No", I was never able to resolve this. I guess my workaround was to stop using esri products, and started using VertiGIS. Things seem to work a lot smoother there. Thanks,
... View more
yesterday
|
1
|
0
|
12
|
|
POST
|
Is it possible to move a FieldMaps project from AGOL to Portal? The ArcGIS Online Assistant doesn't seem to have an option for that. Thanks,
... View more
02-20-2025
08:27 AM
|
0
|
1
|
574
|
|
POST
|
Well I open the same project from another PC, everything is good. So there must be something up with that PC I was trying it on. Thanks!
... View more
11-25-2024
07:36 AM
|
0
|
0
|
1002
|
|
POST
|
Yeah, it seems kind of strange to output a table of object IDs, but not allow users to search for those object IDs using the Locate tool.
... View more
11-25-2024
07:34 AM
|
0
|
0
|
407
|
|
POST
|
Hi, I'm getting the following error when I try to open some ArcPro .NET projects. I've never had problems opening them in Visual Studio before. Would Windows updates be the cause of this??
... View more
11-21-2024
06:55 AM
|
0
|
2
|
1047
|
|
POST
|
Yeah, joins in ArcMap/Pro are pretty sketchy. Get a DBA involved and do all the updates directly on the backend. If you have FME, that might be a good option too.
... View more
11-14-2024
11:41 AM
|
0
|
0
|
2394
|
|
POST
|
I guess it depends on what you are doing....maybe give more details. You can always just do a selection, and update through the Attribute window if you are changing all features to the same thing....or use definition queries and break it down into chunks. If you have access to the backend, you can just fire an update query in SQL. That would be the fastest.
... View more
11-14-2024
11:23 AM
|
0
|
0
|
2400
|
|
POST
|
Hi, So I am a member of a provincial association (not GIS related) and I'd like to create a map that we can use to show members locations, so we can better connect. I need it to be freely available without asking people to create an account on AGOL. Is this something I can even do with AGOL?? I rarely use AGOL. Basically I think I'd like the user to enter an address or location and put a pin on the map, with some information of their choosing. I don't need 100% accurate placement....most people probably wouldn't want that....just an approximate location. And with some basic 'branding' so that people know what the map is for. Thanks!
... View more
11-04-2024
10:00 AM
|
0
|
1
|
735
|
|
POST
|
Hi Steve, Yes, it was an easy fix. I just started looking at other settings and in the message it does mention something about v8 and v6, so I figured it must be talking about the installed .NET version. I guess IT must have pushed out some updates that they didn't tell anyone about.....go figure, eh!? 🙂 Thanks for responding.
... View more
09-05-2024
08:14 AM
|
1
|
0
|
3175
|
|
POST
|
Hi, What is the fix for this error message in Visual Studio? I've recently upgraded to ArcGIS Pro 3.3.1, but this particular VS Project was created while I had 3.2 installed. This error comes up when I "Build" the project. "Error (active) CS1705 Assembly 'ArcGIS.Core' with identity 'ArcGIS.Core, Version=13.3.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86' uses 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version than referenced assembly 'System.Runtime' with identity 'System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=......." This is my config.daml file: <?xml version="1.0" encoding="utf-8"?>
<ArcGIS defaultAssembly="ConnectionTools_ArcPro.dll" defaultNamespace="ConnectionTools_ArcPro" xmlns="http://schemas.esri.com/DADF/Registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.esri.com/DADF/Registry file:///C:/Program%20Files/ArcGIS/Pro/bin/ArcGIS.Desktop.Framework.xsd">
<AddInInfo id="{92017173-04f5-4aa1-9e25-bc96939ea535}" version="3.2" desktopVersion="3.2">
<Name>Service Connection Tools</Name>
<Description>Includes tools for: Hydrant, Effluent Hydrant, ICI, Residential, Firleine, CatchBasin, and Sewer Connection </Description>
<Image>Images\toilet_paper.png</Image>
<Author>Brian Bulla</Author>
<Company>Region of Durham</Company>....... Even if I update the version and desktopVersion to 3.3.1, I get the same error. I seem to have all the most recent extensions installed too, so not really sure how to fix this.
... View more
09-05-2024
07:54 AM
|
0
|
4
|
3185
|
|
POST
|
This might be related to this, but my workflow to create these "STATE" issues seems to be a bit different. https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-2-drawing-alerts-returning-state-id/m-p/1349945#M75223 This is my workflow to generate the issue: 1. Add a new feature 2. Use a custom tool I have created that modifies some attributes of the selected feature from step #1. 3. Add the next new feature. At this point the feature is added, but just not visible on the display. If I pan the map around, all seems ok. 4. Save edits using the "Save" button on the edit tab. Again, all seems ok. 5. Pan the map again, and all sorts of "Drawing Errors" start showing up and features on the map start mysteriously (and randonly) dissapearing. 6. Close ArcPro and reopen. 7. When ArcPro opens, the feature created in step #3 is now visible. Can anyone help to figure out what the heck is going on? It seems like the only time this happens is when I run one our custom .NET tools during the editing. These tools have all worked flawlessly for years, and recently I migrated them from 2.9 to 3.2 using the guides from esri. In most cases, no code was changed....I just had to run the "update references" and "migrate" tools. Is anyone else seeing issues with custom editing tools in Pro 3.2?? Thanks,
... View more
06-26-2024
08:15 AM
|
0
|
0
|
582
|
|
POST
|
Hi @Wolf . Yes, I have tried that but to no avail. Whether I use just "3.2" or use the number that gets set by default during the migration process ("3.2.0.49743"), it doesn't seem to get detected by ArcGIS Pro. Is there anything else I should be looking for?
... View more
05-15-2024
11:03 AM
|
0
|
0
|
2564
|
|
POST
|
Hi, Yes, the AddIn is in the folder...see the image below, along with all the other ones I have converted. It's just not showing up in ArcPro (all the other ones are showing up). In my Registry, things are looking a bit different than in your screenshot, but if the other AddIns are getting added, I'm not totally sure that this is really the issue. I think in ours you are using a custom location, where in mine I am just using the default location....I think that is why I do not see anything here. As for the Target Framework, everything looks good there. The Migration Tool upgraded it to .NET 6.0, so all looks to be good there. I have more tools to migrate, so I will try another one and see if I have this same issue.
... View more
05-13-2024
10:33 AM
|
0
|
0
|
2600
|
|
POST
|
Hi, No, the GUID was not changed, and as for the version I have also tried it with just "3.2"....that has worked with all my other successful tools I migrated to 3.1 and then just updated the version to "3.2". This is the first 2.8 tool I've actually migrated to 3.2 (ie. not 3.1 and then 3.2). Is there maybe a glich with the conversion tools to 3.2??
... View more
05-13-2024
09:48 AM
|
0
|
0
|
2613
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | yesterday | |
| 1 | 10-17-2023 07:40 AM | |
| 1 | 04-14-2026 08:54 AM | |
| 2 | 08-18-2023 08:57 AM | |
| 1 | 04-13-2018 10:07 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|