I am upgrading an Access 2000 system to 2007 and replacing user toolbars with Ribbons.
I have a strange parsing error that I think is not my error. I have placed the following control into a group:
<control idMso="GroupPrintPreviewClosePreview" label="Close Preview" enabled="true"/>
and "the system" rejects it with Error Code 0x80004005 Element <group> is not expected in <group>
It turns out that it is finding the word Group within the double quotes and interpretting is at part of the XML syntax. Change to another idMSO and the problem goes away. Same happened with another control that had the word Group in the id.
Has anyone come across this and found a solution?
I have a strange parsing error that I think is not my error. I have placed the following control into a group:
<control idMso="GroupPrintPreviewClosePreview" label="Close Preview" enabled="true"/>
and "the system" rejects it with Error Code 0x80004005 Element <group> is not expected in <group>
It turns out that it is finding the word Group within the double quotes and interpretting is at part of the XML syntax. Change to another idMSO and the problem goes away. Same happened with another control that had the word Group in the id.
Has anyone come across this and found a solution?