New to creation plug-in, just need directions.

391
1
03-05-2020 09:15 AM
JustinHarwell
New Contributor II

I am fairly new to creating a plugin for ArcGIS Pro, and I am having a ton of issues. All I am trying to do is create a google street view plugin, I have seen code from others and am trying to recreate my own, however I keep getting error code saying:

"Severity Code Description Project File Line Suppression State
Error C:\Program Files\ArcGIS\Pro\bin\Esri.ProApp.SDK.Desktop.targets not found."

I have tried to switch the NuGet Package Manager to Package Reference and install the esri.arcgispro.extension v 2.5.0.22081 in the NuGet  Solutions, to no avail.

I understand to anyone with experience this is probably a really ill-informed issue, however, any direction would be greatly appreciated.

0 Kudos
1 Reply
BrianBulla
Occasional Contributor III

Hi,

Not totally sure what the error you are getting means, but I know for the 2.5 SDK that you install it though Tools - Extensions, not the NuGet manager.

Maybe try installing from here:

Turn off "Automatically Update extension", so your SDK and installed version of ArcGIS Pro don't get out of sync.

And make sure to reference .NET Framework 4.8 for all your custom tools.

0 Kudos