We use a pool of build machines to make daily builds of our ArcGIS Pro AddOn.
On all build machines, the ArcGIS Pro SDK is installed. But only on one build machine, also ArcGIS Pro (the desktop application) is installed.
Builds on the machine with both the SDK and the desktop application installed work fine.
On the other machines, the build fails with error messages (see below).
Is the ProWindow not included in the SDK ?
Or is the installation of ArcGIS Pro required in general ?
If it is required, does the program need to be licenced ?
Error Messages look like this:
error MC3074: The tag 'ProWindow' does not exist in XML namespace 'clr-namespace:ArcGIS.Desktop.Framework.Controls;assembly=ArcGIS.Desktop.Framework'. Line 1 Position 21.
Solved! Go to Solution.
Did you see the following build server setup documentation:
ProConcepts Advanced Topics · Esri/arcgis-pro-sdk Wiki (github.com)
Did you see the following build server setup documentation:
ProConcepts Advanced Topics · Esri/arcgis-pro-sdk Wiki (github.com)
Thank you for your reply. We will test the nuget-method first. But good to know there is alsa manual way.
The method using the package Esri.ArcGISPro.Extensions30
as described here
worked perfectly !