I'm tryng to build an Office Addin but now I'm stucked in this validation error for a very long time
<Control xsi:type="Button" id="AboutButton.Label">
<Label resid="AboutButton.Label"/>
<Supertip>
<Title resid="AboutButton.Label"/>
<Description resid="AboutButton.Tooltip"/>
</Supertip>
<Icon>
<bt:Image size="16" resid="Icon.16x16"/>
<bt:Image size="32" resid="Icon.about.32x32"/>
<bt:Image size="80" resid="Icon.80x80"/>
</Icon>
<Action xsi:type="ExecuteFunction">
<FunctionName>redirectAbout</FunctionName>
<SourceLocation resid="Commands.Url"/>
</Action>
<Enabled>true</Enabled>
</Control>```
The error is :
Error #1: XML Schema Validation Error: Error found during XML Schema validation.
- Details: The element 'Action' in namespace 'http://schemas.microsoft.com/office/taskpaneappversionoverrides' has invalid child element 'SourceLocation' in namespace 'http://schemas.microsoft.com/office/taskpaneappversionoverrides'.
- Line: 263
- Column: 24
I'm get this error for all <Action> ... </Action> I have