I am using Visual Studio for creating excel add-in. I also have some server-side code because of which i am using Visual Studio. I wanted to configure shared javascript runtime so that i can open the taskpane using keyboard shortcut.
I see an example here but it is using Yeoman generator. I have seen this for how to setup the keyboard shortcuts.
I am getting following errors when adding 'Runtimes' tag under 'Host' tag and 'ExtendedOverrides' tag after 'VersionOverrides' tag respectively.
Error The element 'Host' in namespace 'http://schemas.microsoft.com/office/taskpaneappversionoverrides' has invalid child element 'Runtimes' in namespace 'http://schemas.microsoft.com/office/taskpaneappversionoverrides'. List of possible elements expected: 'AllFormFactors, DesktopFormFactor' in namespace 'http://schemas.microsoft.com/office/taskpaneappversionoverrides'.
Error The element 'OfficeApp' in namespace 'http://schemas.microsoft.com/office/appforoffice/1.1' has invalid child element 'ExtendedOverrides' in namespace 'http://schemas.microsoft.com/office/appforoffice/1.1'. List of possible elements expected: any element in namespace 'http://www.w3.org/2000/09/xmldsig#'.
Please let me know if there is any example Visual Studio project demonstrating the use of shared javascript runtime.
Thanks, Naveen
The manifest schema files that are installed with VS are out of date. You have to manually update them.
You can repeat the previous process for any additional schemas that are out-of-date.