Of course there is a print button in all Microsoft Office programs and even in Office Web App! Well I thought so… But there is no print functionality in Office Excel Web App in the SharePoint Online. The hunt begins: Searching Microsoft Office Support In search of the holy print button I ... [More] Tags: , , , | Categories: SharePoint
QuerySting paramerters in the URL can help you edit pages where the edit button is missing (ex. SharePoint 2007 list views) or you need to throw away a web part that’s messing with your page from the web part maintenance view. Function URL Add Web Parts/Browse ToolPaneView=2 ... [More] Tags: , , | Categories: SharePoint Configuration | Tips and tricks
Problems with disabled accounts from former employees in your SharePoint User Profile Store ? This will help you set up Exclusion Filters in the User Profile Synchronization   1) Browse to Central Administration Site > Manage Service Applications > User Profile Service Application... [More] Tags: , , | Categories: SharePoint | SharePoint Configuration | Tips and tricks
Accessing a SharePoint server from outside a network with a Forefront TMG. The following 2 scenarios can give you an Internal Server Error View properties on document Editing a list view Full error text: Error Code: 500 Internal Server Error. The request was rejected by the HTTP filter. Con... [More] Tags: , , | Categories: SharePoint | SharePoint Configuration
If you are using Exchange your Exchange mailbox will keep track of all your alerts and where these are subscribed from. [More] Tags: , , , | Categories: SharePoint Configuration | Tips and tricks
Recently found this excellent post explaining the SharePoint UserProfile picture sizes and naming convention.   Naming convention for the thumbnail files: Thumbnail Image File Name Size Large domain_username_LThumb.jpg 144x144 Medium domain_username_MThumb.jpg 96x96 ... [More] Tags: , | Categories: SharePoint Development | Tips and tricks
Got the message: >>The document could not be opened for editing. A Windows SharePoint Services compatible application could not be found to edit the document. << This is a challange and there is several possibilities: You are using the 64 bit version of Internet Explorer and ... [More] Tags: , | Categories: SharePoint
using the wrong folder name in the web.GetList method you will receive a FileNotFoundException with the following very SharePoint-ish error message: System.IO.FileNotFoundException: <nativehr>0x80070002</nativehr><nativestack></nativestack><nativehr>0x80070002</nati... [More] Tags: , , | Categories: SharePoint Development
EditModePanel is perfect to add your own style or control in the edit mode form of publishing webs. You can use it to add your own CSS file in the edit mode.  Properties PageDisplayMode Gets or sets a value that indicates whether this control is visible in Edit mode or Display mode.Suppres... [More] Tags: , | Categories: SharePoint Development
When compiling a project in Visual Studio, I got the error message "the exec task needs a command to execute" , with no line number or anything. Solution Check the "build Events" in the project properties. The error is caused by a newline character in the pre or post build text fields. This app... [More] Tags: | Categories: IDE | Tips and tricks | Web development