A sandbox is a restricted execution environment that enables programs to access only certain resources in a controlled way
1
vote
2answers
898 views
Problem adding sharepoint sandboxed solution using powershell
I have powershell script which will create the WebApplication and SiteCollection and upload the solution. Creation of WebApplication and SiteCollection for user X works fine but Add-SpUserSolution is ...
3
votes
3answers
889 views
Sandbox Solutions, resetting the quota
I'm looking into the possibility of developing sandbox solutions (mainly web parts) for our SharePoint 2010 internet site. One thing that I keep reading is that if the quota is exceeded, then all ...
1
vote
0answers
626 views
Deploying InfoPath 2010 browser enabled forms as Sandbox solutions using WSP
Is there a way through which I can deploy a InfoPath browser enabled form with code behind as a Sandbox solution via WSP?
I tried something around the approach we used to follow for deploying ...
1
vote
3answers
114 views
Solutions and Office.com
Does anyone know when/how office.com will integrate with sandbox solutions
Google
...
0
votes
6answers
4k views
SharePoint 2010 Sandboxed solution error during debugging
I'm in the process of creating a sandboxed web part, during debugging though once it is on the site the web part displays the error shown below:
Web Part Error: Unhandled exception was thrown by the ...
9
votes
1answer
1k views
Cannot add custom web part to page using the JS OM
I'm trying to add a custom web part (that is one I have written myself) using the new Javascipt OM available with SharePoint 2010. My solution is also running within the Sandbox.
I have it working ...
4
votes
1answer
2k views
Deploy a web part to a page during feature activation within a Sandbox Solution
I've been hitting my head against a wall on this one for the last couple of days. I have a pretty simple requirement but I cant see how it can be achieved within a Sandboxed solution. I'm depressed ...
1
vote
1answer
2k views
Deploy event receiver to sandboxed solution
I am working with Sharepoint Foundation 2010 on both my development and production machines. My production site is hosted. I am trying to deploy a sandboxed event receiver to the production site ...
1
vote
1answer
3k views
Deploying dll's in a Sandboxed solution from VS 2010
I am testing out Visual Studio 2010.
I have created a sandboxed solution with a webpart. It deployed OK.
I then tried adding a dll to the solution that would contain the business logic. This dll is ...
15
votes
3answers
963 views
How to check if code is running as sandboxed solution?
Is it possible to check, from within solution, if it was deployed as sandboxed or not, e.g. something like this:
if(this.IamSandboxedSolution)
// do something
else
// do something else
2
votes
2answers
1k views
Problem debugging web part on SharePoint 2010 beta and Visual Studio 2010 beta
I have created a "Hello World" web part. When I pressed F5 in Visual Studio 2010, I got the following error. I have already got Microsoft SharePoint Foundation User Code Service started. Can anyone ...
7
votes
3answers
334 views
SharePoint 2010 Sandboxed solutions performance
Does code that is deployed through a Sandboxed solution perform just a well as code deployed through a Farm solution?
Does the overhead that comes with interprocess communication (since Sandboxed ...