<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>One Very Long Day with WSS</title><link>http://blogs.msdn.com/howard_dierking/archive/2007/03/25/one-very-long-day-with-wss.aspx</link><description>Actually, my ordeal began yesterday, but since I didn't really sleep much last night as a result, the whole thing just feels like one very long day. At any rate, here's the context. I'm trying to automate a business process that involves the creation</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: One Very Long Day with WSS</title><link>http://blogs.msdn.com/howard_dierking/archive/2007/03/25/one-very-long-day-with-wss.aspx#1962049</link><pubDate>Tue, 27 Mar 2007 12:46:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1962049</guid><dc:creator>Lee</dc:creator><description>&lt;p&gt;Makes those TFS beta installations sound nice and straightforward in comparison!&lt;/p&gt;
</description></item><item><title>re: One Very Long Day with WSS</title><link>http://blogs.msdn.com/howard_dierking/archive/2007/03/25/one-very-long-day-with-wss.aspx#1977913</link><pubDate>Wed, 28 Mar 2007 19:14:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1977913</guid><dc:creator>Andy Burns</dc:creator><description>&lt;p&gt;Wait until you look at reporting on workflows - that's just rotten. Call me old fashioned, but I just want a database table with workflows and events on it, but do we get that? Nope...&lt;/p&gt;
</description></item><item><title>re: One Very Long Day with WSS</title><link>http://blogs.msdn.com/howard_dierking/archive/2007/03/25/one-very-long-day-with-wss.aspx#2163547</link><pubDate>Tue, 17 Apr 2007 17:36:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2163547</guid><dc:creator>Shaun</dc:creator><description>&lt;p&gt;Sounds like you've endured similar pain to myself, but with far greater success. &amp;nbsp;I fought my way through creating a sharepoint workflow in visual studio, and ran into the same problems as you. &amp;nbsp;However I didn't install the same extensions as you, I installed the &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/downloads/details.aspx?familyid=6D94E307-67D9-41AC-B2D6-0074D6286FA9&amp;amp;displaylang=en&amp;quot;&amp;gt;Office"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=6D94E307-67D9-41AC-B2D6-0074D6286FA9&amp;amp;displaylang=en&amp;quot;&amp;gt;Office&lt;/a&gt; Server SDK&amp;lt;/a&amp;gt;. &amp;nbsp;Everyone seems to be working with different versions of tools! &amp;nbsp;This makes it really hard to follow a lot of tutorials around the web, and makes the scope for potential problems that much larger.&lt;/p&gt;
&lt;p&gt;Anyway, onto my point. &amp;nbsp;I created a barebones workflow (just created a single task) and successfully deployed it to my sharepoint site. &amp;nbsp;This all seemed to go well and after realising the deploy scripts couldn't handle spaces in the projec name it went even better! &amp;nbsp;So the workflow template was installed, I associated with my pages list and told sharepoint to run it everytime an item is changed. &amp;nbsp;All good, seems to work ok, until after triggering the workflow with an edit on a page, when I try to perform a further editing action it semi randomly throws the following exception:&lt;/p&gt;
&lt;p&gt;[ArgumentNullException: Value cannot be null.&lt;/p&gt;
&lt;p&gt;Parameter name: s]&lt;/p&gt;
&lt;p&gt; &amp;nbsp; System.IO.StringReader..ctor(String s) +2712311&lt;/p&gt;
&lt;p&gt; &amp;nbsp; System.Xml.XmlDocument.LoadXml(String xml) +44&lt;/p&gt;
&lt;p&gt; &amp;nbsp; Microsoft.SharePoint.Publishing.Internal.WorkflowUtilities.GetAssociationDataValue(CachedWorkflow workflow, String xmlNodeName) +88&lt;/p&gt;
&lt;p&gt; &amp;nbsp; Microsoft.SharePoint.Publishing.WebControls.ConsoleDataSource.EnsurePageNotInLockingWorkflowIfInEditMode() +121&lt;/p&gt;
&lt;p&gt; &amp;nbsp; Microsoft.SharePoint.Publishing.WebControls.ConsoleDataSource.OnPreRender(EventArgs e) +143&lt;/p&gt;
&lt;p&gt; &amp;nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() +77&lt;/p&gt;
&lt;p&gt; &amp;nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() +161&lt;/p&gt;
&lt;p&gt; &amp;nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() +161&lt;/p&gt;
&lt;p&gt; &amp;nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() +161&lt;/p&gt;
&lt;p&gt; &amp;nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() +161&lt;/p&gt;
&lt;p&gt; &amp;nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() +161&lt;/p&gt;
&lt;p&gt; &amp;nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() +161&lt;/p&gt;
&lt;p&gt; &amp;nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() +161&lt;/p&gt;
&lt;p&gt; &amp;nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() +161&lt;/p&gt;
&lt;p&gt; &amp;nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() +161&lt;/p&gt;
&lt;p&gt; &amp;nbsp; System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1360&lt;/p&gt;
&lt;p&gt;I'd love to hear from anyone who's had a similar problem.&lt;/p&gt;
</description></item><item><title>re: One Very Long Day with WSS</title><link>http://blogs.msdn.com/howard_dierking/archive/2007/03/25/one-very-long-day-with-wss.aspx#2163549</link><pubDate>Tue, 17 Apr 2007 17:37:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2163549</guid><dc:creator>Shaun</dc:creator><description>&lt;p&gt;Didn't realise it auto linked URLs and the Office Server SDK link above is broken. &amp;nbsp;Try this one:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/downloads/details.aspx?familyid=6D94E307-67D9-41AC-B2D6-0074D6286FA9&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=6D94E307-67D9-41AC-B2D6-0074D6286FA9&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: One Very Long Day with WSS</title><link>http://blogs.msdn.com/howard_dierking/archive/2007/03/25/one-very-long-day-with-wss.aspx#5391837</link><pubDate>Wed, 10 Oct 2007 17:47:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5391837</guid><dc:creator>Thor</dc:creator><description>&lt;p&gt;Had the same problems. My Xp machine installed ok, but on my 2003 server several items were missing.&lt;/p&gt;
&lt;p&gt;You can't debug from xp, so the solution is to develop on a testserver....&lt;/p&gt;
&lt;p&gt;And my templates looks differently in 2003. Ahhgr.&lt;/p&gt;
</description></item></channel></rss>