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 found this at…
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 Add Web Parts/Search ToolPaneView=3 Edit Mode mode=edit View…
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. 2) On the Manage Profile Service: User Profile Service Application page, click the…
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. Contact the server administrator. (12217) ?Solution…
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 choosing “edit in Microsoft Word” The SharePoint support component that…
Using the in the the wrong parameter with the SPWeb.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</nativehr><nativestack></nativestack> The stacktrace will often give more information but the ULS log it wil simply show: <nativehr>0x80070002</nativehr><nativestack></nativestack> So the parameter is incorrect; Either the URL does not specify a valid path…
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 applies to…
The SharePoint Config log DB can grow quite large! The following way can help you shrink the config databases. But do only use these in test or development enviroments! SharePoint 2010 on SQL 2008 R2 Right click on you DB -> Properties Select Options Change the Recovery Model to SIMPLE and Click Ok Once that…
Problems when trying to open a SharePoint Document Library in explorer view from Windows? With errors like: “Your client does not support opening this list with Windows Explorer.” or in danish ”Klienten understøtter ikke åbning af denne liste med Windows Stifinder.” Explorer view uses the WebDav protocol to connect to SharePoint from the client. In…
To create the asp.net membership database, please follow the steps below. Find the setup file aspnet_regsql.exe located at either of the following locations depending upon your OS:%windir%\Microsoft.NET\Framework\v2.0.5027%windir%\Microsoft.NET\Framework64\v2.0.5027 When the ASP.NET SQL Server Setup Wizard appears, select “Configure SQL Server for application services”, then click Next Enter the SQL Server and Database name. Click…