19
votes
13answers
1k views

How is SharePoint perceived in your company?

UPDATE An interesting time to revisit this question. Is perception still the same now that SharePoint 2010 is beginning to take hold? Certainly implementing 2010 is not without its own challenges, ...
16
votes
7answers
646 views

What is the point of SharePoint?

My company have started to use SharePoint. Now, as a software developer I simply can not understand the advantages of such a system. To me it just looks like a browser based application through ...
13
votes
16answers
20k views

FileNotFoundException with the SPSite constructor. What's the problem?

I try to instantiate a instance of SPSite on the farm server in a custom software (MyApp.exe) and I give in parameter the whole website (http://mysite:80/). I also made sure that the account running ...
12
votes
4answers
408 views

What does this Javascript code do?

I've been looking at Sharepoint script files and I've come across this bit that I don't get: function ULSTYE() { var o = new Object; o.ULSTeamName = "Microsoft SharePoint Foundation"; ...
11
votes
15answers
2k views

What developer features excite you the most for WSS 4.0 / SharePoint 2010?

There's been a lot of developer frustration working with SharePoint but we all hope Microsoft has been listening. With that in mind... What updated and new features for developers excite you about ...
9
votes
2answers
732 views

How to properly call an external WCF Service from SharePoint 2010?

I would like to call an external WCF Service from within SharePoint. Using normal WCF calls immediately causes a SocketException (An existing connection was forcibly closed by the remote host), which ...
9
votes
3answers
13k views

SharePoint 2010 is forcing me to save PDF when opening from doc library

I have a document library with a PDF file. Whenever I click on the PDF file, I am prompted to save the file. I do not get the option of opening the file, I am forced to save it. What I want is for ...
7
votes
10answers
1k views

Getting started with SharePoint 2010 for SharePoint 2007 Developers

Do you know some quick links that will help a SharePoint 2007 Developers to get started with SharePoint 2010. Let me start with the links I know. General Information on SharePoint 2010 Must watch ...
7
votes
7answers
905 views

What SharePoint development concepts are the hardest for ASP.Net developers to understand?

I'm trying to put together SharePoint 2007 (and, eventually, 2010) training materials for experienced ASP.Net developers, and having done SharePoint for years, I don't really remember where the worst ...
6
votes
2answers
47 views

Why should I use fieldLinks when adding fields to a contenttype?

When I search for documentation about creating contenttypes using code (C#) I always find examples using a SPFieldLink to link to an existing field of the site and adding this via ...
6
votes
2answers
118 views

Detecting if I'm running in SharePoint

Is there a way for my ASP.net Application to know if it's running within SharePoint (2010), but without referencing SharePoint Assemblies? (So I can't just check if SPContext.Current is null). I ...
6
votes
2answers
2k views

Override Chrome Type Webpart

I made a Webpart in Sharepoint 2010, and I need that the property "Chrome Type" allways set a "None" value. I was looking for ways to force the Combobox to "None", or overriding the "Chrome Type" in ...
6
votes
1answer
2k views

Sharepoint PeopleEditor: How to find out what kind of user/group is returned?

I have a PeopleEditor: <SharePoint:PeopleEditor ID="peopleEdit" ... SelectionSet="User,DL,SecGroup,SPGroup" /> It works flawlessly on the page, i.e. I can select AD users, Sharepoint groups ...
6
votes
4answers
523 views

When does one use Web Parts vs. Full blown ASP.NET application in SharePoint?

I'm still struggling with this question as I'm trying to get up to speed with SharePoint, coming from ASP.NET Web Forms. We're looking to use SharePoint exclusively for several reasons; one of the ...
6
votes
1answer
3k views

Deploying custom dll's in SharePoint 2010

I'm new to SharePoint and trying to get my head around this. I have a simple Web Part project. I also have a custom Data layer project that uses the Microsoft Enterprise Library for data access. In ...
6
votes
2answers
410 views

SharePoint 2010 VS development: Intellisense for ASPX files

I'm using Visual Studio 2010 to develop a SharePoint Server 2010 solution. Part of this includes custom Page Layouts, but when editing them, intellisense is completely broken, since Visual Studio ...
6
votes
9answers
1k views

Where to start learning SharePoint 2010?

I recently started at a new job where I'll be working with Sharepoint 2010 to set up (or actually upgrade) an intranet. Unfortunately, I have no experience with SP2010, and the last time I touched ...
5
votes
2answers
470 views

SPSite site = new SPSite(SPContext.Current.Web.Url) vs SPContext.Current.Web.Site

Why do SharePoint examples use using (SPSite site = new SPSite(SPContext.Current.Web.Url) { ... } and not just simply? SPSite site = SPContext.Current.Web.Site; ... Update I think I have ...
5
votes
2answers
292 views

Get all users from active directory to sharepoint

I have to populate my autocomplete PeopleEditor-like control based on brililant ASPTokenInput with all people from my AD domain. Reflecting PeopleEditor shows a real mess in their Active Directory ...
5
votes
7answers
2k views

Company wants me to learn Sharepoint 2010 development, should I?

I am a Asp.Net developer, currently working on Webforms in 3.5. I do C# now, used to do VB.Net. I am also a middle tier developer (business layer and data layer) working on refactoring the current ...
5
votes
2answers
5k views

Add user to SharePoint 2010 group using powershell

We need to add several users to several SharePoint Groups. Does anyone have an example of how to add a user to a sharepoint group using power shell.
5
votes
1answer
5k views

Programmatically set a TaxonomyField on a list item

The situation: I have a bunch of Terms in the Term Store and a list that uses them. A lot of the terms have not been used yet, and are not available yet in the TaxonomyHiddenList. If they are not ...
5
votes
1answer
583 views

Does SharePoint 2010 still have the complicated SPWeb.Dispose methods?

One of my gripes with SharePoint 2007 are the complicated SPWeb.Dispose rules that can either cause a big resource leak if you don't dispose what you have to, or all sorts of other weird issues if you ...
4
votes
1answer
50 views

How could I find the fields of a SharePoint list from database in SharePoint 2010?

In SharePoint 2003 and 2007, there was a table called AllLists which had a column called tp_Fields which contained an xml containing all fields for a specific list. an example of the xml stored in ...
4
votes
1answer
112 views

Problems with single anonymous access aspx in Sharepoint 2010

I got a SharePoint Project which already works with anonymous Access. Now I added an aspx-page which is used for streaming images. That aspx-page is added into a virtual directory Layouts\ Whenever I ...
4
votes
1answer
387 views

SharePoint 2010 tertiary navigation dissappearing on AppPool recycle &/or flushing of the object cache

I've got an issue where the tertiary level navigation randomly disappears on a publishing SharePoint 2010 site. I can reproduce the disappearance by recycling the app pool or flushing the object ...
4
votes
1answer
2k views

SharePoint 2010: Modal Dialog doesn't work properly

For some reason, my SharePoint's modal dialog doesn't work properly. The error I get is this: In Firefox: SP.UI.$create_DialogOptions is not a function In IE: Object doesn't support this property ...
4
votes
1answer
117 views

Sharepoint 2010 Test Live setup

I currently have a Sharpoint 2010 instance running on a server. I need to create a test environment to best mirror how live is set up. We will then be deploying changes to test then to live (as ...
4
votes
2answers
2k views

How does one get all child terms of a SharePoint term in C#?

I am writing a webpart for SharePoint 2010 that recuperates the latest page of a certain (custom) type, according to publishing date. It only takes into account pages tagged with a specified term. I ...
4
votes
4answers
729 views

ASP.NET MVP vs ASP.NET MVC

My company is trying to make an informed decision about how to pursue future development. We seem to have narrowed down our future internal and external Applications to being web applications. But ...
4
votes
5answers
520 views

Most useful free SharePoint 2010 Utilities/libraries?

Kindly provide all free Utilities/libraries details here so that we can make a one stop shop for users to find free utilities Mine contribution mixed authentication SharePoint AJAX Toolkit for ...
4
votes
1answer
359 views

Difference between SPList.ContentTypesEnabled and SPList.AllowContentTypes?

What is the difference between SPList.ContentTypesEnabled and SPList.AllowContentTypes?
4
votes
1answer
743 views

Accessing Property Bag for List Item using SharePoint Client Object Model or Web Services

Just to ask if it is possible to access and update properties in the list item's property bag via the SharePoint 2010 client object model? I can see that it possible to get the web's property bag ...
4
votes
2answers
350 views

Open SharePoint Word document in windows application

I'm trying to open an existing Word document that is actually located in a SharePoint library in a Windows application (WinForms). If I open the document using Internet Explorer, the document is in ...
4
votes
5answers
827 views

SharePoint List Best practices

I am creating an application using SharePoint List for storing the data. The data design would pretty much similar like if you are going to put it in a relational database, with items like many to ...
4
votes
1answer
2k views

Add SharePoint workflow to a list programmatically

We are using SharePoint Foundation 2010. We have created a workflow that checks the status of a task list. If we associate the workflow with the list in the SharePoint UI it works fine. We were ...
4
votes
6answers
3k views

SharePoint 2010 - Creating a supplemental web.config file

I'm currently developing a new feature for SharePoint 2010. Along with the deployment of my feature I would like to add some settings to the <appSettings/> section within my SharePoint ...
4
votes
3answers
1k views

Is there a link checker for SharePoint 2010?

I'm looking for a program, feature or timerjob that checks links on SharePoint 2010 Publishing-Sites and Hyperlink-Lists if they are alive. The Out-of-the-box link scanner of SharePoint checks only ...
4
votes
5answers
2k views

How can I tell if a candidate is a good Sharepoint Architect / Developer?

I need to interview some people for a position as a Sharepoint Architect / Developer role. While I am proficient in .NET, I have worked very little with Sharepoint, so I am unsure how to test the ...
4
votes
1answer
2k views

Best Practices for Deploying Timer jobs in Server Farm Environments with multiple WFE

i have a timer job which i want to run only once per day, for the entire farm. How do I Deploy it in a multiple WFE environment? Do I run the stsadm -o deploysolution command in every WFE, or just ...
4
votes
2answers
964 views

Considerations for deploying TFS 2010 with Sharepoint 2007

Our development team is making the move to TFS 2010 from VSS. The company has an existing Sharepoint 2007 installation. My understanding is that TFS can be integrated with Sharepoint. I have a ...
4
votes
5answers
1k views

How to store user-specific data in SharePoint

I have some user-specific data that I need to store in SharePoint and make accessible to the user through custom webparts. Let's say a list of favorite URLs. What would be the most straightforward way ...
4
votes
2answers
2k views

Differentiate between Windows Auth and Forms Auth users when authenticating against same AD with SharePoint 2010 using claims based authentication

I am currently working on a SharePoint 2010 project where the environment is setup with a SharePoint web application using claims based authentication. The web app is created on port 8081 using ...
3
votes
1answer
70 views

Get the First & Last ListItem in Sharepoint List

On a pageLoad event I want to go to two different SharePoint Lists and get the first ListItem from one list and an the last ListItem in another. I don't know any of the ListItem ID's so I guess this ...
3
votes
1answer
110 views

Sharepoint 2010 Client Object Module getting a site url list

I’m trying to learn SharePoint Client Object Module, specifically how to get a list of all SharePoint site URLs using a remote connection. This is possible using webservices…but I want to do it using ...
3
votes
2answers
156 views

How to set the internal name for a SPField in SharePoint 2010?

I add fields to a list programmaticly. The following line adds a new field´to an existing List Lists.AddFieldToList(warrantyList, SPFieldType.Text, "internalFieldName", "ShownFieldName", "Comment", ...
3
votes
2answers
319 views

Webpart “Not registered as safe” after changing AssemblyVersion

I (successfully) deployed some sharepoint2010 - Webparts using msbuild. Everything works fine until I decided to change the assemblyVersion. Whenever I do that the message Web Part Error: A Web ...
3
votes
1answer
78 views

WSPBuilder doesn't add all Files to manifest.xml correctly

I use WSPBuilder to create WSP-Files from my Sharepoint projects. Some of them contain Files in special folders like "Layouts" that need to be deployed. When I use VS2010's ability to create a ...
3
votes
1answer
80 views

How to add a webpart to a listview in sharepoint 2010?

I have to add a "Content Editor" web part to a list view. The "Content Editor" is required to implement some java script and a html textbox. The problem is that after adding the web part to the list ...
3
votes
1answer
180 views

Setting created and modified dates for Sharepoint 2010 list items

I'm working on a Powershell script to migrate data from an existing SQL Server database into Sharepoint 2010 lists. Some of the records in the existing database have created and modified dates which ...

1 2 3 4 5 29