A sandbox is a restricted execution environment that enables programs to access only certain resources in a controlled way
0
votes
0answers
56 views
Not able to activate solution in Records Center site
I provisioned a Records Center site and uploaded a custom sandboxed solution (WSP) to it. I am able to upload the solution, but not activate it. This is in a SharePoint Online environment, but I ...
0
votes
1answer
196 views
What is Site Content and structure in Sharepoint Online and what it is used for or how to create a site structure?
1.What is Site Content and structure in Sharepoint Online and what it is used for or how to create a site structure? Please provide me some good links or videos on activating and using it. I searched ...
0
votes
0answers
61 views
SPUtility.ExecuteRegisteredProxyOperations throws nullreferenceexception in my sandboxed solution
I a very basic event reciever that executes on both the ItemAdded and ItemUpdated events inside of document libraries. To handle exceptions, we've created a full-trust farm based solution to write ...
0
votes
2answers
260 views
Why does this work with Master Page Gallery but not Style Library
Please don't mock my code, I am just wondering why this does not work for Style Library but it works for the Master Page Gallery
if (siteCollection != null)
{
...
0
votes
1answer
228 views
List item field values incorrect in AllItems view, but correct in detail view
I've created a custom content type and a list definition and list instance based on it. In a web part, I add an SPListItem to the list, set its field values, and then call item.Update().
However, ...
0
votes
1answer
991 views
Add HTML link tag with dynamic SRC attribute to masterpage HEAD section
I Need to add a <link> tag with a dynamic src attribute to a custom masterpage <head> section pointing to a current SPWeb library like this:
<link rel="alternate" ...
0
votes
1answer
156 views
Right Management
I'm planing a sharepoint application. One part of the solution should be a list. Each list item should have two persons who are allowed to make changes on it (plus two Administratorgroups). The ...
0
votes
1answer
287 views
SPMetal Person column generation
I'm using SPMetal to generate a class for my lists to use in a Sandbox-solution (with Sandbox Visual WebParts).
However, when I generate the classes for a list column of type "Person or Group" with ...
0
votes
1answer
128 views
Download solution package? [closed]
I was reading this article by Vesu
http://blogs.msdn.com/b/vesku/archive/2010/10/14/sharepoint-2010-and-web-templates.aspx#stepbystep
and at the end of article he posted the solution file. But my ...
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 ...
0
votes
1answer
64 views
Sandboxed solution - Pass datafrom client side(javascript) to server side
Can anyone suggest me with different ways to passing data from client side to server side?
-1
votes
0answers
15 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 ...