-
Notifications
You must be signed in to change notification settings - Fork 0
Compilation
Vianney DOLEANS edited this page Dec 3, 2023
·
2 revisions
- Visual Studio 2019 or +
- .NET Framework 6
- Valid ArcGis Pro licence
-
ArcGis Pro 3.0
- During installation, specify "All Users", if not, you will have to change all ESRI dependencies inside solution folder for each projects (Isoge.Addin, Isogeo.Models, Isogeo.Language, etc.)
- Installation of ArcGis Pro MUST be on
C:\hard disk, default path selected by installer, if not, you will have to change all ESRI dependencies inside solution folder for each projects (Isoge.Addin, Isogeo.Models, Isogeo.Language, etc.). - Don't push theses modifications on GitHub, because paths will only work for your desktop.
- Open Visual Studio
- Go to Extensions > Manage extensions
- Download "ArcGis Pro SDK for .NET" and "ArcGis Pro SDK for .NET (Utilities)" (created by ArcGis Pro SDK Team)
- Restart Visual Studio
- Official ArcGis Pro SDK documentation to install here
- Other option : you can find "ArcGIS Pro SDK for .NET" file inside My Esri page (same place as where you found the installer for ArcGis Pro, scroll to see it).
- Theoretically, You have to take ArcGIS Pro SDK for .NET version relative to current Isogeo ArcGis Pro AddIn version
- Other option : ArcGIS Pro SDK for .NET release on GitHub
- Since ArcGis Pro 2.X, it's possible to use ArcGis Pro SDK by NuGet installation.
- You can find explation about the process in this ESRI documentation.
- The explanation for this method were never applied for the development of this plugin, as the solution was not considered to be complete at the start of this project, so no further explanations can be currently given in this wiki.
- Open Visual Studio
- Load Isogeo ArcGis Pro solution
- Right click on Solution inside your Visual Studio file explorer, then select
Build Solution - If no error, you can find Isogeo Add-In installer inside
AddIn\bin\ReleaseorAddIn\bin\Debug(depending of configuration selected before compilation).- Add-In installer file is Isogeo.AddIn.esriAddinX
Isogeo ArcGis Pro Add-In Documentation