Tags
#sp #SP2010NL 3D AJAX ASP.Net CAML Cloud CodePlex CSS Document Sets Dynamics CRM FAST 2010 Forms Based Authentication InfoPath JavaScript jQuery Managed Metadata MOSS Object Model Search SharePoint Designer 2010 SharePoint Profile System Silverlight soccerino SP2010 Visual Studio 2010 Word Automation Workflow XSLTArchives
-
RSS Links
Author Archives: Peter Gerritsen
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 [...]
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 [...]
Tagged #SP2010NL, Document Sets, SP2010 1 Comment
Coding against a Document Set
I’ve just had a 5 day training on development for SharePoint 2010. We’ve seen some cool stuff, were able to do some Hands on Labs and talk to other SharePoint experts about the new stuff that is coming up. One of the best things though about this training was the ability to try some stuff [...]
Tagged #SP2010NL, Document Sets, Object Model, SP2010 Leave a comment
DateTimeField vs. FieldValue in a publishing page
In one of our projects we needed to show the Modified date and time value in publishing page. Not a big deal you would think. The only issue we had when using a FieldValue control is that the time that would be displayed was 1 or 2 hours later than the actual value. After I changed this [...]
Tagged MOSS Leave a comment
BadImageFormatException when updating a Dynamics CRM Plug-in
Today I was working on a Dynamics CRM 4.0 Plug-in we’ve developed in the past and I needed to update the plug-in on our CRM server. When I loaded the assembly in the Plug-in Registration tool I got the following exception: Unhandled Exception: System.BadImageFormatException: Could not load file or assembly 'Microsoft.Crm.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one [...]
Tagged Dynamics CRM 3 Comments
CodePlex project for Word Automation Services