All commercial releases of SharePoint. Excludes free license versions of SharePoint.

learn more… | top users | synonyms

1
vote
2answers
67 views

SharePoint 2013 - WSPBuilder web-parts error

I am new to SharePoint. I have SharePoint 2013 server installed on one server and vs 2010 on another pc. I am using WSPBuilder (SharePoint WSP tool) to create web parts. I have installed the ...
0
votes
1answer
77 views

Render label using itextsharp to pdf and word

Could not load file or assembly 'itextsharp, Version=5.4.1.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca' or one of its dependencies. The system cannot find the file specified. I have added ...
0
votes
2answers
29 views

Application pool SharePoint 80 get stopped.. dont now why

i tryed to use ITextSharper yesterday today i started my server got HTTP ERROR 503 , after trying to deploy i find out that my application pool get stopped when i try to go to my site in internet ...
0
votes
2answers
36 views

SharePoint 2013 - Error while creating the web parts in vs 2010

I am new to SharePoint 2013. I have SharePoint server 2013 install on server and vs 2010 present in other PC. I have developed a test visual web parts using vs 2010 on my local PC. The visual web part ...
1
vote
0answers
41 views

Anonymous user when subscribing to RSS feeds for a List on an Internet facing site throws “An unexpected error has occurred”

I have an Internet facing SharePoint 2010 site collection which has anonymous access enabled, the list is set to view items for anonymous users. The anonymous users can view the list, but when you ...
1
vote
1answer
223 views

Planning my first SharePoint 2013 Wiki site

I want to start my first SP2013 project, and for the first release I need to build a knowledge base library for my company. I am planning to have the following general implementation steps, and I ...
0
votes
0answers
28 views

Sharepoint 2010 SPsite Class throws Exception- Console - Web App - WebService App(.asmx)

I am Searching for this Solution for PAST two Weeks, I have Created 3 Apps thats uses Microsoft Sharepoint 2010, in Server 2008 Rs X64Bit MAchine used the Sampe Piece of code in All Applicationswith ...
1
vote
1answer
40 views

SharePoint 2013 - “Package failed” error while creating the web parts in vs 2010

I am using SharePoint 2013 server and vs 2010. My SharePoint server present in different server and vs 2010 is another PC. I have created test web part using vs 2010 and build successfully. When I ...
3
votes
4answers
202 views

How to setup Kerberos Constrained Delegation for SharePoint Excel Services and Analysis Services

This question is in continuation to MSOLAPSvc.3 service missing from kerberos delegation Target : To refresh a pivot table based out of a SSAS cube using Windows Authentication in the excel service ...
0
votes
0answers
35 views

Web Template - deploy navbars using feature rather than using onet.xml

Can i deploy naviagtion bar in visual studio - rather than using the onet.xml file. Just as a feature using a module element like this: <Module> <File ...
1
vote
0answers
50 views

Disable Anonymous Authentication results in Access denied/401 on root site

I disabled the anonymous access in IIS 8 / Authentication hosting SharePoint 2013. Now when I browse to http://sharepoint13/ I get a "This page has not been shared with you". When I browse to ...
0
votes
1answer
46 views

How to set default theme while creating new site or subsite

I want to create a new subsite using default publishing template in sharepoint 2007, once created i want a different theme to be applied to site, how can i change the default theme ans use a different ...
0
votes
2answers
39 views

Sharepoint 2010 - SPSite class throws Exception

I have Created Sample Console Applciation in .Net 3.5 X64 with Sharepoint 2010 - Windows Server 2008. It Always throws Exception, Please help me to resolve this issue This is the Sample Code:- ...
0
votes
0answers
21 views

Sharepoint 2010 Unable to Load Namespaces from Microsoft.office.Server.Search Assembly

I am having a PreCompiled Web Service in .Net 3.5 and Sharepoint 2010. I installed SharePoint 2010 in Windows Server 2008. I added the Assembly reference in .config file like this <add ...
2
votes
0answers
26 views

Bulk file upload creates multiple versions of all files except last file

I have an interesting (well to me anyways) problem here. I am doing a code based mass upload of documents into a SharePoint library with a twist. The twist is that the file's last modified date ...
0
votes
0answers
21 views

Site Collection and sites Mapped to controller and action methods on asp.net MVC

I came from an MVC architecture background and currently I am learning the architecture of SharePoint 2013. So can I make the following assumptions:- Creating a new site collection in SharePoint ...
0
votes
1answer
27 views

SharePoint 2010 to 2013 upgrade - DB patch level

Trying to confirm whether SharePoint 2010 database on RTM with CU 14.0.5123.5000 can be upgraded to SharePoint 2013. If possible, does it have any drawbacks compared to SP 2010 being on SP1 or upper ...
1
vote
3answers
225 views

Note Board Web Part stopped accepting new messages

Anyone else having issues with Note Board Web Part not accepting new posts after April 2013 CU? On existing pages with Note Board Web Part, posting new message gets stuck to "Waiting...". When ...
0
votes
1answer
115 views

RegAsm : error RA0000 : Could not load file or assembly or one of its dependencies. The system cannot find the file specified

I am new to sharepoint. I try to add the Microsoft.SharePoint.dll to GAC. For that one I have used below code Code : `c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319> Regasm.exe ...
0
votes
0answers
37 views

Search is not working after migrating Moss 2007 to Sharepoint 2010

I have done a migration from Moss 2007 to Sharepoint 2010. After upgrading the Sharepoint site search does not works. Note: Sharepoint 2010 is installed in windows server 2008 R2 machince.
0
votes
1answer
144 views

Customize Top Navigation bar in sharepoint server 2010

I want to branding Top navigation bar with our custom CSS. in Top navigation bar html look like this : <div class="menu horizontal menu-horizontal"> <ul class="root static"> ...
1
vote
0answers
43 views

Document Information Panel (Infopath 2007 .xsn) crashes Word 2010 when creating an instance of the content type, any idea why?

My problem seems to be that whenever I create an instance of a document content type it seems to crash Word 2010, I've tested it on another PC with Word 2007 installed and it opens the document just ...
1
vote
1answer
31 views

Custom Page inside SharePoint 2010

i am building a .aspx Terms & condition page for my Intranet with Save & Cancel buttons: When we click on Save the user save inside a list as he agree on the terms & Condition content ...
6
votes
1answer
112 views

Protect wsp file from Reverse Engineering

How to protect wsp file so no one can read my source code. When we change wsp file extension from wsp to zip, it gives all dll file and this dll can be extracted from .net reflector and get all source ...
0
votes
1answer
32 views

Search External Content type not returning all records

I have a sql view that returns 449 records. I have setup my external content type to point to this view and have implemented via SPD the read item and read list operations. I have created the ...
0
votes
0answers
30 views

Deploying my SharePoint application from my development, UAT and production environment

I am somhow new to SharePoint and I have read on an online training which mentioned that “Creating a new content type using feature will improve re usability, since it will enable us to transfer ...
0
votes
1answer
40 views

SharePoint 2013 Migration - WideListSchema error is upgrade blocking

I have a SharePoint 2007 site that has a list with a lot of fields, We are trying to migrate this site to SharePoint 2013 (with a hop on SharePOint 2010). The site gets upgraded onto SharePOint 2010 ...
0
votes
1answer
89 views

How to read custom column of List in web part using Linq

I have a list with column "English Desc". How do I read it in my web part? I can see that in web part, this item has other properties such as item.ID, item.Name, item.Url but this property/column is ...
0
votes
1answer
32 views

Understanding SPMetal and Linq

If I generate .cs file using SPMetal for my site and then use it in Visual Studio to develop web part using Linq. And later on I create a new list in my site, will I need to generate .cs file again?
0
votes
0answers
18 views

PerformancePoint data source from Oracle

I have a requirement to create KPI and dashboard for which all data comes from Oracle. I am looking for getting this data into PerformancePoint to create KPIs.. Can anybody point me to the right ...
0
votes
0answers
31 views

What is a good Mobile Access Approach for SharePoint 2013?

Sharepoint Enablement on Mobile Devices is one problem area which is encountered often. How can we enable the following SharePoint features on different devices. Portal ( ConteporaryView,....) ...
2
votes
0answers
30 views

How to change the text of “Add new event” in Calender web part?

I have tried all the methods suggested online. But none seems to work. I tried the following, <script> document.all("Add new document").innerHTML="Add ur new text"; </script> and ...
0
votes
0answers
51 views

Wikis features when having an Enterprise wiki Vs having a wiki page library

I am reading about wiki in SP2013, and some tutorials talks about Wiki pages when creating either:- Publishing site ------> enterprise wiki Team site-----> wiki pages OR wiki page libraries. But I ...
1
vote
1answer
79 views

How to show save and control button in Sharepoint forms without having users to scroll down to bottom

In order to see "save" and "close" buttons in Sharepoint forms (edit, display or view mode), we have to scroll down to the bottom. How can I make all the controls visible at the same time without ...
0
votes
0answers
52 views

using client Object Model, Can we Get all the quota templates from SP 2010 Site Collection?

using client Object Model, Can we Get all the Site quota templates from Sharepoint 2010 Site Collection ??
0
votes
0answers
33 views

Can you import a visio sharepoint workflow template directly into Visual studio without using Designer?

We are trying to determine if it is possible to import a workflow directly from Visio to Visual Studio without using SharePoint Designer. A comment here: ...
1
vote
3answers
74 views

How to create excel file from existing excel file in SharePoint 2010

I will have a master excel file stored in one of the SP list. On the button click I have to create new excel file by reading master template and need to modify some cells and store new file in ...
0
votes
1answer
27 views

A ranking field in SP2010

We have a list containing items classified by one field – “Category”. We have a “Ranking” field for users to rank list items in a category. We want the “Ranking” field to function like the column ...
0
votes
1answer
32 views

I want to delete attachment and listitem but using this code it deletes all the listitems

private void DeleteFromSharePointList(HyperLink hp) { SPWeb web = SPContext.Current.Web; web.AllowUnsafeUpdates = false; SPList myList = web.Lists["Document cv"]; ...
0
votes
3answers
75 views

Is SharePoint just a Content Management System

I am having argument with someone who says SharePoint is just a CMS but I don't agree, can someone clear the facts plz.
0
votes
1answer
43 views

how to add multiple attachments to only one ListItem

This code creates a new listitem for every attachment but i only want to create 1 listitem and add all attachments to it SPList myEmployeeDocList = web.Lists.TryGetList("Document cv"); if ...
0
votes
1answer
39 views

Deploying a SharePoint 2013 on a live environment

I am currently working on developing a SharePoint 2013 application on my development environment; but I have the following questions on how I will be deploying my work on the live environment or on ...
0
votes
1answer
37 views

Documentation about creating and building an enterprise wiki inside a Collaboration site

I cannot find enough documentation on the web that describe advance features when building enterprise wiki, these topics include:- How to implement a workflow so that a wiki goes through an approval ...
3
votes
2answers
269 views

Programmatically add item to sharepoint list from window application

How to add item to SharePoint list from window application using claim based authentication ? it gives 401 forbidden error. user is authenticated from ADFS server.
0
votes
0answers
6 views

Project part of SharePoint

If I understand correctly, Micosoft Project 2013 is today a part of SharePoint 2013 enterprise. Is it true?
0
votes
0answers
8 views

Find Data for Microsoft Project in SharePoint enterprise

Goal: To view the table's data of the database for Microsoft Project from SharePoint 2010 and/or 2013 enterprise. Problem: Where can I find the raw data for Microsoft Project in the database? I would ...
0
votes
3answers
71 views

Collection was modified; enumeration operation may not execute.

I have made it work to delete attachment but can not delete listitem Error: Collection was modified; enumeration operation may not execute. private void DeleteFromSharePointList(HyperLink hp) { ...
2
votes
1answer
39 views

Backup in SharePoint

I have lots of site collection in SharePoint 2010 enterprise. Is there a way to do a backup if server is crashing, both website and database at the same time? If yes how?
0
votes
0answers
39 views

No outbound connection from the WFE to the web service hosted server from an InfoPath form hosted in SharePoint 2010

Bit of a background: Dev Enviornment - 1 X WFE/App Server, 1 X DB server UAT Enviornment - 1 X WFE, 1 X App Server and 1 X DB Server We have an infopath form published to a form library, using a ...
0
votes
1answer
41 views

Documents Not Prompting to Check Out and Not Saving

I am getting strange behavior on some of my users machines when they attempt to edit an Excel workbook from SharePoint. When the user clicks on the document link it opens the workbook in Excel and ...

1 3 4 5 6 7 36