
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.
9ec0c185-6803-4a62-9790-44df71fb014c|0|.0

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.
ce41b9c5-8cad-4954-8ad1-10994c188b12|1|5.0
0ec5cca8-341c-43f1-be08-d91912127a0b|0|.0
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>
f02fc1da-a2b4-4e58-9597-1616f30d3398|1|2.0
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
6dd9a6be-04d4-4544-bb63-b13417ab91a2|0|.0