Comments Off on Erro: Illegal System DLL Relocation
If, when your Windows XP SP2 boots up, you get a popup with the following error: RTHDCPL.EXE – Illegal System DLL Relocation The system DLL user32.dll was relocated in memory. The application
Comments Off on SharePoint Tip #14: Changing the URL of a List
In WSS (and MOSS), when you create a list, the name you gave it is used as its URL (except any special characters which are replaced with their respective codes). Later on, you
Comments Off on SharePoint Tip #13: Beware of Lookups
Lookup fields are the equivalent of foreign keys if you consider SharePoint lists as tables of a relational data base. When creating a lookup site column, you just need to
Yesterday I received the confirmation of my last Microsoft Certified Technology Specialist certification. I'm already counting four: BizTalk Server 2006: Custom Applications Microsoft Office
Estive esta semana no "maior evento técnico anual da Microsoft Portugal", o TechDays 2007. Foram 3 dias preenchidos com mais de 110 sessões e laboratórios focados nas
Comments Off on SharePoint Tip #12: Forms InfoPath em Workflows criados com Visual Studio
Criar forms InfoPath para usar com Workflows criados no Visual Studio para o SharePoint é, à partida, mais simples do que criar páginas ASPX. No entanto, apesar de existir um
O WSS 3.0 inclui uma nova forma de empacotar componentes criados por developers num único ficheiro, designado solution file. Trata-se de um ficheiro com extensão .WSP que não
Comments Off on SharePoint Tip #11: The Web Part Maintenance Page
In SharePoint, when an error occurs in a web part that prevents it to be rendered on the page, an error page is displayed to the user with a link to the web part maintenance page. This page
Comments Off on SharePoint Tip #10: Using RunWithElevatedPrivileges()
When developing SharePoint (MOSS or WSS) componentes, you might have to write code that some users won't have permissions to execute. For instance, if an event handler
Comments Off on SharePoint Tip #9: Utilizar o DisableEventFiring() e o EnableEventFiring()
Num event handler de um lista é frequente haver a necessidade de actualizar um item recorrendo ao método Update() da classe SPListItem. Quando este método é chamado