The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
457 views

Memory Leak in NameCtrl Add On (for Presence) with IE and SharePoint 2010

Is there known bug/memory leak in the NameCtrl browser addon (which is used for displaying presence information)? I ask because I created a simple empty site based on the Blank site template and ...
3
votes
1answer
464 views

Unneeded DIVs added to content

Why does SharePoint add the following to text entered into rich text fields of list items? <div class="ExternalClass85AC900AB26A481DBDC8ADAE7A02F039"><p>....</p></div> We've ...
3
votes
1answer
121 views

Target Audience sporadically not resolving to certain groups/distribution lists

SharePoint 2010 + SP1 + December 2011 CU User Profile Service is configured to sync only with AD and all appropriate permissions configured and profiles being imported successfully. According to ...
2
votes
3answers
1k views

Sandbox Content Type and Resource (RESX) File

I have a simple Sandbox Solution with a Content Type in it. The Content Type simply inherits from the Item content type. It adds no additional fields to it. I've added a Feature Resource file to my ...
2
votes
1answer
568 views

Delay Activity is not working - Is this fixed in SharePoint 2010?

I have a sequential workflow with some DelayActivities in it which do not work (most of the time). Once the time elapses they don't fire and workflow just waits forever. Found this after searching ...
2
votes
1answer
626 views

Incorrect Modified Dates on SharePoint Online for clients in other timezones

I've run into a strange problem with SharePoint Online. When updating or creating entries in a list using the Client Object Model, the modified date on the affected list item seems to be stored with ...
1
vote
1answer
368 views

People picker not working in Chrome under taxonomy central admin

Here is a google chrome bug I logged with MS connect. https://connect.microsoft.com/site428/feedback/details/632134/people-picker-in-google-chrome-not-working-sometimes#details Make sure you expand ...
1
vote
2answers
109 views

Backup Plan for a VM based sharepoint website

I developed a doc sharing website for my company using Sharepoint2010 and SQLServer 2008 R2. The website is on a virtual machine powered by Hyper-V Now, I am thinking the disaster recovery plan. ...
1
vote
1answer
428 views

Impersonation issue? - SharePoint 2010

I have some strange behaviour happening in SharePoint 2010, which I believe is something to with Impersonation but I'm not entirely sure. I'm not sure how to word this, so I'll do it like this: ...
1
vote
1answer
714 views

Document Sets don't enforce allowed Content Types when multiple Doc Set CT are available

I fear that this is indeed a bug, but I'm asking just to be sure (SP1 and the CU haven't provided any change to the issue). I have a document library that utilize multiple document set content type ...
1
vote
1answer
76 views

Bad cursor position in SharePoint 2013 Note Board (FireFox)

I'm trying to post a note in SharePoint 2013 Note Board (using FireFox 19 version), the mouse cursor goes out of the text input area. Screenshot: http://www.rodyk.lt/images/2013/04/10/cursordSbh3.png ...
1
vote
0answers
201 views

Content Organizer rule based on a Lookup Column with more than 20 selectable values

Does anybody have any experience making content organizer rule based on a Lookup column with more than 20 values in the list? (When you have more than 20 values, the view of the Lookup field changes. ...
1
vote
0answers
321 views

How do I ensure that the task list displays in Gantt view when creating a new site from template?

I have a site with a Task List, which has a custom Gantt view as the default view. The home page of the site, which is not a wiki page, has a List View Web Part for the Task List where the Gantt view ...
1
vote
0answers
948 views

Inserting new item in list with EntityRef field to User Information List using Linq to SharePoint

I have a list with SPFieldUser field type in it. I try to insert new item in this list using Linq 2 SP. So, I generated data context class using the following configuration file: <List Name="User ...
0
votes
2answers
432 views

Sharepoint list column changes not getting updated - bug?

I have created a list in SharePoint 2010, initially had the columns - Title , Mobile and Email Id. Then I used a grid view (Visual web part) to display these fields. Later I changed the field Title ...
0
votes
2answers
1k views

Object reference not set to an instance of an object when setting up an alert

I have a user trying to setup an alert whenever any item changes in a document library. Whenever they try to do so SharePoint throws the following error: Object reference not set to an instance of ...
0
votes
1answer
130 views

Calculated Column Incorrect when All Day Event is selected

I've created a Calendar list. I've added a single calculated column ("Calculated Start Time") that simply references the "Start Time" column. It reports the correct date when the event is not an all ...
0
votes
1answer
384 views

Site Icon Disappearing in sharepoint 2010

I choose custom logo for my site but it's change in main page only Others pages show the default sharepoint site icon. But Sharepoint Designer shows the icon correct!!! I test my site with IE 9, IE8 ...
0
votes
1answer
218 views

Can only create one Personal view in Document Libraries? SP2010

It seems only one personal view can be created in each Document library? (Once one personal view has been created, you can still go through the process of creating more personal views, the new view ...
0
votes
0answers
23 views

Per Location Views Not Working

I am trying to accomplish the following scenario. In my document library I want the top level view to use a view called "Folders" where it only shows two columns. Upon clicking a folder in the view I ...
0
votes
0answers
71 views

SharePoint 2010 Workflow Reversing Date Format

I've created a workflow that stores its start date and time plus 10 minutes to a variable and then repeats the process with 20 and 30 minutes. Once in production this will go up to a few days each. ...
0
votes
1answer
205 views

creating site collections using SharePoint management shell 2013

I am following the below instruction to create a NHSC, but at point D when I am creating a Team Site, I get the message that the new URL is not found! Do I need to create that before? Am I missing ...
0
votes
0answers
46 views

PermissionContext=“RootSite” - working for anyone?

It doesn't look, to me, like setting the PermissionContext of a SPSecurityTrimmedControl or a MenuItemTemplate to RootSite works; the content always ends up hidden, whether or not the user has rights ...
0
votes
1answer
84 views

Make “Reset Page Content” honor audience targetting?

Question: How can I prevent "Reset Page Content" from showing audience-targetted web parts to users which are not a member of that audience? Details: I have seven shared web parts on a ...