Where is BurgerButton in ArcGis Pro 1.3 SKD?

2114
3
Jump to solution
07-07-2016 12:33 PM
HoriaTudosie
Occasional Contributor II

I have upgraded to version 1.3 this morning and my previously compiled extension was working great from start.

However, trying to compile again the code in VS 2015 gives this error:

SeverityCodeDescriptionProjectFileLineSuppression State
ErrorThe tag 'BurgerButton' does not exist in XML namespace 'clr-namespace:ArcGIS.Desktop.Extensions.Controls;assembly=ArcGIS.Desktop.Extensions'. Line 76 Position 14.GFXModuleC:\Users\htudosie\Documents\Visual Studio 2015\Projects\GFXModule\GFXModule\Dockpane1.xaml76

I have upgraded VS with the instructions from here:

ProGuide Installation and Upgrade · Esri/arcgis-pro-sdk Wiki · GitHub

(Method: from inside VS.)

and this is what I see as the result of the installation:

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
HoriaTudosie
Occasional Contributor II

Found the issue:

The previous version was targeting the .Net Framework 4.5.1

New dlls from 1.3 were built under .Net Framework 4.6.1 so I had to modify the project settings accordingly:

View solution in original post

0 Kudos
3 Replies
HoriaTudosie
Occasional Contributor II

Found the issue:

The previous version was targeting the .Net Framework 4.5.1

New dlls from 1.3 were built under .Net Framework 4.6.1 so I had to modify the project settings accordingly:

0 Kudos
Wolf
by Esri Regular Contributor
Esri Regular Contributor

For future reference you can find this type of information on our GitHub ArcGIS-pro-sdk repository under the requirement section (https://github.com/Esri/arcgis-pro-sdk/wiki#requirements) and in the release notes section: https://github.com/Esri/arcgis-pro-sdk/wiki#release-notes

0 Kudos
HoriaTudosie
Occasional Contributor II

Yeh - maybe if I was a layer...

0 Kudos