InfoPath 2007 Resources
Encontrei num post do blog do JOPX, este conjunto de recursos sobre InfoPath 2007. General resources InfoPath General OverviewInfoPath team BlogDesigning Form Templates With The New Features Of InfoPathUsing...
SharePoint 2007: Diagnostic Logging
Uma ferramenta fundamental na utilização de qualquer aplicação é o mecanismo de logging que a mesma faculta. No caso da plataforma Windows SharePoint Windows Services 3.0, este torna-se especialmente...
How to upload a site template
public static SPFile UploadWebTemplate(string siteUrl, string templatePath)
{
using (SPSite site = new SPSite(siteUrl))
{
SPDocumentLibrary templates = (SPDocumentLibrary)site.GetCatalog(SPListTemplateType.WebTemplateCatalog);
System.IO.FileInfo fileInfo = new System.IO.FileInfo(templatePath);
byte bytes = System.IO.File.ReadAllBytes(fileInfo.FullName);
return templates.RootFolder.Files.Add(fileInfo.Name, bytes);
}
}
Visual Studio 2005 Extensions for WSS v3
Este post do Jan Tielens fala sobre as Visual Studio 2005 Extensions for WSS v3 que acabaram de ser ser lançadas para a versão B2TR.O download encontra-se disponível aqui.
Mail merge a partir de uma lista de Sharepoint
Mail Merge no Word usando como base uma lista de Sharepoint, parece interessante ?
Se sim, e se já experimentaram, chegaram à conclusão que não é possível.
Existem duas alternativas:
1) exportar...
CSS Reference Chart for SharePoint 2007
A customização de um site SharePoint (WSS ou MOSS) implica um esforço bastante significativo, incluindo, entre outras tarefas, a customização de master pages e folhas de estilo (ficheiros .css)....
SharePoint 2007 – No parameterless constructor defined for this object
I needed to edit a page layout in a Publishing Site and I was adding a custom web part using SharePoint Designer. Everything seemed to be working fine (the...
Bussiness Data Catalog on SharePoint
Today, i was looking to the TechNet videos for SharePoint and i found some interesting videos about Business Data Catalog (BDC). If you known what’s this feature, you can...

![[FIX] BizTalk Server 2010, 2013, 2013 R2 & 2016 errors “Class not registered (WinMgmt)” or “Access denied”](https://i1.wp.com/blogit.create.pt/wp-content/uploads/2018/07/access-black-and-white-blur-270514.jpg?resize=218%2C150&ssl=1)










