Browse by Tags
All Tags »
SharePoint 2010 (
RSS)
Just add this to the End of your procedure CODE Literal ltrl = new Literal { Text = "<script language='javascript'>window...
private static SPWebTemplate GetTemplate(SPWeb web, string templateTitle) { SPWebTemplateCollection...
private static string GetMyFbaUserProperty { get { string fbaUser = HttpContext .Current.User.Identity.Name ; ...
Migração: Soluções WCM 2007 para SharePoint 2010 (WSPBuilder,Web Applications, Content Databases) (12 May) At: www.sharepointpt.org (Microsoft Portugal) pt-PT Inscrições: http://spugptmeeting20.eventbrite.com Link LiveMeeting: a anunciar Agenda...
Hi! Today i had the need to get an Intranet Structure using a SharePoint Content DB. Because i don’t want to run in Production or Quality i restored the Content DB Backup to my Developer Laptop. This procedure return all List in Web also T-SQL ...
Overview MOSDAL Support Toolkit collects system configuration, network configuration, service-based applications' configuration and logging data along with performing network diagnostics. MOSDAL Support Toolkit can be used by anyone having issues...
This method will create a WebPart within a XML File DWP that is an exported WebPart file when you export by clicking his option. webSite = SPSite wpId = ZoneID wpZi = ZoneID wpPage = Page Name wpDwp = DWP File By my tests the ZoneID sometimes is not assumed...
N-tier application architecture provides a model for developers to create a flexible and reusable application. By breaking up an application into tiers, developers only have to modify or add a specific layer, rather than have to rewrite the entire application...
Original Article in www.sharepointpt.org Portuguese Format written by me DEFINITIONS For those not familiar with the Property Bags, what are they? A place to store metadata or properties of your SharePoint sites. The Property Bags are implemented as an...
SPListItemCollection coll = SPWeb.Lists[ "Documents" ].GetItems(query) ; foreach (SPListItem item in coll) { string ext = Path .GetExtension(item...
Original Article in www.sharepointpt.org Portuguese Format written by me In this article I will address a simple way to get images from SharePoint and process OCR using the Tessnet2 OCR. NET 2.0 assembly OCR . OCR is an English acronym for Optical...
LEVEL 100 Taxonomy is the practice and science of classification.In addition, the word is also used as a count noun: a taxonomy, or taxonomic scheme, is a particular classification. First think go to Central Administration and Application Management,...
Task List SharePoint 2010 Language Pack pt-PT SharePoint 2010 SP1 Language Pack pt-PT SP1 Configure FARM INSTALLING First of all you have to configure your Windows 2008 R2 System as you want e.g implement NLB etc… 1 – Run SharePoint Installer and install...
With the introduction of SharePoint 2010 there were some changes in terms of Object Model and Structure of Master Pages and Page Layouts derived from the introduction of the Ribbon and introduction of new methods. The cost of creating a project from scratch...
An exception occurred when trying to issue security token: The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (application/soap+msbin1). If using a custom encoder, be sure that the IsContentTypeSupported...
Hi! I was upgrading a 2007 project to SharePoint 2010, so I came up with this error when activating my feature. Error occurred in deployment step ‘Activate Features’: The field with Id {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} was found in the current site collection...
I was building a Windows Forms Application in order to change some things in SharePoint 2010, then I came up with this error Retrieving the COM class factory for component with CLSID {BDEADF26-C265-11D0-BCED-00A0C90AB50F} failed due to the following error...
I was adapting some STSADM scripts from MOSS in order to run in SharePoint 2010 so I can reuse all scripts saving hours of work wit PowerShell. So one of my problems was adapting the ADDUSER, I could solve it like this: OLD SCRIPT stsadm -o adduser -url...