I have the runtime SDK (Full version, not GIT) installed. I can run the action on my window app project to create the deployment manifest, but cannot open it. I get an error message from Visual Studio 2013 saying "Operation could not be completed. Library not registered"
If I open the manifest manually in a text editor, it just shows the main runtime:
{
"version": "10.2.6",
"suppress": [],
"include": {
"ArcGIS Runtime": true
}
}
I saw other posts indicating that the registry entries may be in the wrong place, but I looked in the registry and they do appear to be in the WOW location, which was listed as correct.
Any ideas on why this is failing?
Thanks,
Mikkel