I have below lines in my ISV.Config file, just for testing to learn how
ISV.Config works.
<configuration version="3.0.5300.0">
<Entities>
<Entity name="account">
<Grid>
<MenuBar>
<ActionsMenu>
<MenuItem Title="Coming Soon..." Url="http://www.microsoft.com"
WinMode="1" />
<MenuSpacer />
<SubMenu Title="Sub Test">
<MenuItem Title="Test Sub 1" Url="http://www.microsoft.com" />
<MenuSpacer />
<MenuItem Title="Test Sub 2" />
</SubMenu>
</ActionsMenu>
</MenuBar>
</Grid>
</Entity>
</Entities>
</configuration>
But when I import from customization, system giving me following error.
"The selected customization file does not conform to the required
customization file schema. A schema validation error has been detected at
line 1, postion 2"
Any idea?