Questions tagged [sharepointfoundation2010]
49 questions
1
vote
2 answers
complicated query with multi-lookups
I am trying to get the items of one list where any of the multi-lookup values is contained in the result of another query.
The situation is this: I am building a webpart with which users can make reports ("melding") using a set of sharepoint…

Wuolennaj
- 192
- 2
- 10
1
vote
5 answers
Sharepoint Foundation 2010: hide ribbon completely
I am trying to style the master page in Sharepoint Foundation 2010. I"m using the nightandday master and styles.
The design has no ribbon and I just need to turn it off. Just plain old off. When I set the ribbon div to display: none, the entire top…

dex3703
- 2,077
- 4
- 28
- 45
1
vote
1 answer
App Pool Accounts in SharePoint 2010
How to change app pool account credentials for any web application in sharepoint 2010

Ashutosh Singh-MVP SharePoint
- 5,283
- 5
- 26
- 42
1
vote
2 answers
Use just Sharepoint 2010 foundation
am an ASP.NET developer new to Sharepoint.
Having installed Sharepoint Server 2010, SQL and VStudio on Server 2008 I'm trying find out if there is a way to disable all the extra features that come with SP Server.
I wish to develop SP foundation apps…

user219313
- 237
- 3
- 7
- 14
1
vote
1 answer
Unable to attach or upload jpg/png files in SharePoint foundation 2010 list/Library
I can not attach a file to a list or library. Moreover, it is impossible to attach only pictures, files with extensions jpg, PNG, BMP (any image files). when i trying attach files to a list item or library item and press the save button element,…

Amit Kumar Verma
- 357
- 1
- 3
- 15
1
vote
1 answer
FormField ignoring column validation formula
There's this cool new feature in SP 2010 where you can specify a custom validation formula and an error message for any column.
For some reason it doesn't work when you replace the default NewForm.aspx for a list with a custom form using SharePoint…

axk
- 5,316
- 12
- 58
- 96
1
vote
2 answers
Ways of exporting site as a solution in SharePoint Foundation 2010
Is there any other ways of exporting a sites as solution in SharePoint Foundation 2010 except through "Site Settings -> Site Actions -> Save Site as Template"?
Seems to be the only way, just to make sure I'm not missing anything (through the…

axk
- 5,316
- 12
- 58
- 96
1
vote
1 answer
SharePoint Foundation 2010 solution cannot be deployed to SharePoint Server 2010
I have made a site in SharePoint Foundation 2010. I used team site as a starting template. I have saved it as my own custom template.
Next, I have added that solution to SharePoint Server 2010. When I tried to create a new site in SharePoint Server…

Boris
- 9,986
- 34
- 110
- 147
1
vote
0 answers
Access denied errors in sharepoint
I have a dev site that is giving me access denied errors.
In VS 2010 I can hit F5 (Start Debugging) and the site comes up fine. However, if I then click the Home Link I get Error: Access Denied.
If I use the address bar to hit the site URL…

John
- 819
- 1
- 9
- 20
1
vote
1 answer
SPSiteDataQuery and Look-up column
I have a requirement of iterating multiple tasks list under SharePoint sites and sub-sites. I am using SPSiteDataQuery for achieving this. I am having an issue in fetching the data when the column is of type look-up. I am using following…

SharePointer
- 7
- 5
1
vote
2 answers
Sharepoint Foundation - Create page with zones
I would like to create a page with default left and right zone, but I'm just able to create a rich page with column-based text layouts.
How can I achieve that? Are there some kind of templates?
Setup: Sharepoint Foundation 2010 (without access to…

user60333
- 123
- 6
1
vote
3 answers
Unable to find Approval Workflow in SharePoint 2010 Foundation
I'm new to SharePoint and I'd like to develop a Leave Form Application which utilizes the Approval Workflow, but I cannot find it on SharePoint Foundation 2010. How can I enable it? I have already tried many methods which I found on Google, but I…

KishoreInWindows
- 147
- 2
- 7
- 20
1
vote
2 answers
Sharepoint site not working?
Okay; sorry I know this isn't a programming question as such, but it was too generic for me any particular forum off stackexchange.
Microsoft software is starting to feel more and more like dull RPG fetch quests.
I have created an Access 2010…

user137263
- 747
- 5
- 11
- 25
1
vote
2 answers
How to perform stress test against sharepoint site using threads
I want to analyze the performance (hence its weak points) of a sharepoint site doing stress test activity. What is needed to be done is call some methods exposed via web service that do the following things inside the sharepoint site:
-create a new…

Florida
- 21
- 1
- 3
1
vote
1 answer
Create Sharepoint 2010 Webpart page in C#
I want to programmatically create a Webpart page (.aspx file) for Sharepoint 2010. I already found this code snippet:
public static PublishingPage CreatePage(string fileName, string title)
{
PublishingWeb pWeb =…

C0dR
- 320
- 1
- 6
- 23