sharepoint2010

[SHAREPOINT 2010] can't open excel file from browser

only on my pc i have message when try to open xlsx file in excel To open this book, your computer must have the version of Microsoft Excel and Web browser with support for open files directly from Excel. i have installed ms office 2010 pro+ (including excel), i was try make this action from firefox 3.6.4-3.6.6 and internet explorer...

Custom application code examples for Sharepoint 2010 (or 2007)

As we all know there's a great learn-by-example application built specifically for Asp.net MVC developers. So they can check out the code and see for themselves how things are done. I wonder if there's anything similar that you know of but is intended at Sharepoint 2010 developers? Or even Sharepoint 2010 + Silverlight developers? It wo...

Sharepoint 2010 - Create Site from Code using Custom Site Template

I am creating a NEW sharepoint site from a silverlight webpart. I am using the ClientContext Model and it is working great for a team site template (STS#0). I need to create a NEW site from a CUSTOM site template that I have created, but I do not know how to reference this template being to specify a web template it is by name and only a...

Build error when use DisposedCheck

Dear all, When I build debug my project and I get a message error as below : Error 68 CA0001 : The following error was encountered while reading module 'Microsoft.SharePoint': Could not resolve type reference: [mscorlib]. Error 69 CA0001 : An unhandled exception occurred while analyzing assemblies I do not know why it t...

Cannot add custom web part to page using the JS OM

I'm trying to add a custom web part (that is one I have written myself) using the new Javascipt OM available with SharePoint 2010. My solution is also running within the Sandbox. I have it working correctly for the Content Editor Web Part (based on sample code), however when I replace the Content Editor Web Part definition with one for ...

How do I search in Discussion Boards from a Form Web Part?

I want to create a "stackoverflow.com" solution in a sharepoint, for one of our internal projects. I have choose a Form Web Part for searching and Discussion Boards for asking questions and replying to them. How I can create a search algorithm that searches the discussion board? I type some keywords in the form web part and click Go...

GetPublishingPage stops responding, just hangs and doesn't throw an exception

I'm running some code to get a publishing page at a certain url. In some cases the page will exist and in most it won't. Sometimes when the page doesn't exist, the following line of code just sits there being executed: PublishingPage pubPage = pubWeb.GetPublishingPage("http://some/long/url.aspx"); There is no exception being thrown ...

Missing Farm Configuration Wizard

I am installing SharePoint 2010 single farm on my 64bit Win7 Ultimate development machine. After a lot of pain and apparent success of the installation, I am not finding the "Farm Configuration Wizard" on the "Configuration Wizards" page of Central Administration. Looking for reasons why and things to check to make it show up. Thank...

Converting Sharepoint 2007 solution to 2010

Has anyone converted a Sharepoint 2007 solution to 2010 ? I have a highly customized 2007 solution and need to upgrade it, i've seen some info on this, e.g. here but my solution is more complex than a single web part. I'm concerned about e.g. the following topics and hopefully someone can shed some light on it: Schema.xml, does it n...

Sharepoint 2010 Site collection url

We have created the following sharepoint 2010 site collection using an internal url. http://pdc.wlroot.companyname.com/sites/Extranet How would i map a url another domain http://extranet.companyname.com to this? OR I think it would be easier to change the site collection url from /sites/Extranet to / -How would I do this? thanks in...

Does Visual Web Part support ObjectDataSource in designer?

I'm trying to upgrade some Sharepoint 2007 webparts to SP2010 using the web part projects built into Visual Studio 2010. Namely, I'm using Visual Web Part to migrate our existing controls, which make extensive use of ObjectDataSource. However, when adding an ODS to the control in the Visual Web Part project, it will not pick up objects i...

How Can I Print SharePoint document Library Documents Using code?

Hi, I am just wanted to know how to print the document library files (document file). I goggled it and unable to find the solution. But during search I found an http://www.sharepointprinting.com/ having a tool which provides a very same type of factuality. Please guide me. How can I proceed to achieve this type of functionality? Thanks...

How to force ClaimProvider recalculates the claims for current user in sharepoint?

I create a custom claim provider for sharepoint, it works fine but I need to add a claim when user enter a key in specific page, I write it in my user profile database, but my question is how to make ClaimProvider recalculate the claim for current user? One way is make user sign-out so he/she need to sign in again and he/she will gain n...

What account to use for SharePoint 2010 Timer Job

Hi there, what account do you run the SharePoint 2010 Timer Job service under? Do you use the farm account or a separate one or just local service? Currently I use the farm account but the health analyzer says, it's not a good idea to use an account that has local administration permissions. Regards, Alex ...

How many service accounts do you use for SharePoint 2010?

Hi there, we're deploying SharePoint 2010 the first time for production and are not sure how many accounts we need. Currently we plan to use the following accounts: Admin-Account - For use of administration tasks and installation WebApplication-Account - Will be used by web applications ServiceApplication-Account - Will be used by ser...

Wich are SharePoint Server 2010 installation requirements ?

Wich are SharePoint Server 2010 installation requirements ? ...

Create SP 2010 List from Excel 2010 Worksheet

I have a user who wants to create a new SharePoint 2010 list from his Excel 2010 Spreadsheet. I have no problem performing this ( my config is XP SP3, Office 2010 Prelium Plus). But whem he tries, he gets a popup window Titled "Message From Webpage" with the error "An unexpected error has occurred". His configuration is Windows 7 64Bit...

Sharepoint 2010 Target Audiences not working

I am unable to get Target Audiences to work on Sharepoint 2010. The "Target Audiences" textbox is grayed out, and none of my Sharepoint Groups are searchable via the Search window that opens by clicking on the "Browse" button next to the textbox. On a different site on the same server, I have imported a 2007 site. Target Audiences works...

SharePoint Content Management - Large Hierarchy of Links

I'm new to SharePoint and I'm looking for some advice. What's the recommended practice for creating and managing a large hierarchy of links in SharePoint that can accessed through the API? My goal is to have a SharePoint user maintain the links and their permissions while being able access them programmatically in order to control the ...

Changing Discussion Folder Names in SharePoint 2010

Is there a way to change the name of a folder within the discussion area of SharePoint 2010? The folder by default is given the name of the discsussion name when it is created, however, if you then change the discussion name, it does not (quite rightly) automatically update the folder name - I would like to though. ...