A sandbox is a restricted execution environment that enables programs to access only certain resources in a controlled way
-1
votes
0answers
16 views
SharePoint 2010 sandbox webpart error: Unhandled exception was thrown by the sandboxed code wrapper's
I have builded a webpart for my sharepoint 2010 online portal. In this webpart I try to get some data by a webservice on another website. I press F5 in VS to test it, but when I test the webpart I get ...
1
vote
1answer
22 views
Can I access in a SharePoint 2010 Online webpart, some webservice and do some CRUD?
I am using SharePoint Online. It is only possible to build sandbox solutions webparts. Is it possible in a sandbox solution webpart to access a webservice somewhere on the internet? I would like to do ...
0
votes
0answers
14 views
Handle AJAX call in SharePoint sandbox
I'm developing a solution for Sharepoint 2010 using ASTreeView. This control handles also AJAX calls for node loading. To load children of a parent, a
<ul><li>...</ul>
needs to ...
0
votes
1answer
26 views
Programatically adding webparts to a page in sandbox
I've successfully implemented code to add web parts to web part zones in code using WebPartManager's in other projects.
Now that I'm working in a sandbox solution, VS can't seem to recognise ...
0
votes
0answers
15 views
new to WCF: when will i need to write web services in SP2010 SBS?
what are some drawbacks with sandbox solutions where one might need to write custom web services as a work around?
appreciate any advice. there is a lot out there on getting started but little on ...
2
votes
1answer
35 views
Reading from text files within a sandboxed solution
So I have a set of plain text files included in some directories within sandboxed solution. I want to use these text files to programmatically insert data to SharePoint Online using an event receiver.
...
1
vote
1answer
65 views
Increase SharePoint Execution Timeout in SharePoint Online (Office 365)
I have office 365 site and web part added on this site. this web part create a document library. This is a sandbox solution
I want to create 2000 document library using this code snippet as follow:
...
1
vote
1answer
39 views
Programmatically removing web parts in a sandbox solution? (Sharepoint 2010)
I had a problem with web parts being duplicated whenever their feature was reactivated, so I made a question about that.
It was answered (and correctly so, I think) - I have to programmatically ...
1
vote
0answers
37 views
Setting the value of a sandbox web part's custom properties in .webpart file
I've created a new web part in a sandbox solution. This web part has a custom string property called 'PetName'.
I'd expect to be able to set the initial value of this property in the .webpart file. ...
0
votes
0answers
23 views
Sandbox Solution is not working while the proxy being updated
We are facing an issue with Sandbox Solution which handles the “ItemAdded” event receiver. It works like a charm however does not work when the below events are reported in the ULS.
04/03/2013 ...
0
votes
0answers
9 views
sandbox solution priviliges issue
I have a sandbox solution for SharePoint 2013. (because it has to work in Office365) I have an eventreceiver that adds an item to a list. I don't want users to manually change that list, so I don't ...
1
vote
1answer
28 views
Required permissions to upload sandbox solution
I want to assign a user the minimum permissions to upload sandbox solution in the site collection, what's the required permission level?
1
vote
1answer
67 views
How to Close SPModalDialog & Refresh page from Code behind in SandBox solution?
I have Submit button in my SPModalPopup.
By clicking submit button, after executing some code, I want to close the ModalDialog & Refresh the parent page. How can I do this ?
I have tried ...
0
votes
1answer
126 views
How to deploy a Custom Page in a SP 2013 SandBox solution?
Is it possible to deploy a custom WebPage in a SP 2013 SandBox Solution?
0
votes
1answer
52 views
Variable Content Query Webpart in Sandbox Solutions
I'm stuck with the following problem.
I have a Sharepoint Sandbox Solutions project. On the main page there's
a list "Artists" with URLs that direct to the proper Artist Page. Those artist pages are ...
0
votes
1answer
53 views
SharePoint online solution licensing
We are working on solution which we belive could be useful for organizations using SharePoint. We designed and implemented solution so it can be used in sharepoint online. Since we want to be selling ...
2
votes
1answer
41 views
How to use 14Hive in Sandbox?
How can I use the 14Hive folder in my Visual Studio SandBox Solution ?
I want to use the Layout folder of that. And it gives me compile time error for LayoutsPageBase. And I can't access.
So is ...
0
votes
0answers
34 views
How can I use the controltemplates of 14Hive in UserControl of SandBox solution?
How can I use the following control in my SandBox solution of Visual WebPart(Sandboxed),
"<%@ Register TagPrefix="wssuc" TagName="InputFormSection" Src="/_controltemplates/InputFormSection.ascx" ...
0
votes
1answer
137 views
How to add .aspx page to Module in Sandbox solution?
When I am adding any application page(.aspx) to my Module in the Visual Studio Project of SandBox Solution, it is always adding that page in Layouts(Mapped) folder. And not adding that page in the ...
0
votes
0answers
76 views
How to open .aspx page using JavaScript in SandBox Solution?
I have the following Folder structure for SandBox Solution.
MyProject -> TestModule -> Pages -> Page1.aspx
When I try to open the page using JavaScript file like,
var options = {
url: ...
1
vote
2answers
102 views
Can a sandboxed WebPart access SPWeb.AllProperties
Well, subject says it all. Although MSDN has plenty of info what classes are accessible in a sandboxed solution I just couldn't find the info if I can read or write to SPWeb.AllProperties.
Basically ...
0
votes
1answer
44 views
How to find images & javascripts of SandBox solution deployment?
I have deployed SandBox Solution to my SharePoint Server.
After deployment When I open the site in browser, it displays the images of the Site but not working of JavaScript file.
(I have given the ...
0
votes
1answer
92 views
How to reference/write the file path in Elements.xml for UserControl in Sandbox Solution?
I have 1 solution (which is deploying as SandBox Solution).
I have added JavaScript files, Images, Application Page & UserControl in one Module under project folder.
I have one Element.xml file ...
0
votes
1answer
33 views
Member Variable / public property null on postback
I have a sandboxed visual web part (created in VS2012) when I initially load my web part and its child controls I set myProperty to a value retrieved from the database. When I fill out the relevant ...
1
vote
1answer
80 views
Sandbox: can I get an html list item to Run in iframe?
I guess the real question is can I get rid of these lines in Response Header:
X-Download-Options: noopen
and
Content-Disposition: attachment; filename=...
so I can actually see an HTML ...
1
vote
1answer
64 views
How to DeActivate feature of my site?
How to DeActivate feature of my SharePoint site remotely ?
I have created .wsp package file and uploaded SandBox solution to my SharePoint site. But in my elements.xml file it has 1 mistake of ...
1
vote
0answers
67 views
SP2010 Custom action runs sandboxed but not as farm solution
Short version: Which changes need to be made to convert a custom workflow action, developed in VS2010, from a Sandbox to a Farm solution. Assume it is a placeholder with no logic added yet.
Long ...
0
votes
0answers
15 views
Languages SharePoint Sandbox Solutions
I am having a problem with multiple languages in sandbox solutions.
After a lot of reachers I came to the conclusion that there's no other
option than programatically add languages to custom lists, ...
1
vote
1answer
105 views
How to deploy SandBox solution with images on the Server?
How can I deploy SandBox Solution from Visual Studio with images on the Server ?
When I trying to deploy it, I am getting the following errors.
1). The Project Item "Images" cannot be deployed ...
2
votes
2answers
604 views
Sandbox Unhandled exception was thrown. Partial Trust app domain:
I'm trying to build my very first SP (2010) Sandbox project (I'm generally new to SP anyway!) but I keep hitting the following "infamous" error when I try and add any of my custom Web Parts to a ...
0
votes
1answer
74 views
Same code in Sandbox solution generates error
I am using following code in a Web Part to read Rss (atom). Same Web Part works in Farm Solution but generates error (don't know what) in a Sandbox solution.
WebClient wc = new WebClient();
...
1
vote
3answers
60 views
Adding members to groups i am not a member of
I have a process which runs in a event receiver, this involves adding users from ad to groups based on the contents of a custom list.
The problem occurs when i try to add a user into a group that i ...
1
vote
1answer
91 views
rootFolder.ContentTypeOrder throws unexpected error for sandbox solution
I'm trying to add content types into a library list, in order to make "Visible on New" option ticked.
Firstly I enabled contenttypes in the library, then I want to do this:
SPFolder rootFolder = ...
1
vote
1answer
308 views
Programmatically add publishing page in sandbox solution?
How do you programmatically add an item to the Pages list from a feature receiver in a sandbox solution?
NB: The Microsoft.Publishing.dll assembly is not available within the
sandbox, so you ...
1
vote
1answer
56 views
Adding EventRecevier in SandBox Sharepoint2010
This is Sample of my Code
SPList list = new SPSite(siteURL).OpenWeb().Lists[listName];
SPEventReceiverDefinitionCollection eventReceivers = list.EventReceivers;
SPEventReceiverDefinition ...
2
votes
2answers
266 views
SharePoint 2010 User Code Host service stops
When I try to deploy any SandBox Solution I receive following error:
Error occurred in deployment step 'Retract Solution': Timeout occurred while running the SharePoint Sandboxed Code service. ...
3
votes
1answer
127 views
Should this be a sandboxed solution?
My company outsourced the creation of a SharePoint WebPart for connecting to our cloud service.
The WebPart connects to our service by using our REST API. When configuring the WebPart you supply ...
1
vote
1answer
107 views
How to access AD users in SharePoint 2010 Sandboxed solution?
I am running with an issue to accessing AD users in Sandbox solution. Can anyone has idea how to do that.
I know how to do in normal SharePoint 2010 solution. But I am not able to do in the same ...
0
votes
1answer
40 views
remote deploy sandbox
I am trying to set up TFS build to deploy our solution to test server. The build executes some scripts remotely (from build server) on the test server. Everything works, including commands like ...
1
vote
2answers
119 views
Can the ItemAdding event be used in a Sandbox?
Can the ItemAdding event be used in a Sandbox?
I need to perform a task when a Item is a added/adding, it has to be synchronous (item added is async so i cant use that).
If i cant use the ...
2
votes
1answer
193 views
Install-SPUserSolution: Sandboxed code execution request failed
When executing Install-SPUserSolution powershell command the following error is shown:
Install-SPUserSolution : Sandboxed code execution request failed.
At line:1 char:23
+ ...
1
vote
2answers
101 views
How to copy one custom list to another custom list (approximately 600 items)
I have one master list from which I wish to query and create a subset of this in a new custom list. The code I have so far works, but it is extremely slow and occasionally hits the hard limit of the ...
3
votes
0answers
11 views
How to upload file in document library in sandbox solution? [duplicate]
Possible Duplicate:
Upload file using sandbox solution
How to upload file in document library in sandbox solution ? File upload control is not working sandbox in sandbox solution
2
votes
1answer
159 views
Sandboxed code execution request failed
I am able to deploy other Sandbox Solution from Visual Studio 2010 but in one solution I am getting below error:
Error occurred in deployment step 'Add Solution': Sandboxed code execution request ...
0
votes
0answers
31 views
How do i upload a Theme in a sandboxed feature
I am trying to upload a theme (using a module) to the _catalogs/theme folder. This is causing an error (e.g. wsp file fails on activation). It fails because i am in a sandbox.
How can i get this to ...
2
votes
1answer
173 views
Add content type from sandboxed solution to list definition (farm solution) does not work
I'm using a sandboxed solution from a 3rd party vendor which contains some site columns and a site content type.
I want to add this content type to my document library definition in CAML.
But when I ...
0
votes
1answer
379 views
How to use treeview in Sharepoint 2010 Sandbox solution?
I have tried using Treeview in my Sanboxsolution webpart but the problem is that in a web page it is not loading properly. And when i click on node it gives me javascript error. For these two errors i ...
2
votes
0answers
155 views
Steps for troubleshooting Sandbox web part “An error occurred while attempting to add the item to the page”
I have a server which is refusing to run any Sandbox web parts with the error "An error occurred while attempting to add the item to the page"
Steps already performed :-
These web parts run fine on ...
1
vote
2answers
159 views
Write file to response problem
I am having trouble writing a file to the response stream (sandbox solution).
The final line of this code block throws a null reference exception.
HttpContext.Current.Response.Clear();
...
1
vote
0answers
64 views
Ajax Call in sandbox Solution
How to make an ajax call in sharepoint sandbox solution.
I have created a web part.
In that web part I have created a multiple hyperlinks and grid view so when user clicks on link gridview should be ...


