Archive for the ‘SharePoint Designer 2010’ Category

SharePoint Designer installation error

Monday, June 20th, 2011 in SharePoint 2010, SharePoint Designer 2010.

No Comments »

Today when I tried to install SharePoint Designer 2010 on my server I got the following error:

 

The language of this installation package is not supported by your system.

 


 
(more…)

Add additional forest\domain to SharePoint people picker.

Thursday, June 9th, 2011 in SharePoint Designer 2010.

No Comments »

When you are working on the development machine in a test environment sometimes you need to give permissions to users from another forest\domain. But you can’t see the other domain’s users in the people picker of your SharePoint application. If this is the case this post will be very helpful – it describes how to add additional forest\domain to your people picker.

http://martinbruce.blogspot.com/2011/05/sharepoint-2010-multiple-domains-people.html?showComment=1307607931974#c2148053790141003310

These two lines did the work for me:


stsadm -o setapppassword -password "password"
stsadm -o setproperty -pn peoplepicker-searchadforests -pv "domain:domain\user,password" -url "web_app_url"

SharePoint Pages- the Print View

Wednesday, November 3rd, 2010 in SharePoint 2010, SharePoint Designer 2010.

2 Comments »

Sometimes we need to print the content of the SharePoint pages. It’s a basic need of every user. But we have a little issue with this in SharePoint 2007. In SharePoint 2007 it always print the whole page with all graphics of the Master Page on it. It can be real challenge when you need to print only a content of the page.

(more…)