Is it possible to change the default namespace of a VSTO project?... I've tried opening the project file in notepad and changing the rootnamespace
xml param to my new desired name, but it fails to load the add-in when Word starts. It throws a generic runtime error. I suspect that the manifest still points to the previous namespace.
Any ideas?