I'm walking through the steps in the guide - Create an ArcGIS Runtime deployment—ArcGIS Runtime SDK for .NET | ArcGIS for Developers
After I add the manifest, I rebuild, and I'm prompted to 'update project imports to support ArcGISRuntime Deployment build extensions' - if I hit Yes here, and reload the project, then my project wont build, I start getting compile errors (e.g. The tag 'MapView' does not exist in the XML namespace 'http://schemas.esri.com/arcgis/runtime/2013') - I notice that I lose my project reference to ESRI.ArcGISRuntime. When I inspect the change that was made behind the scenes to the csproj file, it's adding this line:
<Import Project="$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\ArcGISRuntimeSDKNET10.2.4@InstallDir)ideintegration\ArcGISRuntime.targets" />
However - I looked in my registry and there is no such ESRI key or value under HKEY_LOCAL_MACHINE\SOFTWARE. This seems to me like a problem with the SDK installer, that it forgot to put this key in the registry.
Anybody else experiencing this problem? Is this a bug?
Thanks!
Pete