error found in custom ui xml

Add-in Express™ Support Service
That's what is more important than anything else

error found in custom ui xml
 
TeaMaster Green




Posts: 17
Joined: 2010-10-04
I often get this message "error found in custom ui xml", because I have "Show add-in user interface errors" checked.

Any pointers on how I can remove this error?
Posted 08 Dec, 2010 10:07:50 Top
Eugene Astafiev


Guest


Hi TeaMaster,

Typically it indicates that something is wrong with your Ribbon UI markup. Probably you used a wrong IdMso identifier. Please check out the Ribbon controls in your add-in.
Posted 08 Dec, 2010 10:15:27 Top
TeaMaster Green




Posts: 17
Joined: 2010-10-04
could it come from the Id itself? instead of the IdMso?

All the tabs do show up, so they must be right? right?

the error does say "failed to find office control by id".

thx for your time.
Posted 08 Dec, 2010 14:14:03 Top
Eugene Astafiev


Guest


Hi TeaMaster,

Are you able to reproduce the issue with a newly created add-in project? If so, could you please send it to the support e-mail address (see readme.txt for details)? I will test it on my PC.
Posted 09 Dec, 2010 05:11:08 Top
TeaMaster Green




Posts: 17
Joined: 2010-10-04
I found the cause: it was coming from the ribbons parameters for adxRibbon set to "OutlookMailRead;OutlookMailCompose;OutlookExplorer"

I changed it to "OutlookExplorer" alone and it's working.

My question is: aren't those needed for 2007?

I'm running outlook 2010 right now.
Posted 09 Dec, 2010 09:16:57 Top
Eugene Astafiev


Guest


Hi TeaMaster,

Outlook 2007 doesn't use Ribbon UI for its explorer windows. That is why you got such error message.
Posted 09 Dec, 2010 10:02:22 Top