You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 28, 2024. It is now read-only.
It looks like Pro 2.3 final SDK added a requirement for 'defaultNamespace' to be defined/set/non-null in the DAML file.
This now causing an error when we try to build on Pro 2.3 during the PackageAddIn Task (last build step that creates the zip/addin from the release folder):
>C:\Program Files\ArcGIS\Pro\bin\Esri.ProApp.SDK.Desktop.targets(343,5): error : ArcGIS element 'defaultNamespace' attribute not found
Unfortunately, because we are consuming addins from other dlls/namespaces, I don't think we can't just set this namespace in the daml without causing problems so we will need to look further into this for a solution to have the same dockpanel classes in 2 different addins (standalone addins and toolbar addin).
Update/Wrokaround: A temporarily work around for this problem is to copy the Pro 2.2 version of Esri.ProApp.SDK.Desktop.targets into the Pro 2.3 bin folder (note: back up the original first).