A sandbox is a restricted execution environment that enables programs to access only certain resources in a controlled way
0
votes
1answer
20 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
13 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
32 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.
...
0
votes
1answer
61 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
36 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
30 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
22 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
26 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
59 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
112 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
49 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
49 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
32 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" ...