Together with 3 colleagues from QNH Business Integration I am currently finishing implementing a already NEN 2082 certified project based on SharePoint 2010.
When SharePoint 2010 hits RTM there will be another audit for this version of SharePoint, because currently the pre release version has been certified.

NEN 2082 is a Dutch standard which is similar the DoD5015 and MoReq standards.

This project was done for the Gemeente Nieuwegein, which is a Dutch local Government.

For this project we have also been nominated for the “Innovation of the year” award:

More information (Dutch)

My colleagues at QNH:


Last week, I removed my VS2010 beta installation and installed VS2010 RC. The RC is much more stable, and as a bonus renaming a feature in a SP2010 project now works.
We have been building lots of features lately, and I was very pleasantly surprised to see this bug already fixed.


   

A collegue created a SP2010 workflow in visio, and imported it into SharePoint Designer 2010.
His flow used the following actions: 

  • AddListItemPermission
  • InheritListItemPermissions
  • RemoveListitemPermission
  • ReplaceListItemPermissions

SharePoint Designer 2010 throws an error when he validates the workflow (check for errors) or tried to deploy it.

The error (for searchablility):
This workflow action is not supported in this region of the workflow.
It can only be inserted in certain types of blocks.

 

SharePoint Designer does not show the actions as available.
After a bit of searching we found that these actions can only be added when inserted in an Impersonation Step.
This is logical as the impersonation step runs as the author of the document, in stead of the workflow starter.

Hope this is helpful.

 


Anti spam

Published 2/25/2010 by Jeroen Derde in Blog | BlogEngine.NET
Tags:

Implemented AkismetExtension on the blog a week ago, and it seems to be working.

Lets hope it lasts.


Alexander Ketelaar (www.sharepoint2010.nl) found the following list of known SP2010 beta 2 issues.

http://officebeta.microsoft.com/en-us/sharepoint-server-help/microsoft-office-servers-beta-2-known-issuesreadme-HA101267292.aspx?CTT=1

 


Thanks to Jeffrey Tummers for retrieving the id's


<SiteFeatures>
  <!-- Content Type Syndication Hub -->
  <Feature ID="9a447926-5937-44cb-857a-d3829301c73b" />
  <!-- Document ID Service -->
  <Feature ID="b50e3104-6812-424f-a011-cc90e6327318" />
  <!-- Document Sets -->
  <Feature ID="3bae86a2-776d-499d-9db8-fa4cdc7884f8" />
  <!-- SharePoint Server Enterprise Site Collection features -->
  <Feature ID="8581a8a7-cf16-4770-ac54-260265ddb0b2" />
  <!-- SharePoint Server Standard Site Collection features -->
  <Feature ID="b21b090c-c796-4b0f-ac0f-7ef1659c20ae" />
  <!-- Workflows -->
  <Feature ID="0af5989a-3aea-4519-8ab0-85d91abe39ff" />
</SiteFeatures>
<WebFeatures>
  <!-- Metadata Navigation and Filtering -->
  <Feature ID="7201d6a4-a5d3-49a1-8c19-19c4bac6e668" />
  <!--SharePoint Server Enterprise Site features-->
  <Feature ID="0806d127-06e6-447a-980e-2e90b03101b8" />
  <!--SharePoint Server Standard Site features-->
  <Feature ID="99fe402e-89a0-45aa-9163-85342e865dc8" />
</WebFeatures>


This tool makes contenttype development a lot easier.

Click the contenttype together in MOSS and copy the xml from this tool into your sharepoint solution.

This tool works with SP2010 beta.

http://www.codeplex.com/MOSS2K7CTypesViewer

 


A really nice (and funny) article why you should not do this, by Tyler Holmes.

http://blog.tylerholmes.com/2008/10/don-set-your-sharepoint-app-to-full.html

I came across this article because we had an assembly containing a feature reciever that would cause an error when executed.
Assemblies containing feature recievers should always go in the GAC (by design), but we where creating a custom policy.

So, I agree with Tyler that custum policies are still preferable, but when you have a dll that contains a feature reciever, you should just put it in the GAC.


.Net University

Published 10/9/2009 by Jeroen Derde in asp.net | LINQ | MVC | QNH

 

Free download of Powerpoint slides, demos, video's and example code of around 40 .net courses.

http://dotnet-u.com/Courses.aspx

Enjoy.

 


LINQtoSQL cheatsheet

Published 8/21/2009 by Jeroen Derde in asp.net | LINQ | MVC | SQL

 

 

 

 

 

DamienG, just posted a LINQ to SQL cheatsheet for C# and VB.net.

Download it at: http://damieng.com/blog/2009/08/12/linq-to-sql-cheat-sheet

 


Jeroen Derde's Blog

My Software Engineering Universe