For SharePoint-specific questions, please see the SharePoint Stack Exchange site at http://sharepoint.stackexchange.com/
0
votes
0answers
7 views
Feature Report Center Creation in sharepoint 2010 error
I am trying to import a SharePoint site from 2007 (which was already exported) into a SharePoint site 2010 using "stsdm" command and I got this error after running the stsdm code:
Could not find ...
0
votes
4answers
27 views
Why is the SiteCollection Always null?
I have the function:
public SPList CreateList(SPFeatureReceiverProperties properties, Dictionary<string, List<AddParams>> columns,
string name, string description, ...
0
votes
1answer
47 views
C#, Method creates a list but is not of type list?
Coming from PHP I am not use to assigning or returning specific types because PHP really doesn't care. But Coming back to the world of Java and C# these languages do care, when you say pass me this ...
0
votes
1answer
30 views
How to programmatically open docx then convert to pdf in memory and then get byte content of pdf in C#?
I need to open docx that's stored in sharepoint then convert it to pdf in memory and then write to http response so pdf would be downloaded at client machine.
The issue is I don't know how to convert ...
0
votes
0answers
10 views
PowerShell - Filter results by values from array
I'm writing a script to list the properties of SharePoint groups.
This piece of code works fine but returns all Sharepoint groups from $site, meaning hundreds of records.
$site = Get-SPSite ...
0
votes
0answers
8 views
Sharepoint 2010 October CU 2012 PSConfig issue
After installing Oct 2012 CU on sp 2010 server, PSCOnfig fails with conflict message in step 3 out of 4
The status returns
<name />
...
0
votes
2answers
26 views
Write an xml file in Sharepoint using JavaScript
I have a website that I created in Visual Studio. I have stored some structural information in an xml file which I write using code behind C# file. Now I have to migrate this whole project to ...
-1
votes
0answers
10 views
{System.UnauthorizedAccessException:<nativehr>0x80070005</nativehr><nativestack></nativestack>
I am having a sharepoint sitecollection which has two sites say site1 and site2.
I have a user, have contribute premission in site1 and read permission in site2.
I wrote a event receiver on item ...
0
votes
0answers
6 views
How do I show SubReport Headers in the parent report?
I've created 30 individual rdl reports each with a header which contains the report name (H2)
I've then created a cover page which is nothing but a blank template with a header and a footer (H1) and ...
0
votes
0answers
6 views
SharePoint 2013 pop up window not displayed correctly
a pop up window is supposed to open on a button click. but this pop up appears distorted with half its content being hidden. solution was developed in VS 2010, and deployed to a 2013 environment. ...
0
votes
0answers
8 views
Web Part Communication between Web Part in a Popup Window
First I know I should show some implementation effort but to do so even I am kind of stuck for a design idea.
My client requirement is to have a web part (Parent) that contains currently selected ...
0
votes
0answers
4 views
Recreate SharePoint Search Service instance
I have deleted SharePoint search service instance on SharePoint 2010 Farm by
Stsadm -o deleteconfigurationobject -id
If there is any way to recreate this instance on the server ? I am not able to ...
0
votes
0answers
17 views
Uploading multiples files to Sharepoint with CSOM results in SocketException
I've been using Client-Side Object Model in C# for Sharepoint2010 for a few weeks, and I've tried uploading files with File.SaveBinaryDirect and by adding the file to the list and then calling ...
0
votes
2answers
15 views
Debug FeatureActivated() in SharePoint WebForms
Is this possible?
I am doing:
Deploy -> Set Breakpoint in the public override void FeatureActivated -> Attach the process to the debugger -> refresh.
Obviously this won't work because ...
-1
votes
1answer
12 views
How to make pages available to public while in pending status? [closed]
I notice that pages with pending status become unavailable for viewing to the public. Is there a way to make sure the page is always available to the public? I would like the previous published ...