Select to view content in your preferred language

arcgis pro sdk 3.0 AddIn content not upadting

505
3
Jump to solution
01-22-2023 12:09 PM
pspada_WT
New Contributor III

Hi,

I've a Toolboxes folder in which I've some python/toolboxes. When I was using sdk 2.9 I was not having any problem. After the migration to 3.0, each time I try to compile the content of the Toolboxes folder is not updated inside the esriAddInX file. Obviously the Build action i set to Content and copy always.

pspada_WT_0-1674418169366.png

 

0 Kudos
1 Solution

Accepted Solutions
CharlesMacleod
Esri Regular Contributor

I think u have conflicting settings in your .csproj. Change the Copy to Output setting to "Do not copy". Leave the Build action as Content. 

View solution in original post

0 Kudos
3 Replies
pspada_WT
New Contributor III

Hi,

a little update: for some reason when it compile it points to a folder "obj\Debug\net6.0-windows\temp_archive\Toolboxes". 

 

So I have to manually update that folder.

Is a bug of the migration tool?

0 Kudos
CharlesMacleod
Esri Regular Contributor

I think u have conflicting settings in your .csproj. Change the Copy to Output setting to "Do not copy". Leave the Build action as Content. 

0 Kudos
pspada_WT
New Contributor III

Thz it solved!!!

0 Kudos