The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
6 views

How to make multiline text readonly in sharepoint foundation 2010 using javascript?

How can I make multiline textbox in readonly mode in edit page of list. There are 3 user of my system. The data enter by 1st user that is not updated by 2nd and 3rd user but data will be displayed to ...
0
votes
0answers
9 views

Different Image shows for Site collector admin and other users for a web part in Sharepoint foundation 2010. [closed]

I have a web part . I logged in as a site administrator and changed the image icon for the web part. As a site collection admin I can see my changed icon but for other users the older icon is ...
0
votes
0answers
57 views

How to install SharePoint 2010 Foundation in Windows 8? [closed]

How to install SharePoint 2010 Foundation in Windows 8? Is it possible to install it in Windows 8? I keep search on the internet and when i download the KB or software required, i keep getting ...
-1
votes
1answer
294 views

People picker rendered incorrectly in SharePoint 2010 with custom master page [closed]

I have a list with couple of person fields. There is a page which allows to enter these values, but the people picker on that page is rendered incorrectly. It renders correctly if we use the default ...
0
votes
1answer
718 views

Active Directory sync to SharePoint foundation 2010 ***when run on different servers*** [closed]

I have a serious problem with SharePoint Foundation 2010... I wanna sync AD and SP. Please notice that I'm using foundation version of SP 2010 , basically, I used following shellscript Get-SPSite ...
0
votes
0answers
324 views

Designing a workflow for Sharepoint Foundation 2010 with SPD 2010 [closed]

I'm new to use SharePoint Foundation 2010. I have a question about to create a workflow for SharePoint Foundation 2010. The function I wish to realize is as below: There is a new task called-Task ...
0
votes
2answers
70 views

Forcing user to fill some sharepoint item field when trying to set other field on edit form

How to force user to fill some field in edit form when trying to update other choice field to specific value in same sharepoint list item.
2
votes
0answers
158 views

Move the sharepoint export list to excel button out of the ribbon

I am working with SharePoint Foundation 2010 to create an external facing site, allowing anonymous users to view most pages and lists. On one of my pages there is a list that I would like my ...
0
votes
1answer
788 views

people picker sharepoint federation [closed]

I am using Sharepoint Foundation 2010 with (ADFS) claims base authentication. Everything works like it should, I get redirect to the federation server for authentication and stuff, however when trying ...
0
votes
0answers
270 views

Sharepoint foundation on Win7 after installation shows The webpage cannot be displayed [closed]

I have installed Sharepoint foundation 2010 on my Win 7 64bit OS in standalone mode. Instalation goes on without any problems, also configuration wizard passed sucessfully. The sites exist in IIS. ...
0
votes
0answers
196 views

Sharepoint user with “Full Control” on Subsite can see TopNavLinks to pages where he has no permissions at all [closed]

I have a SharePoint 2010 Foundation environment up and running here. Is it by design that users with "Full Control" and "Design" Permission on a Sub-Site can see all Links in the Top Nav Bar even ...
1
vote
3answers
391 views

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 ...
0
votes
0answers
149 views

Create lookup column giving error

I have sharepoint foundation 2010 installed on my machine. I have taken some list from server by save as template. All the list are created successfully. I have created some lookup column for these ...
0
votes
0answers
806 views

Sharepoint list permission for user to read,create but can only edit their own

I'm trying to allow the user to edit their own list item in Sharepoint Foundation 2010, Open the list that you want to configure. On the Settings menu, click List Settings. On the Customize page, ...
1
vote
2answers
227 views

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 ...
0
votes
1answer
153 views

How to check free size in SharePoint Foundation with SQL express 2008

I have SharePoint Foundation installed. Also I have install SQL express 2008. I had 4 GB limit. After some time I have spent almoust all free space. Next, I have install SQL express 2008 R2 (R2 ...
0
votes
1answer
334 views

Is “SharePoint Foundation 2010” free for client [closed]

Is SharePoint Foundation 2010 free for sell to any customer. I already have physical two servers with following tools: Windows Server 2008 (Web Server) Sql Server 2008 (Database Server) I already ...
0
votes
1answer
275 views

Can I Import an excel file to an already created list? [SharePoint Foundation 2010]

The question says by itself. I would like to import an excel file to a list that had already created before. I know that is possible to import it when you want to create a new list and I also know ...
0
votes
2answers
119 views

SharePoint Foundation Licensing when accessing SP data from a custom app

I'm having a hard time tracking down potential licensing issues with SharePoint Foundation if it's used internally (free with appropriate CALs), but pulling data from it with an asp.net app and using ...
0
votes
1answer
191 views

Sharepoint login

how can I let non-domain users username/password login my sharepoint site (is on internet)? I am using Sharepoint 2010 foundation. can I authentic them via Active Directory?
0
votes
1answer
2k views

Sharepoint Foundation: “Could not load file or assembly 'Microsoft.SharePoint.Publishing'”

I deployed some solutions to Sharepoint Central Administration. After this, the Central Administration can't open. this error appear when I try access the site: Error Could not load file or ...
1
vote
3answers
3k views

SharePoint 2010 Search - The search request was unable to connect to the Search Service

I am using SharePoint 2010 Foundation and I have a prolem with the search on there. Everytime I search for something I get the response of The search request was unable to connect to the Search ...
0
votes
1answer
734 views

Custom master page not refreshing upon deployment in Sharepoint 2010 Foundation

I use VS2010 on Server 2008 R2 with Sharepoint 2010 Foundation. I have created a custom master page following instructions from here: http://msdn.microsoft.com/en-us/library/gg447066.aspx ...
2
votes
4answers
2k views

Sharepoint 2010 - make Title, Description and Keyword fields as required fields in Picture Library using server-object-model

I'm creating a Sharepoint feature, this feature has an event receiver associated to it. In the event receiver, I'm creating a Document Library and Picture Library using server-side object model. I'm ...
2
votes
3answers
11k views

Sharepoint Foundation 2010 Search Not Available

I've just completed an installation of SharePoint Foundation 2010 and I can't get searching to work. In Central Administration, there is no service application listed for search. When I go into ...
1
vote
1answer
780 views

finding client ID's of table of listview webpart

short: A listview webpart contains a table with an ID composed of two GUID's, how do I find these? I am working on adding some additional behaviour to a standard sharepoint listview-webpart. ...
0
votes
2answers
2k views

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 ...
0
votes
1answer
520 views

SharePoint Timer Job time is -2 hours from server time

I have a couple of custom timer jobs that I have installed on my SP Foundation server. The server is running in Virtual Box, Server 08R2, it has been added to my domain and the time on the server ...
0
votes
1answer
698 views

Google Search with sharepoint

Can I use google search to crowl only in both my sharepoint portal and my website when I searched I found Google Search Appliance http://www.google.com/enterprise/search/gsa.html but its not free I ...
0
votes
1answer
810 views

How can I use SharePoint Designer with a Foundation site on Windows 7?

I've installed SharePoint Designer and SharePoint Foundation on Windows 7 Home Premium. Both are running, however, I have not been able to figure out how to access my Foundation Site with Designer. ...
0
votes
2answers
1k views

SharePoint Foundation on Windows 7 Home Premium

I've installed SharePoint Foundation on Windows 7 Home Premium using the tutorial at: http://msdn.microsoft.com/en-us/library/ee554869%28office.14%29.aspx#50 Everything went well except for the last ...
0
votes
1answer
422 views

Error While creating SPSite instance with SharePoint Foundation 2010

I'm getting the following error while trying to create a SPSite instance (not open it, just create it): "The Web application at <URL> could not be found. Verify that you have typed the URL ...
0
votes
2answers
7k views

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 ...
8
votes
2answers
16k views

How can I delete a site template?

I created a site template from one of my sites, and now I want to delete it, but I can't find where to do it. I have looked everywhere :( I'm using SharePoint Foundation 2010.
3
votes
4answers
6k views

Sharepoint Foundation master pages on subsites

Using Sharepoint Foundation 2010 I've edited v4.master, added a ref to a new CSS file, saved the changes and they are applied to the home site no problem. However when I create a subsite it uses the ...
1
vote
1answer
2k views

App Pool Accounts in SharePoint 2010

How to change app pool account credentials for any web application in sharepoint 2010
2
votes
4answers
6k views

Overriding Sharepoint CSS class names in a webpart

I've been searching high and low for a satisfactory answer to this and failed. I hope StackOverflow can deliver for me! I am using SharePoint Foundation 2010 (my first real attempt to deep dive into ...
1
vote
2answers
3k views

Sharepoint Foundation 2010 licencing costs

My client has a Windows Server 2008 R2 dedicated box leased from a hosting company. I assume they have to correct licences for it. However I want to install Sharepoint 2010 Foundation on this box and ...
1
vote
2answers
374 views

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 ...
0
votes
2answers
464 views

New site column not displaying in SPF2010

After much trials-and-errors, I've managed to find how to add new columns in Site Pages of our Sharepoint Foundation 2010. I'll explain using a field called "Category" I created. The problem I have ...
1
vote
2answers
393 views

Can I have SharePoint Foundation installed without IIS?

If I want to access only the document library of SharePoint Foundation from a .Net application (not a web app) using APIs (not web services), then is it possible to install SharePoint Foundation ...
3
votes
2answers
5k views

How to categorize and/or use keywords in Sharepoint Foundation 2010 wikis?

We just installed Sharepoint Foundation 2010 and we're preparing to set it up for our knowledge management project. I'm reading a lot over the Web and there seems to be options to categorize Wiki ...
0
votes
1answer
1k views

Set selected value in a SharePoint Dropdown list

We are using SharePoint 2010 Foundation. We have an item in a list that is a dropdown with values from another list. When we access the list as a SharePoint list it works fine, we can select a ...
1
vote
1answer
828 views

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 ...
0
votes
2answers
2k views

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 ...
0
votes
1answer
2k views

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 ...
0
votes
2answers
68 views

Fitment of SharePoint (Foundation) for a data intensive software

I am new to SharePoint technologies and trying to figure out its suitability for a product to be developed. I am targeting using only SharePoint Foundation (not the server). Here are some of the key ...
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 ...