Hey Jamal, maybe there is some permission problem. Try to open the explorer as an administrator.
If not,
-check in the application folder if the addIns appear, for example C:\inetpub\wwwroot\Apps\SIT\Extensions.
-check if the tools appear in the Tools.xml file, for example C:\inetpub\wwwroot\Apps\SIT\Config\Tools.xml.
Let me know the result.
Hope it helps.
Regards, Manuel
Jamal try to open the explorer as an administrator an then write the url to the builder, http://localhost/builder.
It has to appear in the Tools.xml to appear in the app.
Can you post here the addIns so I can try and see what happens.
Regards, Manuel.
Hi Jamal, I finally test with the QueryTool and It work fine for me.
Now, you tell me that it not appear in the Tools.xml file of the application folder and that suggest to me that its some permission problem.
Lets try to do some manual check with the coordinates tool.
1) [One last check] Load the coordinates tool jamaltool and try it again.
2) [Manuel steps] If it not work, check that the addIn is in the extensions folder, if it not paste it there. Then open the Tools.xml of the application and inside the <Tools>...</Tools> paste the red code behind. This should work and if work I can only think that it is a permission problem, now if you have a problem when trying to alter the Tools.xml that is another fact that confirm the problem.
You have some system administrator where you work?, are you the administrator of the machine?.
Sorry for ask you to do the test, It just I don't know another way of help you.
Regards, Manuel
<ToolPanels xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:extensibility="clr-namespace:ESRI.ArcGIS.Client.Extensibility;assembly=ESRI.ArcGIS.Client.Extensibility" xmlns:esri="http://schemas.esri.com/arcgis/mapping/2009" xmlns:SearchTool="clr-namespace:SearchTool;assembly=SearchTool.AddIns" xmlns:PrintTool_AddIns="clr-namespace:PrintTool.AddIns;assembly=PrintTool.AddIns">
<ToolPanel ContainerName="MainToolbarContainer" Name="Main Toolbar" Orientation="Vertical">
<Tools>
...
<Tool Label="Coordinates" Icon="/CoordJamal.Addins;component/Images/i_coord.png">
<Tool.Class>
<CoordTool xmlns="clr-namespace:CoordJamal.AddIns;assembly=CoordJamal.AddIns" />
</Tool.Class>
<Tool.ConfigData>
<Root>
<WindowPosition>
<HorizontalAlignment>Center</HorizontalAlignment>
<VerticalAlignment>Bottom</VerticalAlignment>
<HorizontalOffset>0</HorizontalOffset>
<VerticalOffset>0</VerticalOffset>
</WindowPosition>
</Root>
</Tool.ConfigData>
</Tool>
...
OK permission issues discarded.
That is so weird .. Mmm I really don't know what else could be.
1 - Try to remove and add it again the query tool and check the changes in the Tools.xml file. Check even the modified date.
2 - Try to change the position in the coordtool and before save remove and add it again the query tool, then save and check the changes in the Tools.xml file. Check again the modified date.
It so weird that only changes things from some tools. Can you post here the Tools.xml files of the test.
Regards, Manuel