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?

RE: Problem when customizing ISV.Config File by DavidJennaway

DavidJennaway
Fri Nov 02 12:28:01 PDT 2007

When you export customisations from CRM it wraps the content withina couple
of additional tags - from memory I think they are <ImportExportXml>

One solution is to export your current ISV.Config, and insert your
modifications into it, then reimport; the other is just to copy the file as
Isv.config.xml to the _Resources directory within the CRM web site
--
David Jennaway - Microsoft Dynamics CRM MVP
Web: http://www.excitation.co.uk



"Mike" wrote:

> 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?
>