A Microsoft SharePoint Server 2010 solution is a deployable, reusable package that can contain features, site definitions, and other functionality. Solutions can be enabled or disabled individually. You can deploy a solution directly onto your SharePoint Server farm, or you can deploy the solution into a sandbox. A sandbox is a restricted execution environment that enables programs to access only certain resources, and that keeps problems that occur in the sandbox from affecting the rest of the server environment. taken from Microsoft Tech-Net site.
Questions tagged [sandbox-solution]
35 questions
1
vote
1 answer
Behavioural part in cuckoo analysis report empty
I analyzed a malware sample
SHA1 : 0bd0a280eb687c69b697d559d389e34d4fad02b2.
The result generated by cuckoo doesnt contain any information about Behavioral analysis. I analyzed the same malware on malwr.com and it's showing the behavioral part…

user1683894
- 405
- 1
- 6
- 20
1
vote
1 answer
Running JavaScript code on the server in a sandbox
I want students to submit JavaScript code to our server. Then we test that JavaScript code to make sure the students solved the problem. I want to test for exceptions thrown, output, what's returned, execution time, individual variables and…

at.
- 50,922
- 104
- 292
- 461
1
vote
0 answers
Service with API to send JavaScript code to run in a sandbox
I want students to submit JavaScript code to our server. Then we test that JavaScript code to make sure the students solved the problem. I want to test for exceptions thrown, output, what's returned, individual variables and functions that were…

at.
- 50,922
- 104
- 292
- 461
1
vote
2 answers
Debug SharePoint Online
I am developing web parts in VS2013.
After I upload and activate the web parts in SharePoint Online (i.e. https://xxxxxxx.sharepoint.com/), I cannot find ways to debug the web parts.
Can I use the "attach" function in VS2013 to debug so that I can…

KenLai
- 251
- 1
- 4
- 15
1
vote
1 answer
Approach for SharePoint file upload workflow
I'm working on a project that is basically a file upload "wizard" that basically does the following:
Entry form to select document library and enter some basic info.
Enter additional library-specific information.
Tie in some calendar events.
My…

saarp
- 1,931
- 1
- 15
- 28
1
vote
1 answer
SPUserCodeSolutionExecutionFailedException
I have a simple sandbox solution with a webpart (which loads data via Linq but thats not the point I think) and everything works fine on my development machine.
When I install this solution on another machine and add the webpart to a page I get the…

Marc
- 6,749
- 9
- 47
- 78
1
vote
2 answers
Sharepoint event receiver and linq to sharepoint
I have a sandboxed solution and access some lists with Linq-to-Sharepoint. Now I attached an event receiver to the list type 101 because I have to restrict some files uploaded to picture libraries. This works fine.
But now my Linq-to-Sharepoint…

Marc
- 6,749
- 9
- 47
- 78
1
vote
1 answer
Error occurred in deployment step add solution
I am working on a sandboxed solution SharePoint 2010 (SharePoint Online project).
The error I get is
Error 19 Error occurred in deployment step 'Add Solution': This solution contains invalid markup or elements that cannot be deployed as part of…

iJK
- 4,655
- 12
- 63
- 95
1
vote
1 answer
Error when adding a sandbox solution Webpart to a page in Sharepoint 2010
I have compiled a Sandboxed webpart and deployed it to the Sharepoint 2010 server. However, when I try to add it to a page I get the following error
Unhandled exception was thrown by the sandboxed code wrapper's Execute method in the partial trust…

Mort
- 837
- 1
- 14
- 20
0
votes
1 answer
SharePoint Sandbox Solution Failing based on Web Address used
I have a SharePoint 2010 Sandbox Solution working perfectly on my dev machine if I view the page as: http://dev/page.aspx it works great.
However, if I view the page as http://dev.corp.company.com/page.aspx I get the following error:
Web Part Error:…

Wesley
- 5,381
- 9
- 42
- 65
0
votes
1 answer
InputFormTextBox not supported in SharePoint 2010 sandboxed solutions
I'm trying to build a sandboxed solution visual webpart that includes a richtext field, the inputformtextbox control, and it looks like the better part of the Microsoft.SharePoint.Webcontrols namespace isn't available in sandboxed solution? Is this…

esp
- 239
- 4
- 18
0
votes
1 answer
Sandbox version of HttpHandler type function in SharePoint 2010
I have a HTTPHandler that won't deploy on a hosted version of SP 2010 as they only allow Sandbox code. Typically of course.
The handler simply checks for the SignOut.aspx page and does Session.Clear to more fully log users out.
Does anyone know of…

Andrew Grothe
- 2,562
- 1
- 32
- 48
0
votes
1 answer
Sandbox solution disabled in office 365 - what is the best alternate for custom workflow actions
I have some more than 10 workflow custom actions created and using those in 2010 workflow. but my site is o365 site. Now sandbox solution is disabled, what is the best way to convert my codes and use that again in 2010 workflow?
Few say go for…

john
- 121
- 1
- 3
- 17
0
votes
1 answer
Changing Sharepoint Web part to Sandbox solution
Attempting to migrate a web part solution from farm solution to sandbox solution. The steps I have seen online outline changing a property at the project level which is a boolean called 'Sandbox Solution'. However I do not see this option when I…

user2524908
- 861
- 4
- 18
- 46
0
votes
1 answer
“ Exception from HRESULT: 0x8107054A ” when activating wsp on Office365 Sandbox Solution
I am uploading my wsp file and when I'm trying to activate it getting this error:
Exception from HRESULT: 0x8107054A
TECHNICAL DETAILS
Troubleshoot issues with Microsoft SharePoint Foundation.

Ronak Patel
- 295
- 3
- 11