<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 2 new worflow activities added to SP2010 Word Automation</title>
	<atom:link href="http://blog.petergerritsen.nl/2010/02/18/2-new-worflow-activities-added-to-sp2010-word-automation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.petergerritsen.nl/2010/02/18/2-new-worflow-activities-added-to-sp2010-word-automation/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss</link>
	<description>about .Net and SharePoint development</description>
	<lastBuildDate>Tue, 31 Aug 2010 06:43:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Peter Gerritsen</title>
		<link>http://blog.petergerritsen.nl/2010/02/18/2-new-worflow-activities-added-to-sp2010-word-automation/comment-page-1/#comment-720</link>
		<dc:creator>Peter Gerritsen</dc:creator>
		<pubDate>Tue, 31 Aug 2010 06:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2010/02/18/2-new-worflow-activities-added-to-sp2010-word-automation/#comment-720</guid>
		<description>That could be a permission thing. The featurereceiver should add these to the web.config, but the activation account will need enough permissions to perform the action.</description>
		<content:encoded><![CDATA[<p>That could be a permission thing. The featurereceiver should add these to the web.config, but the activation account will need enough permissions to perform the action.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu</title>
		<link>http://blog.petergerritsen.nl/2010/02/18/2-new-worflow-activities-added-to-sp2010-word-automation/comment-page-1/#comment-649</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Thu, 12 Aug 2010 11:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2010/02/18/2-new-worflow-activities-added-to-sp2010-word-automation/#comment-649</guid>
		<description>Entry to add is...

&lt;code&gt;

&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Entry to add is&#8230;</p>
<p><code></p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu</title>
		<link>http://blog.petergerritsen.nl/2010/02/18/2-new-worflow-activities-added-to-sp2010-word-automation/comment-page-1/#comment-648</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Thu, 12 Aug 2010 11:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2010/02/18/2-new-worflow-activities-added-to-sp2010-word-automation/#comment-648</guid>
		<description>It appears the deployment of the solution fails to add some &quot;authorizedType&quot; tags in the web.config.

Add the following entry to &quot;authorizedTypes&quot; and &quot;authorizedRuleTypes&quot; under &quot;System.Workflow.ComponentModel.WorkflowCompiler&quot;

    

This fixed the same issue for me.</description>
		<content:encoded><![CDATA[<p>It appears the deployment of the solution fails to add some &#8220;authorizedType&#8221; tags in the web.config.</p>
<p>Add the following entry to &#8220;authorizedTypes&#8221; and &#8220;authorizedRuleTypes&#8221; under &#8220;System.Workflow.ComponentModel.WorkflowCompiler&#8221;</p>
<p>This fixed the same issue for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Gerritsen</title>
		<link>http://blog.petergerritsen.nl/2010/02/18/2-new-worflow-activities-added-to-sp2010-word-automation/comment-page-1/#comment-40</link>
		<dc:creator>Peter Gerritsen</dc:creator>
		<pubDate>Wed, 21 Apr 2010 19:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2010/02/18/2-new-worflow-activities-added-to-sp2010-word-automation/#comment-40</guid>
		<description>I&#039;ve haven&#039;t encountered this problem before, but the code wasn&#039;t thoroughly tested.

Could be issues in the SP2010 or SharePoint Designer beta.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve haven&#8217;t encountered this problem before, but the code wasn&#8217;t thoroughly tested.</p>
<p>Could be issues in the SP2010 or SharePoint Designer beta.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prinzC</title>
		<link>http://blog.petergerritsen.nl/2010/02/18/2-new-worflow-activities-added-to-sp2010-word-automation/comment-page-1/#comment-39</link>
		<dc:creator>prinzC</dc:creator>
		<pubDate>Wed, 21 Apr 2010 15:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2010/02/18/2-new-worflow-activities-added-to-sp2010-word-automation/#comment-39</guid>
		<description>thanks for the solution.. but
when i deploy from visual studio and try to add workflow action in the designer (there are in the list after solution deployed) - but NOTHING happens. NO Action appears in the workflow designers SCREEN.

The worst thing is that... IT WORKED TWO DAY AGO! And now it does not (
Did you ever come into collision with such &quot;bug&quot;? what can be wrong?</description>
		<content:encoded><![CDATA[<p>thanks for the solution.. but<br />
when i deploy from visual studio and try to add workflow action in the designer (there are in the list after solution deployed) &#8211; but NOTHING happens. NO Action appears in the workflow designers SCREEN.</p>
<p>The worst thing is that&#8230; IT WORKED TWO DAY AGO! And now it does not (<br />
Did you ever come into collision with such &#8220;bug&#8221;? what can be wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
