Quantcast
Channel: SharePoint Client Browser for SharePoint Online and SharePoint Server (on-prem)
Viewing all 648 articles
Browse latest View live

Commented Issue: SharePoint Online Client Browser v2.1 SPCB.exe infected? [65111]

$
0
0
May be a false positive but AVG is detecting Luhe.Fiha.A infection in "SPCB.exe" file of SharePoint Online Client Browser v2.1. Only this .exe seems to be affected. SharePoint 2013 Client Browser v1.8 "SPCB.exe" does not seem to have a problem.
Comments: ** Comment from web user: BdeJager **

The easiest workaround is to exclude the file from the AVG scan. Checkout [How to exclude files, folders or websites from AVG scanning](https://support.avg.com/SupportArticleView?l=en&urlName=How-to-exclude-file-folder-or-website-from-AVG-scanning).


Commented Unassigned: Error connecting to SharePoint Online [65089]

$
0
0
There is an error when I try to connect to SharePoint Online:

For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.
Comments: ** Comment from web user: BdeJager **

HI Larqitos, I'm missing pieces in the error log. Can you please follow instructions in the [report a bug](https://spcb.codeplex.com/wikipage?title=Report%20a%20bug&referringTitle=Documentation) documentation and set logging to Verbose to see all information which is required for troubleshooting.

Edited Issue: Client Assembly Reference Issue [63924]

$
0
0
When using SPCB on a SP 2013 Server it always pulls the client assemblies off the GAC and I do not see any way to change this (e.g. by setting a property in the .config file).

My issue is that I just want to unzip the SPCB package to test new things, like the SPWeb.AlternateCSS property. To access this property I need a certain build of the client components and I expected that SPCB is using those provided in its own directory not requiring me to update the server first.

Currently I have to fire up another VM with Windows client, without SP server, to run SPCB with the latest client components and test my stuff. That's a real PITA just for running some test against the REST api with the SP2013 client components.

Would be great if I could either put a checkbox to always use the local client components (those in the same directory as SPCB.exe) or the globally deployed assemblies in the GAC.

Thanks for listening!

Cheers,

Sig
Comments: ** Comment from web user: BdeJager **

Hi Sigfried,

thanks for your feedback. I know this is an issue and have seen it before. Have not really got the time to work on this. I'll try to find some time to see if I can force the loading of the assemblies.

If you have any hints/ideas?! They are welcome!

Regards Bram

Created Issue: Site Collection information not showing after expanding Sites underneath the Tenant [65857]

$
0
0
When expanding the Tenant » Site Collection » Site, then the properties window is not showing the actual properties. All fields are displaying: "The property or field 'property name' has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested."

Source code checked in, #76190

$
0
0
Changes: - Fixed PowerShell scripts to be compliant with latests updates

Created Unassigned: Can not open subsites [65873]

$
0
0
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 not existing site 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.

Commented Issue: PowerShell not load assembly [65581]

$
0
0
Hello,

i get this error, a have installed SDK (online, 2013). Please help.

Add-Type : Could not load file or assembly 'file:///D:\Install\SharePoint Online Client Browser v2.2\Microsoft.SharePoi
nt.Client.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
At C:\Users\jirka\AppData\Local\Temp\SPCB_PowerShell_OpenSite.ps1:24 char:9
+ Add-Type -Path (Resolve-Path $assemblyName)
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Add-Type], FileLoadException
+ FullyQualifiedErrorId : System.IO.FileLoadException,Microsoft.PowerShell.Commands.AddTypeCommand
Comments: ** Comment from web user: robinbreman **

I get the same bug, but debugged the script you mentioned.

When i change the Load-Assembly function to first check the 16\isap folder for installed assemblies the script works.
```
function Load-Assembly([string]$assemblyName, [string]$sdkVersion) {
$isapiPath = "$($env:CommonProgramFiles)\Microsoft Shared\Web Server Extensions\16\ISAPI"
Write-Host $isapiPath - $assemblyName - $sdkVersion

if (Test-Path "$isapiPath\$assemblyName") {
Add-Type -Path "$isapiPath\$assemblyName"
}
elseif (Test-Path $assemblyName) {
Add-Type -Path (Resolve-Path $assemblyName)
}
else {
[System.Reflection.Assembly]::LoadWithPartialName($assemblyName)
}
}
```

Now powershell will connect!

Updated Release: SharePoint Online Client Browser v3.1 (Jan 31, 2017)

$
0
0
SharePoint Client Browser v3.1, released: 01/31/2017
  • Added support for Alerts on User and Web node
  • Updated CSOM to support CSOM release January 2017 - 16.1.6112.1200
  • Updated loading of all other user profiles, instead of first 500
  • Updated support for List node (additional properties available)
  • Updated adding additional sites and tenants now only adds single node (keeps current state of other nodes)
  • Updated tab index on new Site and new Tenant forms to improve support for auto-type from external apps like KeePass
  • Fixed PowerShell scripts to be compliant with latests updates
  • Fixed issue with loading site collections from within Office 365 Tenant

Released: SharePoint 2016 Client Browser v2.4 (Jan 31, 2017)

$
0
0
SharePoint Client Browser v2.4, released: 01/31/2017
  • Updated loading of all other user profiles, instead of first 500
  • Updated adding additional sites and tenants now only adds single node (keeps current state of other nodes)
  • Updated tab index on new Site and new Tenant forms to improve support for auto-type from external apps like KeePass
  • Fixed PowerShell scripts to be compliant with latests updates

Updated Release: SharePoint 2016 Client Browser v2.4 (Jan 31, 2017)

$
0
0
SharePoint Client Browser v2.4, released: 01/31/2017
  • Updated loading of all other user profiles, instead of first 500
  • Updated adding additional sites and tenants now only adds single node (keeps current state of other nodes)
  • Updated tab index on new Site and new Tenant forms to improve support for auto-type from external apps like KeePass
  • Fixed PowerShell scripts to be compliant with latests updates

Released: SharePoint 2016 Client Browser v2.3 (Jan 03, 2017)

$
0
0
SharePoint Client Browser v2.3, released: 01/03/2017
  • Initial release for SharePoint Server 2016 (next to SharePoint Server 2013 and SharePoint Online)
  • Updated CSOM to Support CSOM release October 2016 - 16.0.4351.1000

Updated Release: SharePoint 2016 Client Browser v2.3 (Jan 03, 2017)

$
0
0
SharePoint Client Browser v2.3, released: 01/03/2017
  • Initial release for SharePoint Server 2016 (next to SharePoint Server 2013 and SharePoint Online)
  • Updated CSOM to Support CSOM release October 2016 - 16.0.4351.1000

Released: SharePoint 2013 Client Browser v1.10 (Jan 03, 2017)

$
0
0
SharePoint Client Browser v1.10, released: 01/03/2017
  • Updated CSOM to support CSOM release October 2016 - 15.0.4711.1000

NOW WITH SHAREPOINT SERVER 2016 SUPPORT
Download SharePoint 2016 Client Browser at http://spcb.codeplex.com

Updated Release: SharePoint 2013 Client Browser v1.10 (Jan 03, 2017)

$
0
0
SharePoint Client Browser v1.10, released: 01/03/2017
  • Updated CSOM to support CSOM release October 2016 - 15.0.4711.1000

NOW WITH SHAREPOINT SERVER 2016 SUPPORT
Download SharePoint 2016 Client Browser at http://spcb.codeplex.com

Released: SharePoint Online Client Browser v3.0 (Jan 03, 2017)

$
0
0
SharePoint Client Browser v3.0, released: 01/03/2017
  • Continue release for SharePoint Online (next to SharePoint Server 2013 and SharePoint Server 2016)
  • Updated CSOM to support CSOM release December 2016 - 16.1.6008.1200
  • Fixed loading external users, only showed first external user. Now displays first 50 external users.

NOW WITH SHAREPOINT SERVER 2016 SUPPORT
Download SharePoint 2016 Client Browser at http://spcb.codeplex.com

Updated Release: SharePoint Online Client Browser v3.0 (Jan 03, 2017)

$
0
0
SharePoint Client Browser v3.0, released: 01/03/2017
  • Continue release for SharePoint Online (next to SharePoint Server 2013 and SharePoint Server 2016)
  • Updated CSOM to support CSOM release December 2016 - 16.1.6008.1200
  • Fixed loading external users, only showed first external user. Now displays first 50 external users.

NOW WITH SHAREPOINT SERVER 2016 SUPPORT
Download SharePoint 2016 Client Browser at http://spcb.codeplex.com

Created Unassigned: WebsCount diplaying 0 [65874]

$
0
0
Under Site Properties on a site collection WebsCounts is displaying 0 when there are several Webs (sub-sites) in that site collection - what am I missing?

Commented Unassigned: WebsCount diplaying 0 [65874]

$
0
0
Under Site Properties on a site collection WebsCounts is displaying 0 when there are several Webs (sub-sites) in that site collection - what am I missing?
Comments: ** Comment from web user: BdeJager **

It's unclear to me what you mean? Can you add a screenshot and error logs?

See [Report a bug](https://spcb.codeplex.com/wikipage?title=Report%20a%20bug&referringTitle=Documentation)

Commented Unassigned: Can not open subsites [65873]

$
0
0
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
Comments: ** Comment from web user: BdeJager **

Hi, can you provide me more information on the error by uploading the error logs? Please see [Report a bug](https://spcb.codeplex.com/wikipage?title=Report%20a%20bug&referringTitle=Documentation). Thanks

Edited Issue: PowerShell not load assembly [65581]

$
0
0
Hello,

i get this error, a have installed SDK (online, 2013). Please help.

Add-Type : Could not load file or assembly 'file:///D:\Install\SharePoint Online Client Browser v2.2\Microsoft.SharePoi
nt.Client.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
At C:\Users\jirka\AppData\Local\Temp\SPCB_PowerShell_OpenSite.ps1:24 char:9
+ Add-Type -Path (Resolve-Path $assemblyName)
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Add-Type], FileLoadException
+ FullyQualifiedErrorId : System.IO.FileLoadException,Microsoft.PowerShell.Commands.AddTypeCommand
Comments: ** Comment from web user: BdeJager **

I made a fix to solve this issue. PowerShell should be loading its assemblies correctly. I made updates to the CSOM and this caused the issue. Shuffled some assemblies and folders...

Well it should be fixed, please download the latest version from [Downloads](https://spcb.codeplex.com/releases).

Let me know if this fixes it! Thanks for the feedback.

Bram

Viewing all 648 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>