bramdejager / spcb

The SharePoint Client Browser (SPCB) uses the CSOM to connect to a remote SharePoint site collection and shows the site structure with related properties and values.
GNU General Public License v2.0
174 stars 48 forks source link

Can not open subsites #56

Closed bramdejager closed 6 years ago

bramdejager commented 6 years ago

I can not open any subsites in a site collection. The error message says:

Web ... does not exist.

The site exists and I have access to it.

Furtermore the subsite is added to History.xml everytime the error occurs. Therefore XML contains the error page multiple times and tries to load the sites everytime a site collection is loaded.

Version: SharePoint 2013 Client Browser v1.10

Attachments

Error1.png ErrorLog.log 2017-02-02_093049.png

This work item was migrated from CodePlex

CodePlex work item ID: '65873' Assigned to: 'BdeJager' Vote count: '1'

bramdejager commented 6 years ago

[BdeJager@31-1-2017] Hi, can you provide me more information on the error by uploading the error logs? Please see Report a bug. Thanks

bramdejager commented 6 years ago

[UnknownUser@1-2-2017]

bramdejager commented 6 years ago

[MRQuantum@1-2-2017] I have downloaded Version 1.11. Now adding a web does not seem to have any effect at all. The log just says:

01-02-2017 09:19:51.496;MachineName;SPCB.exe;1.11.0.0;General;0;Verbose;c5c5e142-d05d-40db-bec4-8723e456efe2;New correlation, calling method: addSpecificWebToolStripMenuItem_Click

I have changed my personal Information for privacy reasons in the log file.

bramdejager commented 6 years ago

[UnknownUser@2-2-2017]

bramdejager commented 6 years ago

[UnknownUser@2-2-2017]

bramdejager commented 6 years ago

[BdeJager@2-2-2017] Hi, it seems you have added a specific subweb to load underneath the site collection. Although this subweb does not exist I quess.

A workaround is to delete all specific subwebs. This is done by right click the site collection node in the treeview and select "Remove all (specific) subwebs".

Image

bramdejager commented 6 years ago

[MRQuantum@2-2-2017] This has deleted the subwebs. But the "Add specific web"-Button still has no effect at all no matter which Site I try to add.