Tags
archives
- March 2010 (1)
- February 2010 (2)
- January 2010 (5)
- December 2009 (1)
- November 2009 (2)
- October 2009 (1)
- September 2009 (2)
- July 2009 (1)
- May 2009 (2)
- April 2009 (1)
- March 2009 (5)
- February 2009 (7)
- January 2009 (1)
Author Archives: Peter Gerritsen
2 new worflow activities added to SP2010 Word Automation
I’ve added two new worfklow activities, Convert Folder and Convert Library, to the SP2010 Word Automation project on CodePlex.
Because you can’t associate workflows created with SharePoint designer to libraries or folders, these actions won’t use the current item from the context, so you need to specify the input and output library or folder by url. [...]
Tagged #SP2010NL, CodePlex, SP2010, Word Automation Leave a comment
SP2010 Installation – Error creating configuration database
When I tried to install the new RC of SharePoint 2010 on my machine, I got an “Error creating configuration database” message. When I went to the installation log I found a “User cannot be found” error. The cause was that the configuration wizard could not find the AD controller, which was easily solved by [...]
Tagged #SP2010NL, SP2010 Leave a comment
CodePlex project for Word Automation Services
I’ve just published the first release for a CodePlex project I started to provide sample projects / solutions for using the Word Automation Services in SharePoint 2010.
Word Automation Services allow you to convert document to and from different formats.
File formats the service can read:
Office Open XML (DOCX, DOCM, DOTX, DOTM)
Word 97-2003 Document (DOC) [...]
Tagged #SP2010NL, CodePlex, SP2010, Word Automation Leave a comment
Force Visual Studio 2010 to add a SafeControl Entry
When you create a project in Visual Studio 2010 on one of the SharePoint project templates it will take care of all the packaging for you.
But when I was working on a project with custom workflow actions, the SafeControl entry that is needed for making it work was not added to the generated manifest.xml [...]
Tagged #SP2010NL, SP2010, Visual Studio 2010 Leave a comment
Getting Custom Workflow Activities into SharePoint Designer 2010
Developing a custom workflow activity for SharePoint 2010 doesn’t differ that much from developing one for the MOSS 2007 platform. So by following the different articles on that you will be able to create one with ease.
SharePoint 2010 still uses the same mechanism with an .ACTIONS file and adding an “authorizedType” element to your [...]
Tagged #SP2010NL, SharePoint Designer 2010, SP2010, Workflow 1 Comment
InfoPath Form Template stays in “installing” state
When I was testing to deploy a solution containing some form templates I got an error. Not very strange, because I was testing it.
The main downside though was one of the templates remained in the installing state. Apparently the easiest way to remove this template is by using some custom code, in this case I just used a [...]
Tagged InfoPath, MOSS Leave a comment
Provisioning a Document Set
In this post I’ll show you how to create a project in Visual Studio 2010 with the new SharePoint project and item templates to provision a Document Set from a feature.
DISCLAIMER: The examples are build on and tested against a Beta 1 build of SharePoint 2010 and a Beta 1 build of Visual Studio 2010, so there [...]
Tagged #SP2010NL, Document Sets, SP2010 Leave a comment
New sample project for SP2010 Word Automation: UI