Tag Archives: SP2010

Sandboxed Code Host Service was too busy to handle the request

I had really hard time fixing deployment issues for Sandboxed solutions when I had a Feature Event Receiver class added in my solution for a very simple, basic feature.

Firstly, I found that deploying from Visual Studio only gave me unfriendly error message: “The Sandboxed code execution request failed” at the time of feature activation. After some searching, it suggested that my dev environment may have permissions issue for the service account under which my Sandbox Code Host Service was running. I tried to fix, but couldn’t get it working.

I rebuild my dev VM and then I again configured my Farm. When I reached to the point where I can deploy my Sandboxed Solution again, it gave me this error message:

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

I came across this article written by Chris Zhong Error: “The sandboxed code execution request was refused because the Sandboxed Code Host Service was too busy to handle the request”

Following the suggested steps in that article, it fixed my problem.

Ujjaval

Handy tip for starting SharePoint development

If you have just started to write your first Visual Studio solution for SharePoint development and get the error message: ‘Web application could not be found…’

Please see the link below:

http://blogs.msdn.com/b/mcsnoiwb/archive/2010/05/25/debugging-sharepoint-web-application-could-not-be-found-issue.aspx

Thanks to Jon Loken for this.

 

 

SP2010 PreRequisites Installation

In process of getting SharePoint 2010 installed on my VM, I needed to install PreRequisites.

Given that my VM is not connected to the internet. I needed to download some Pre requisites that are required by SharePoint 2010.

From http://technet.microsoft.com/en-us/library/cc262485.aspx , I required to download following Pre Requisites:

My VM already had MS SQL 2008 R2 installed.

I copied these pre requisites on to my VM and saved following arguments in PrerequisiteInstaller.Arguments.txt file. This file is then saved in the same folder as my SharePoint installation files exists.


/ChartControl:\\SP2010-WFE1\SP2010Prereqs\MSChart.exe /KB976462:\\SP2010-WFE1\SP2010Prereqs\Windows6.1-KB976462-v2-x64.msu /IDFXR2:\\SP2010-WFE1\SP2010Prereqs\Windows6.1-KB974405-x64.msu /ADOMD:\\SP2010-WFE1\SP2010Prereqs\SQLSERVER2008_ASADOMD10.msi /Sync:\\SP2010-WFE1\SP2010Prereqs\Synchronization.msi /FilterPack:\\SP2010-WFE1\SP2010Prereqs\FilterPack64bit.exe /Speech:\\SP2010-WFE1\SP2010Prereqs\SpeechPlatformRuntime.msi /SpeechLPK:\\SP2010-WFE1\SP2010Prereqs\MSSpeech_SR_en-US_TELE.msi