<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hans Rasmussen &#187; workflow</title>
	<atom:link href="http://www.hansrasmussen.com/tag/workflow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hansrasmussen.com</link>
	<description>info@hansrasmussen.com, +46 (0)723 207008</description>
	<lastBuildDate>Wed, 01 Feb 2012 11:59:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Sharepoint Workflow Feature.xml and Workflow.xml for WSS 3.0 &amp; MOSS 2007</title>
		<link>http://www.hansrasmussen.com/2010/02/sharepoint-workflow-feature-xml-and-workflow-xml-for-wss-3-0-moss-2007/</link>
		<comments>http://www.hansrasmussen.com/2010/02/sharepoint-workflow-feature-xml-and-workflow-xml-for-wss-3-0-moss-2007/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 23:26:30 +0000</pubDate>
		<dc:creator>Hans Rasmussen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[workflow]]></category>
		<category><![CDATA[WSS]]></category>

		<guid isPermaLink="false">http://www.hansrasmussen.com/?p=30</guid>
		<description><![CDATA[It seems like when you create workflows in Visual Studio and deploys them to SharePoint you have to consider the environment you are deploying them to. In the feature.xml the ReceiverAssembly and ReceiverClass are specified if you want to go for the MOSS 2007 deployment. Remove the lines in bold if you need to deploy [...]]]></description>
			<content:encoded><![CDATA[<p>It seems like when you create workflows in Visual Studio and deploys them to SharePoint you have to consider the environment you are deploying them to. In the feature.xml the ReceiverAssembly and ReceiverClass are specified if you want to go for the MOSS 2007 deployment. Remove the lines in bold if you need to deploy them to WSS 3.0 installation.</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243; ?&gt;</p>
<p>&lt;Feature  Id=&#8221;Feature-GUID-Goes-Here&#8221;</p>
<p>      Title=&#8221;Thenameofyourfeature&#8221;</p>
<p>      Description=&#8221;The description of your feature&#8221;</p>
<p>      Version=&#8221;12.0.0.0&#8243;</p>
<p>      Scope=&#8221;Site&#8221;</p>
<p><strong>      ReceiverAssembly=&#8221;Microsoft.Office.Workflow.Feature, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&#8221;</strong>      xmlns=&#8221;<a href="http://schemas.microsoft.com/sharepoint/">http://schemas.microsoft.com/sharepoint/</a>&#8220;&gt;</p>
<p>      ReceiverClass=&#8221;Microsoft.Office.Workflow.Feature.WorkflowFeatureReceiver&#8221;</p>
<p>  &lt;ElementManifests&gt;</p>
<p>    &lt;ElementManifest Location=&#8221;workflow.xml&#8221; /&gt;</p>
<p>  &lt;/ElementManifests&gt;</p>
<p>  &lt;Properties&gt;</p>
<p>    &lt;Property Key=&#8221;GloballyAvailable&#8221; Value=&#8221;true&#8221; /&gt;</p>
<p>  &lt;/Properties&gt;</p>
<p>&lt;/Feature&gt;</p>
<p>Your workflow.xml however can look the same regardless of deployment</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243; ?&gt;</p>
<p>&lt;Elements xmlns=&#8221;<a href="http://schemas.microsoft.com/sharepoint/">http://schemas.microsoft.com/sharepoint/</a>&#8220;&gt;</p>
<p>  &lt;Workflow</p>
<p>     Name=&#8221;Nameofyourworkflow&#8221;</p>
<p>     Description=&#8221;Description of your workflow&#8221;</p>
<p>     Id=&#8221;Workflow-GUID-Goes-Here&#8221;</p>
<p>     CodeBesideClass=&#8221;Projectname.Classname&#8221;</p>
<p>     CodeBesideAssembly=&#8221;Projectname.Classname, Version=1.0.0.0, Culture=neutral, PublicKeyToken=TokenForYourSignedDll&#8221;&gt;</p>
<p>    &lt;Categories/&gt;</p>
<p>    &lt;MetaData&gt;</p>
<p>      &lt;StatusPageUrl&gt;_layouts/WrkStat.aspx&lt;/StatusPageUrl&gt;</p>
<p>    &lt;/MetaData&gt;</p>
<p>  &lt;/Workflow&gt;</p>
<p>&lt;/Elements&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hansrasmussen.com/2010/02/sharepoint-workflow-feature-xml-and-workflow-xml-for-wss-3-0-moss-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

