Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-release Update #5

Open
pierssen opened this issue Nov 21, 2014 · 8 comments
Open

Pre-release Update #5

pierssen opened this issue Nov 21, 2014 · 8 comments

Comments

@pierssen
Copy link

I compiled the pre-release update but can't get ArcGIS Pro PR to recognize it as an extension. What steps am I missing?

@arcgisprosdk
Copy link
Contributor

Hi,
Do you see the add-in you compiled in this folder: C:\Users\Documents\ArcGIS\AddIns\ArcGISPro1.0 ?

Thanks
Uma Harano
ArcGIS Pro SDK Team

@pierssen
Copy link
Author

No I don't. There are no build actions defined in the project and the destination is bin\Debug.

@UmaHarano
Copy link
Contributor

Hi,
Can you please check the following?

  1. What is the version (including build number) of Pro you have? You should be running ArcGIS Pro 1.0.1566 to use the PreRelease Update samples.
  2. Can you please clarify what you mean by "No build action defined in the project"?
  3. Can you please check if you have a config.daml in your project? Screenshot below.
    2014-11-21_14-31-28
  4. If possible, please send me your samples solution in a zip file (without the bin and obj folders). Email it to arcgisprosdk@esri.com.

Thanks!
Uma-

@pierssen
Copy link
Author

Build is 1566. All I did is download the zip, extract the Pre-Release-Update folder, open the solution in VS 2013, fix the reference links, fix the path to ArcGISPro.exe, build the project, and start it. Nothing appears in my AddIns folder. If there's anything else I should have done, I'm not aware of it.

@pierssen
Copy link
Author

I found some other paths in the project file that needed fixing. Now the add-in appears.

@arcgisprosdk
Copy link
Contributor

Could you elaborate please? Beyond the Arcgis pro assembly references...which paths? We will document on the git for others. Thanks for the info

@pierssen
Copy link
Author

Basically, every path in the .csproj file was pointed to "C:\Program Files\ArcGIS\Pro" whereas the actual installation directory was "C:\Program Files\ArcGIS Pro". Editing the file directly and doing a global replace fixes the problem.

@arcgisprosdk
Copy link
Contributor

The default install path changed to C:\Program Files\ArcGIS\Pro" with the Pre-release (build 1566). The paths in the samples always reflect the default install path. Thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants