<?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>Document Management and Workflow Info &#187; Visual Studio 2005 workflows</title>
	<atom:link href="http://www.documentmanagementworkflowinfo.com/tag/visual-studio-2005-workflows/feed" rel="self" type="application/rss+xml" />
	<link>http://www.documentmanagementworkflowinfo.com</link>
	<description>A beginner&#039;s guide to document management and workflow in SharePoint</description>
	<lastBuildDate>Wed, 04 May 2011 03:30:24 +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>How do SharePoint workflows and SharePoint event handlers differ?</title>
		<link>http://www.documentmanagementworkflowinfo.com/workflow/differences-sharepoint-workflows-sharepoint-event-handlers.htm</link>
		<comments>http://www.documentmanagementworkflowinfo.com/workflow/differences-sharepoint-workflows-sharepoint-event-handlers.htm#comments</comments>
		<pubDate>Tue, 31 Mar 2009 10:42:40 +0000</pubDate>
		<dc:creator>DevPro</dc:creator>
				<category><![CDATA[Workflow / Business Process Management]]></category>
		<category><![CDATA[Custom workflows]]></category>
		<category><![CDATA[Out-of-the-box SharePoint workflows]]></category>
		<category><![CDATA[SharePoint Designer 2007 workflows]]></category>
		<category><![CDATA[SharePoint workflow]]></category>
		<category><![CDATA[SharePoint workflow guidance]]></category>
		<category><![CDATA[Visual Studio 2005 workflows]]></category>

		<guid isPermaLink="false">http://www.documentmanagementworkflowinfo.com/?p=1267</guid>
		<description><![CDATA[Introduction A SharePoint event handler or event receiver is a piece of code that runs when an event, such as the adding, deleting, or changing of a SharePoint list item or document, takes place. They react to changes just like a SharePoint workflow can react to those same changes made to an item. SharePoint event [...]]]></description>
		<wfw:commentRss>http://www.documentmanagementworkflowinfo.com/workflow/differences-sharepoint-workflows-sharepoint-event-handlers.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging Visual Studio 2005 workflows for SharePoint</title>
		<link>http://www.documentmanagementworkflowinfo.com/workflow/debugging-visual-studio-2005-workflows-sharepoint.htm</link>
		<comments>http://www.documentmanagementworkflowinfo.com/workflow/debugging-visual-studio-2005-workflows-sharepoint.htm#comments</comments>
		<pubDate>Sun, 29 Mar 2009 07:42:47 +0000</pubDate>
		<dc:creator>DevPro</dc:creator>
				<category><![CDATA[Workflow / Business Process Management]]></category>
		<category><![CDATA[Debugging SharePoint workflows]]></category>
		<category><![CDATA[SharePoint workflow]]></category>
		<category><![CDATA[Visual Studio 2005 workflows]]></category>
		<category><![CDATA[Visual Studio workflows for SharePoint]]></category>

		<guid isPermaLink="false">http://www.documentmanagementworkflowinfo.com/?p=1768</guid>
		<description><![CDATA[If you&#8217;re developing a SharePoint workflow in Visual Studio 2005 on the same machine where SharePoint is running, debugging the workflow is a 5-step process: Deploy your workflow to SharePoint. Set breakpoints in your workflow code. Set the Visual Studio debugger to attach to Workflow code. Attach the Visual Studio debugger to the w3wp.exe process [...]]]></description>
		<wfw:commentRss>http://www.documentmanagementworkflowinfo.com/workflow/debugging-visual-studio-2005-workflows-sharepoint.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio workflow: Copy a document from one SharePoint document library to another</title>
		<link>http://www.documentmanagementworkflowinfo.com/sample-sharepoint-workflows/visual-studio-workflow-copy-document-one-sharepoint-document-library-another.htm</link>
		<comments>http://www.documentmanagementworkflowinfo.com/sample-sharepoint-workflows/visual-studio-workflow-copy-document-one-sharepoint-document-library-another.htm#comments</comments>
		<pubDate>Thu, 05 Feb 2009 11:25:38 +0000</pubDate>
		<dc:creator>DevPro</dc:creator>
				<category><![CDATA[Sample SharePoint workflows]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[Custom workflows]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SharePoint document libraries]]></category>
		<category><![CDATA[SharePoint workflow]]></category>
		<category><![CDATA[Visual Studio 2005 workflows]]></category>
		<category><![CDATA[Visual Studio workflows for SharePoint]]></category>
		<category><![CDATA[Workflow / Business Process Management]]></category>
		<category><![CDATA[Working with documents]]></category>
		<category><![CDATA[WSS 3]]></category>

		<guid isPermaLink="false">http://www.documentmanagementworkflowinfo.com/?p=1083</guid>
		<description><![CDATA[Workflow description This article demonstrates how you can create a Visual Studio workflow that can be manually started on a document in a SharePoint document library to copy that document to another document library on the same or another SharePoint site. Creating the custom SharePoint workflow In SharePoint, create 2 document libraries: One to copy [...]]]></description>
		<wfw:commentRss>http://www.documentmanagementworkflowinfo.com/sample-sharepoint-workflows/visual-studio-workflow-copy-document-one-sharepoint-document-library-another.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create custom Visual Studio 2005 workflows for WSS 3 or Office SharePoint Server 2007</title>
		<link>http://www.documentmanagementworkflowinfo.com/workflow/how-to-create-custom-visual-studio-2005-workflows-wss-3-office-sharepoint-server-2007.htm</link>
		<comments>http://www.documentmanagementworkflowinfo.com/workflow/how-to-create-custom-visual-studio-2005-workflows-wss-3-office-sharepoint-server-2007.htm#comments</comments>
		<pubDate>Mon, 02 Feb 2009 00:19:26 +0000</pubDate>
		<dc:creator>DevPro</dc:creator>
				<category><![CDATA[Workflow / Business Process Management]]></category>
		<category><![CDATA[Attaching workflows]]></category>
		<category><![CDATA[Custom workflows]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SharePoint workflow]]></category>
		<category><![CDATA[Visual Studio 2005 workflows]]></category>
		<category><![CDATA[Visual Studio workflows for SharePoint]]></category>
		<category><![CDATA[WSS 3]]></category>

		<guid isPermaLink="false">http://www.documentmanagementworkflowinfo.com/?p=1004</guid>
		<description><![CDATA[Software required to create Visual Studio workflows for SharePoint Before you can start to create custom Visual Studio 2005 workflows that can run on a SharePoint server, you must install the following software: Windows Server 2003 (a server you can develop on) SQL Server 2005 (as a prerequisite for WSS 3.0) Windows SharePoint Services 3.0 [...]]]></description>
		<wfw:commentRss>http://www.documentmanagementworkflowinfo.com/workflow/how-to-create-custom-visual-studio-2005-workflows-wss-3-office-sharepoint-server-2007.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable a Visual Studio workflow on SharePoint and attach it to a document library</title>
		<link>http://www.documentmanagementworkflowinfo.com/workflow/enable-workflow-sharepoint-attach-visual-studio-workflow-document-library.htm</link>
		<comments>http://www.documentmanagementworkflowinfo.com/workflow/enable-workflow-sharepoint-attach-visual-studio-workflow-document-library.htm#comments</comments>
		<pubDate>Wed, 28 Jan 2009 05:01:30 +0000</pubDate>
		<dc:creator>DevPro</dc:creator>
				<category><![CDATA[Workflow / Business Process Management]]></category>
		<category><![CDATA[Attaching workflows]]></category>
		<category><![CDATA[Custom workflows]]></category>
		<category><![CDATA[Document Library]]></category>
		<category><![CDATA[SharePoint document libraries]]></category>
		<category><![CDATA[SharePoint workflow]]></category>
		<category><![CDATA[Visual Studio 2005 workflows]]></category>
		<category><![CDATA[Visual Studio workflows for SharePoint]]></category>
		<category><![CDATA[WSS 3]]></category>

		<guid isPermaLink="false">http://www.documentmanagementworkflowinfo.com/?p=875</guid>
		<description><![CDATA[Before you can use a Visual Studio workflow on a list, library, or content type in SharePoint, the workflow&#8217;s feature must have been installed and activated on a SharePoint site. Checking whether a workflow has been installed and activated To check whether a workflow has been installed and activated: On the Site Actions menu of [...]]]></description>
		<wfw:commentRss>http://www.documentmanagementworkflowinfo.com/workflow/enable-workflow-sharepoint-attach-visual-studio-workflow-document-library.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

