0
votes
1answer
925 views

Customizing Navigation in sharepoint 2010

I need to customize my sharepoint site main top menu bar. Main Menu Navigation : Primary navigation. It should have all the main tabs. If a user clicks on any tab then the subsites under the ...
9
votes
1answer
11k 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
1answer
4k 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 ...
1
vote
1answer
858 views

Create InfoPath instance from xsn template

I need a solution that create infopath instance form from xsn template existing on sharepoint server, i am using this approach but this extract template files on temp directory of server that maybe we ...
7
votes
9answers
4k 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 ...
13
votes
4answers
819 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"; ...
6
votes
6answers
16k views

Could not load file or assembly '' or one of its dependencies

Any help please? I have only one library and it is driving me crazy. this is the error that I receive. I am not using any other dependancies. Could not load file or assembly 'FOD.Intranet.Lib, ...
1
vote
1answer
917 views

How do I get the filesize from the Microsoft.SharePoint.Client.File object?

I'm looking for a good way to get filesize from the Microsoft.SharePoint.Client.File object. The Client object does not have a Length member. I tried this: foreach (SP.File file in files) { ...
0
votes
1answer
811 views

Can't find workflow deployed as WSP solution (when I deploy it from VS it works)

I am new to SharePoint, sorry if answer to my question is obvious. I am trying to deploy my very simple workflow as WSP package, it deploys without errors, I activate it, but I can't find my workflow ...
4
votes
7answers
14k views

How to restore a SharePoint 2007 backup on a SharePoint 2010 server

I have a backup of a SharePoint 2007 site. Is it possible to restore this backup on a SharePoint 2010 server?
1
vote
1answer
259 views

Edit SQL Extended Properties in SharePoint 2010

How can I edit extended properties of a table in SharePoint 2010? So far, I'm thinking there's nothing 'out-the-box' that does this. So, I'm assuming this means that I will have to make a custom ...
1
vote
2answers
2k views

Access Services and SharePoint 2010 - Need Info

I've been asked to research the ability to publish Access solutions directly to SharePoint as demonstrated in the demo below. http://channel9.msdn.com/shows/Access/Microsoft-Access-2010-Demo/ I'm ...
0
votes
1answer
247 views

How to add custom sign in page for FBA application

I have configured FBA for my web application which is working fine with default sign in pages. So i wanted to create custonm sign in page for that application. For that i have created a custom sign in ...
0
votes
2answers
2k views

Sharepoint 2010 - Create a custom menu

Does anybody knows a good step by step tutorial to create a custom menu like the standard QuickLaunchMenu (SharePoint:AspMenu) or a good tutorial to modify the existing QuickLaunchMenu? I'd like to ...
23
votes
13answers
2k views

How is SharePoint perceived in your company? [closed]

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, ...
6
votes
5answers
5k 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 ...
11
votes
15answers
2k views

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

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 ...
7
votes
10answers
2k 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
6answers
5k views

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

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 ...
2
votes
4answers
894 views

Sandbox solutions seem to be too severely crippled

I am learning SharePoint and the different kind of solutions you can deploy. From the training I am watching it seems like you should try your best to use a Sandbox Solution when ever possible. This ...
5
votes
4answers
6k views

how can I add event receiver only for list with specyfic template id

I'm adding ItemAdding event receiver for custom list template. Both event receiver and list template are deployed by the same feature. Also the same feature creates List Instances. The problem I've ...
4
votes
3answers
9k views

Check if a List Column Exists using SharePoint Client Object Model?

Using the Client Object Model (C#) in SharePoint 2010, how can I determine if a specified column (field) name exists in a given List? Thanks, MagicAndi.
2
votes
1answer
1k views

SharePoint 2010 development without local server installation

I'd like to develop SharePoint 2010 web parts without local SharePoint installation. I mean I don't want to install SharePoint server because I don't need it and it's so huge. I found some questions ...
2
votes
4answers
4k views

what is the difference between sandboxed and farm solution in sp2010

I am new to Sharepoint2010. WHat is the main difference between sandbox and farm solution. Can you give me 5 differences to remember. I googled, but there is lot of matter to understand. As a start up ...
1
vote
1answer
6k views

SharePoint 2010 - Create new user

There is an existing sharepoint 2010 site that a consulting firm did for us. I need to add some users to sharepoint that aren't in AD. Is it possible to have sharepoint manage the users? If so can it ...
19
votes
16answers
24k 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 ...
3
votes
3answers
7k views

Creating a solution that deploys to selected WebApplications but copies the assembly to GAC

Using VisualStudio 2010 to create a SharePoint2010 solution, I want to deploy my solution to selected WebApplications (not to all). I can do this, by switching Assembly Deployment Target (Project ...
3
votes
3answers
5k views

SharePoint 2010 error not found in logs, how to configure logging?

We have a SharePoint 2010 feature that works fine on my development machine, but won't activate on the staging system. It's SiteCollection scoped, the containing solution was successfully deployed on ...
2
votes
1answer
3k views

How to work with Sharepoint cmdlet without installing sharepoint?

I have to upload csv file fields into Sharepoint 2010 list using powershell. I am working in windows XP machine. When i am trying to add-pssnapin Add-PSSnapin Microsoft.SharePoint.Powershell It ...
2
votes
1answer
734 views

SharePoint 2010 - Changing from Kerberos to Claims-Based Authentication

I want to change the Authentication Provider from Kerberos to Claim-Based in my SharePoint 2010 Enterprise Edition environment. What problems can occur in my SharePoint environment? I heard that ...
1
vote
1answer
773 views

Share point 2010 ItemAdding insert Recurrence data on calander

i am trying to add some Recurrence data on a calendar by using ItemAdding events. My code is as follows : public override void ItemAdding(SPItemEventProperties properties) { ...
1
vote
2answers
619 views

Performance issues with SharePoint and Telerik RadGrid Control

I originally posted this question to narrow down the slowness issues with my SharePoint application. After accepting StriplingWarrior's answer, I began to step through his suggestions. In a ...
1
vote
3answers
2k views

Apply CSS on a Specific SharePoint Ribbon Bar Button?

Is there a way to simply hide a particular SharePoint ribbon bar button? I've see the CSS code for hiding the entire ribbon bar, but I only want to hide 1 button on it (the check-in button). I've ...
1
vote
3answers
3k views

Deploy custom Navigation / SiteMap via Feature?

You can customize the navigation in SP2010 via Site Settings > Navigation: How would I go ahead and define a simple (!) navigation myself and deploy with via feature? I don't really want to create ...
1
vote
1answer
747 views

How to start an incremental crawl of a search scope from code in SharePoint?

Can this be done? I haven't found anything out there that shows a way to do this.
1
vote
2answers
2k views

Allowing UserProfileManager Permissions in SharePoint 2010

I am trying to display a list of users in a custom webpart using the UserProfileManager. For some reason, I can view the webpart and all profiles are output to the screen (maybe because I am an ...
0
votes
1answer
168 views

Possible to Show Login Control of Sharepoint in Visual web part?

Is it possible to show Login Control of Sharepoint in Visual web part? My Requirement: I have to hide complete ribbon but login should be visible.
0
votes
1answer
643 views

How to REpublish Custom Task Forms (InfoPath) to SharePoint 2010 State Machine Workflows

I am new to SharePoint. Sorry if answer to my question is obvious. I've create Custom Task Form in InfoPath and publish it (File/Publish/Network Location [Form Template Path and ...
0
votes
1answer
611 views

How to use selected User-profile service in SharePoint

Basically I am making a timer job to send a birthdayWish email fetched from SharePoint userprofile service. But problem is I have multiple userprofile services on server. like 1). userprofile ...
0
votes
3answers
361 views

SharePoint 2010 - API/arhitecture/component details

I'm about to embark on SharePoint 2010 development and need some details about it from a developer point of view. I've watched countless videos that describe how to create sites, views, manage ...
0
votes
2answers
2k views

Sharepoint2010 - QuickLaunchMenu accordion style

I try to change QuickLaunchMenu of my Sharepoint2010 site to use accordion style. How can I get the current selected item? Is there a possibility to add a css class to the current (active) nav-item? ...
0
votes
4answers
839 views

Creating a new CMS, importing content from ASP - Umbraco or Sharepoint?

I'm working on a project to create a CMS, which will entail importing a lot of existing content, most of which is static, but in ASP (so they're not all just pure HTML, there are includes and ...
4
votes
2answers
201 views

How to sync e-mail outlook2010 and sharepoint2010

I need to sync emails between outlook2010 and sharepoint 2010. I have been searching, but found syncing contacts, calendars and tasks. Links and examples will be appreciated. Question: What is the ...
4
votes
1answer
941 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
3answers
3k 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 ...
4
votes
2answers
5k views

Sharepoint Calendar sync with Google Calendar

I've setup Sharepoint Foundation 2010 on a Windows Server 2008 R2 recently. It will be used by our office for collaboration. We'll be using SharedDocuments, Tasks and Calendar. I'm a heavy user of ...
4
votes
6answers
6k 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 ...
3
votes
2answers
1k views

Unable to install sharepoint 2010 in Windows 7

I am facing problem while installing Sharepoint 2010 Server on Windows-7 Professional I have followed the steps given in this MSDN page. Still I am getting the following error while trying to run ...
2
votes
2answers
308 views

How to get Service Application Permissions in SharePoint 2010

What is the best/easiest way to read Account permissions on a particular Service Application in SharePoint 2010? Currently I have been messing around with: var solution = ...
2
votes
1answer
454 views

How to set SharePoint “Author” in silverlight client object model?

I am developing a Silverlight web part for SharePoint 2010. I want to set the "Author" of ListItem in my code. So I am using the following code internal void Save() { ...

1 2
15 30 50 per page