|
POST
|
Hi Barbara, Sorry. We use Visual Studio Installer which by default was in previous versions of Visual Studio. It goes by separate install now. Our installation project was started with first ArcMap version and VS6. It contains many different code and data files so we still using modified copy of setup project for ArcGIS Pro too.
... View more
03-16-2020
08:13 AM
|
0
|
0
|
3171
|
|
POST
|
Hi Brian, Do you use SetColorizer as in code sample of Uma? You need to use SetRenderer for CIMSimpleRenderer. I had the same problem.
... View more
03-03-2020
10:48 PM
|
0
|
0
|
3886
|
|
POST
|
Hi Barbara, You need to delete ConfigurationFolders registry key. If you do not delete registry key, ArcGIS Pro could search in your documents Add-ins folder, where config installation is located as all ArcGIS Pro add-ins installations. I have not tried to do it manually or by code. I use VS Installer project. It makes all steps automatically. You just need to set up all actions in the project. You need to download it separately from Visual Studio
... View more
03-03-2020
05:32 AM
|
2
|
0
|
3171
|
|
POST
|
Hi Barbara, There is a record in registry about configuration file: More info here: ArcGIS Pro Registry Keys · Esri/arcgis-pro-sdk Wiki · GitHub Note: from 3.0 Esri decided to change that setting. We use registry editor settings in the install project.
... View more
03-01-2020
10:44 PM
|
0
|
2
|
3171
|
|
POST
|
Hi Alan, You can use project settings without user interface. You can find implementation in module class. All complex settings you can serialize and store as strings Get Outlook for Android<https://aka.ms/ghei36>
... View more
02-28-2020
07:51 AM
|
1
|
5
|
3255
|
|
POST
|
HI Alan, You can use BackStage_PropertyPage ArcGIS Pro sample to store private data in the project. More info here: https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Framework/BackStage_PropertyPage
... View more
02-28-2020
12:49 AM
|
1
|
7
|
3255
|
|
POST
|
Hi Jamal, I have my own view pane, but I think way is the same as in code below: foreach (var pane in FrameworkApplication.Panes) { var profilePane = pane as ViewStatePane; if (profilePane != null) { if (profilePane.ContentID == "ceProfilePro_ProfilePane" && profilePane.Caption == item.Text) { profilePane.Activate(); break; } } } Change pane checking condition with yours.
... View more
02-20-2020
11:41 PM
|
0
|
1
|
1229
|
|
POST
|
Hi Andrew, I have started from the GitHub information about ArcGIS Pro 2.5 SDK (https://github.com/esri/arcgis-pro-sdk/wiki). So my experience was a little bit different but with wasted time. Wiki text: hRequirements The requirements for the machine on which you develop your ArcGIS Pro add-ins are listed here. .NET Framework 4.8: With the release of ArcGIS Pro 2.5, the minimum .NET target has been changed from 4.6.1 to 4.8. What does this mean for you and your add-ins? Existing add-ins, already deployed, will work at 2.5 with no change to their forward compatibility. New add-ins created at 2.5 will require the minimum target framework set to 4.8 or they will not compile (this is the default setting in the Pro SDK). Existing add-ins which are recompiled at 2.5 (e.g. because a code change was made) will also require the minimum target framework set to 4.8 or they will not compile. Note: As always, if an existing add-in is changed for any reason, the desktopVersion attribute in its Config.daml file should be changed to reflect the version of Pro it was last compiled against, in this case, now 2.5 VS2017 max .Net Framework version 4.6.1. So there is one way to install VS2019. Now look at the other Esri sources for developers: ProGuide Installation and Upgrade · Esri/arcgis-pro-sdk Wiki · GitHub It talks about VS2017 and VS2019. I believe in first source because I can't compile my application with VS2017 and SDK 2.5. So I came back to SDK to 2.4. It takes time take back to ArcGIS Pro 2.4.3 and SDK 2.4. And remember as wrote Uma uncheck "Automatically update this extension" option for ArcGIS Pro SDK extensions. Colleagues from Esri could you please explain real situation?
... View more
02-20-2020
11:27 PM
|
0
|
3
|
2708
|
|
POST
|
Hi, Is it possible to know using SDK is EditOperation already started (called Execute or ExecuteAsync)? All edit events report about when something is done (created, changed, deleted and etc.)
... View more
01-31-2020
04:15 AM
|
0
|
3
|
1236
|
|
POST
|
Hi Barbara, I think it is project type problem. I checked on my project and it works as you wrote. I have copied splashscreen window xaml and code from ArcGIS Pro sample and changed as I needed. Or you can create ArcGIS Pro add-in project, create wpf window in it and then copy files to configuration project. I have not tried to use ProWindow class in configuration project.
... View more
01-17-2020
05:37 AM
|
2
|
0
|
3100
|
|
POST
|
Hi Ravi, 1. Two entries in registry. That is ok. That is COM technology nuance. 2. If you downgraded ArcGIS I would recommend you renew references to ArcGIS libraries in your VB project. 3. About installation package. All these things you can setup in your installation package project. We still use Visual Studio installer project template.
... View more
01-09-2020
12:23 AM
|
0
|
0
|
3989
|
|
POST
|
Hi Jan, There is no separate SDK for c++. Download ArcObjects SDK for the Microsoft .NET Framework and it will work with your Visual Studio c++ projects.
... View more
12-29-2019
11:53 PM
|
0
|
0
|
1037
|
|
POST
|
Hi Ravi, Open registry editor and try to find FABC30FB-D273-11D2-9F36-00C04F6BC61A guid in your registry. If there is no info in your registry then your ArcGIS install is corrupted or you use ArcGIS server but not ArcGIS desktop software because AppROT is available for ArcGIS Desktop only.
... View more
12-29-2019
11:47 PM
|
0
|
0
|
3989
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 06-30-2026 10:14 PM | |
| 1 | 06-30-2026 01:43 PM | |
| 2 | 04-24-2026 08:33 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|