Hi again. I forgot to mention earlier that I've configured Office 2007 to Show Add-in User Interface Errors, which may explain why I'm not getting many responses to this. If I turn it off, I no longer see the error popups. This can be accessed via the Advanced Options tab, and it's called 'Show add-in user interface errors', and switching it on in one place seems to apply throughout all of Office. If someone could switch it on and let me know if they can see errors, it'd be great.Further to my previous posts, I've been browsing some of the Custom UI XML that's embedded within oUTR02K.dll, and I'm starting to get suspicious about whether the Worksite integration may have a bug.I've pulled out 12 sections of Custom UI XML (probably Embedded Resources within the DLL but I just used a text editor to grab them) which I'm presuming Worksite uses to integrate with Office apps in one way or another. The XML has several occurances of: idMso="MenuShare" and idMso="MenuFinish" and insertAfterMso="GroupLinks" or insertBeforeMso="GroupLinks".I still have limited experience with the use of Office 2007 customUI XML from a development perspective, but I thought that the 'idMso', 'insertAfterMso' and 'insertBeforeMso' attributes can only be used when they're referring to ribbon identifiers that are built into MS Office.I downloaded the Ribbon Control ID Reference from http://www.microsoft.com/downloads/details.aspx?familyid=4329D9E9-4D11-46A5-898D-23E4F331E9AE&displaylang=en and searched for those three identifiers among the known identifiers for every office application, and none of them seem to appear anywhere.So now I'm wondering if there might be a Worksite/Office integration bug, where Worksite's CustomUI code could be trying to refer to Office controls on the ribbon that don't actually exist, causing Word to complain. It still seems a bit strange that I can't find a reference of this happening to anyone else, though, so perhaps it still is my own fault somehow. I'd really like to know if anyone can reproduce it.Thanks for any help.Mike.
WorkSite Office Integration 2007 uses XML to store its WorkSite menus. This could potentially be a bug. If you suspect that your Outlook AddIn somehow causes problems with the XML file that stores the WorkSite Office Ribbon controls, then I suggest you send this to WorkSite-Support@interwoven.com so that they can have the WorkSite Office Development to examine it.