Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

MilitaryToolsForArcGISPro Projects fails to build on PackageAddIn Step at Pro 2.3 #96

@csmoore

Description

@csmoore

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions