我正在运行vs 2015 xamarin form pcl项目 和简档111 我正在尝试安装https://www.nuget.org/packages/ArcGIS.PCL/5.8.0 您可以看到与配置文件111兼容 但是猜想当我尝试安装nuget时会发生什么? 是的,没错,我得到了旧的
Could not install package 'ArcGIS.PCL 5.8.0'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile111', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
是的,我的nuget是111 compatable,我的个人资料是111,我仍然得到这个错误! 有人可以帮忙吗?
答案 0 :(得分:0)
PCL配置文件111与ArcGIS.PCL 5.8.0不兼容。
Profile 111目标:
portable45-net45+win8+wpa81
ArcGIS.PCL目标:
portable45-net45+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10
Mono和Xamarin框架是可选的,可以忽略。
问题是ArcGIS.PCL仅支持Windows 8.1及更高版本作为其PCL配置文件的一部分。虽然PCL配置文件111支持Windows 8,但您需要更改PCL配置文件或使用旧版本的ArcGIS.PLC(v4)。
查看配置文件似乎PCL配置文件151兼容。
个人资料151:
portable46-net451+win81+wpa81