dear Readers,
Good afternoon. I had created an Add-in using 10.7.1 and later on tested against 10.8.2 to work in Sep 2020.
We need to make changes now and when I am trying to recompile the same code against VS 2022, I am getting the error:
C:\softwaredistribution\myWorkspace\gnt-arc1082\trunk\MMSAP40-Arc1071-NoTK\GNTAddin\GNTAddin.csproj(543,5): warning : Unable to create .esriAddin; missing ESRI ArcGIS Add-in SDK component(s).
I had installed ArcGIS 10.8.2 SDK and that is not compatible with VS 2022. I am trying my luck with VS 2019 that I am downloading from our ITS repository.
Thanks and regards,
Ravi Kaushika.
Are you referencing ESRI.ArcGIS.Desktop.AddIns?
I don't think VS2022 is supported by ArcGIS 10.8.2 so there could be some other incompatibility. It definitely works for me in VS2019.
Brent Hoskisson
Good morning. Thank you for your reply.
I tried to recompile and rebuild in VS 2019.
I am getting this error message: Unable to create .esriAddin; missing ESRI ArcGIS Add-in SDK component(s).
Any information would be great.