I am trying to add custom icons to a Shared Add-in for Microsoft Word. The Shared Add-in uses XML to add a tab to Word's Ribbon.
I am following the guidance of this document on MSDN: I have followed the steps described in the document for adding the image as a Resource. When I run the installer, and open Word the icons do not show up.
Also, I am getting a Cannot register assembly /file-path/ access denied. Please make sure you are running the application as Administrator. Access to the registry key HKEY_ClASSES_ROOT/RibbonTest.Connect is denied.
There is only one user on my windows install and it is Admin, so I am not sure what this means.
Does anyone know what might be going on?
For reference sake,I am writing the code on Windows 7 in VS Studio 2008 for Word 2007