Code

Support for SharePoint 2010/2013 Weather Webpart

Support for SharePoint 2010/2013 Weather Webpart

Cart 4 sales

tduartethemes supports this item

Supported

Popular questions for this item

Sandboxed solution ‘Activate’ button in solution gallery greyed out

After uploading this solution to the solution gallery, we need to activate the solution. If the Activate button is disabled, we may need to start the sandboxed service in the farm.

Go to Central Administration > System Settings > Manage Services on Server.

Check that “Microsoft SharePoint Foundation Sandboxed Code Service” service is running

The sandboxed code execution request was refused because the Sandboxed Code Host Service was too busy to handle the request.

This error may appear in some cases if there is something wrong with the sandboxed service.

Typically restarting the service should fix the problem, otherwise we can try to increase the thresholds.

default: 30

$uc = [Microsoft.SharePoint.Administration.SPUserCodeService]::Local

$uc.WorkerProcessExecutionTimeout = 5000

$uc.Update()

default: 1

$tier = $uc.Tiers[””]

$tier.MaximumWorkerProcesses = 2

$tier.Update()

Contact the author

This author provides limited support for this item through email contact form.

Item support includes:

  • Availability of the author to answer questions
  • Answering technical questions about item’s features
  • Assistance with reported bugs and issues
  • Help with included 3rd party assets

However, item support does not include:

  • Customization services
  • Installation services

View the item support policy

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey