Error: ???no element found???

2091
4
Jump to solution
01-04-2013 11:57 AM
by Anonymous User
Not applicable
Original User: Jamal432@gmail.com

Error: ???no element found???

Please, have a look on the screenshots below which shows the error that I got while I was trying to start.

[ATTACH=CONFIG]20460[/ATTACH]

To solve the problem, I uninstalled and re-installed it, then the Silverlight is now unable to see what is inside the ???apps??? folder.

[ATTACH=CONFIG]20461[/ATTACH], [ATTACH=CONFIG]20462[/ATTACH]

What might be the issue?

Thank you

Best

Jamal
0 Kudos
1 Solution

Accepted Solutions
nakulmanocha
Esri Regular Contributor
You can re-link them by going into C:\inetpub\wwwroot\Builder\App_Data\Sites.xml and adding your sites tag back.

You can copy U3 site details and create another site tag. Please remember to change the Url and PhysicalPath attribute values to point to other websites

<Site>
    <ID>20e948768a9840e18a0d08fb7f440595</ID>
    <Name>U3</Name>
    <Url>http://servername/Apps/U3</Url>
    <PhysicalPath>C:\inetpub\wwwroot\Apps\U3</PhysicalPath>
    <IsHostedOnIIS>true</IsHostedOnIIS>
    <IISHost xsi:nil="true" />
    <IISPort>80</IISPort>
    <IISPath xsi:nil="true" />
    <Description />
    <ProductVersion>3.0.0.0</ProductVersion>
  </Site>
<Site>
    <ID>0f00b33b4f93477ca2abb895f56e34c2</ID>
    <Name>s15</Name>
    <Url>http://servername/Apps/s15</Url>
    <PhysicalPath>C:\inetpub\wwwroot\Apps\s15</PhysicalPath>
    <IsHostedOnIIS>true</IsHostedOnIIS>
    <IISHost xsi:nil="true" />
    <IISPort>80</IISPort>
    <IISPath xsi:nil="true" />
    <Description />
    <ProductVersion>3.0.0.0</ProductVersion>
  </Site>

View solution in original post

0 Kudos
4 Replies
nakulmanocha
Esri Regular Contributor
You can re-link them by going into C:\inetpub\wwwroot\Builder\App_Data\Sites.xml and adding your sites tag back.

You can copy U3 site details and create another site tag. Please remember to change the Url and PhysicalPath attribute values to point to other websites

<Site>
    <ID>20e948768a9840e18a0d08fb7f440595</ID>
    <Name>U3</Name>
    <Url>http://servername/Apps/U3</Url>
    <PhysicalPath>C:\inetpub\wwwroot\Apps\U3</PhysicalPath>
    <IsHostedOnIIS>true</IsHostedOnIIS>
    <IISHost xsi:nil="true" />
    <IISPort>80</IISPort>
    <IISPath xsi:nil="true" />
    <Description />
    <ProductVersion>3.0.0.0</ProductVersion>
  </Site>
<Site>
    <ID>0f00b33b4f93477ca2abb895f56e34c2</ID>
    <Name>s15</Name>
    <Url>http://servername/Apps/s15</Url>
    <PhysicalPath>C:\inetpub\wwwroot\Apps\s15</PhysicalPath>
    <IsHostedOnIIS>true</IsHostedOnIIS>
    <IISHost xsi:nil="true" />
    <IISPort>80</IISPort>
    <IISPath xsi:nil="true" />
    <Description />
    <ProductVersion>3.0.0.0</ProductVersion>
  </Site>
0 Kudos
by Anonymous User
Not applicable
Original User: Jamal432@gmail.com

You can re-link them by going into C:\inetpub\wwwroot\Builder\App_Data\Sites.xml and adding your sites tag back.

You can copy U3 site details and create another site tag. Please remember to change the Url and PhysicalPath attribute values to point to other websites

<Site>
    <ID>20e948768a9840e18a0d08fb7f440595</ID>
    <Name>U3</Name>
    <Url>http://servername/Apps/U3</Url>
    <PhysicalPath>C:\inetpub\wwwroot\Apps\U3</PhysicalPath>
    <IsHostedOnIIS>true</IsHostedOnIIS>
    <IISHost xsi:nil="true" />
    <IISPort>80</IISPort>
    <IISPath xsi:nil="true" />
    <Description />
    <ProductVersion>3.0.0.0</ProductVersion>
  </Site>
<Site>
    <ID>0f00b33b4f93477ca2abb895f56e34c2</ID>
    <Name>s15</Name>
    <Url>http://servername/Apps/s15</Url>
    <PhysicalPath>C:\inetpub\wwwroot\Apps\s15</PhysicalPath>
    <IsHostedOnIIS>true</IsHostedOnIIS>
    <IISHost xsi:nil="true" />
    <IISPort>80</IISPort>
    <IISPath xsi:nil="true" />
    <Description />
    <ProductVersion>3.0.0.0</ProductVersion>
  </Site>



Many thanks Nakul.

I�??ll try it and see if it works with me

Best

Jamal
0 Kudos
JamalNUMAN
Legendary Contributor
You can re-link them by going into C:\inetpub\wwwroot\Builder\App_Data\Sites.xml and adding your sites tag back.

You can copy U3 site details and create another site tag. Please remember to change the Url and PhysicalPath attribute values to point to other websites

<Site>
    <ID>20e948768a9840e18a0d08fb7f440595</ID>
    <Name>U3</Name>
    <Url>http://servername/Apps/U3</Url>
    <PhysicalPath>C:\inetpub\wwwroot\Apps\U3</PhysicalPath>
    <IsHostedOnIIS>true</IsHostedOnIIS>
    <IISHost xsi:nil="true" />
    <IISPort>80</IISPort>
    <IISPath xsi:nil="true" />
    <Description />
    <ProductVersion>3.0.0.0</ProductVersion>
  </Site>
<Site>
    <ID>0f00b33b4f93477ca2abb895f56e34c2</ID>
    <Name>s15</Name>
    <Url>http://servername/Apps/s15</Url>
    <PhysicalPath>C:\inetpub\wwwroot\Apps\s15</PhysicalPath>
    <IsHostedOnIIS>true</IsHostedOnIIS>
    <IISHost xsi:nil="true" />
    <IISPort>80</IISPort>
    <IISPath xsi:nil="true" />
    <Description />
    <ProductVersion>3.0.0.0</ProductVersion>
  </Site>


Thank you very much Nakul for the help. It works like a charm.

[ATTACH=CONFIG]20577[/ATTACH], [ATTACH=CONFIG]20578[/ATTACH]

All the best

Jamal
----------------------------------------
Jamal Numan
Geomolg Geoportal for Spatial Information
Ramallah, West Bank, Palestine
0 Kudos
by Anonymous User
Not applicable
Original User: oleg

I have same error "no elrment found" with new 3.2 version 64 bit Russian Windows 7. I can't start Builder after re-install also.

Help me please.

Thanks.
0 Kudos