<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://dotnet.org.za/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>Schalk&amp;#39;s evolutionary ramblings - All Comments</title><link>http://dotnet.org.za/schalkvanwyk/default.aspx</link><description>Anything Microsoft</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>re: "Document checked out" workflow issue in SharePoint document library</title><link>http://dotnet.org.za/schalkvanwyk/archive/2009/02/19/quot-document-checked-out-quot-workflow-issue-in-sharepoint-document-library.aspx#1252143</link><pubDate>Tue, 08 Dec 2009 03:08:15 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:1252143</guid><dc:creator>schalkvanwyk</dc:creator><description>&lt;p&gt;@steve&lt;/p&gt;
&lt;p&gt;Sorry I can't help you, I've not work with that issue for a while. Maybe have a look at a ex-colleague of mine's blog: &lt;a rel="nofollow" target="_new" href="http://dotnet.org.za/zlatan"&gt;http://dotnet.org.za/zlatan&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;He's a MVP and might be able to suggest something.&lt;/p&gt;
&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=1252143" width="1" height="1"&gt;</description></item><item><title>re: "Document checked out" workflow issue in SharePoint document library</title><link>http://dotnet.org.za/schalkvanwyk/archive/2009/02/19/quot-document-checked-out-quot-workflow-issue-in-sharepoint-document-library.aspx#1252137</link><pubDate>Tue, 08 Dec 2009 01:39:36 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:1252137</guid><dc:creator>AKSteve</dc:creator><description>&lt;p&gt;Hey, I hope someone is still monitoring this page. &amp;nbsp;I have this issue and have switched from SharePoint Designer to VS2008. &amp;nbsp;I have coded a simple workflow on a document library with the same goals 1-4 listed by the author, also set to start when the item is created. &amp;nbsp;I do not want the users to have to kick off the workflow manually.&lt;/p&gt;
&lt;p&gt;After the VS 2008 built workflow, I having the same issue as before with SP Designer. I got Microsoft Gold support ($260 hour) and the SP dev team involved. &amp;nbsp;They could not figure it out either (and did not charge us $). &amp;nbsp;I am going to continue to code my way out of it with delays and check-out checks etc. &amp;nbsp;If anyone else has any time dedicate to this issue post it here or contact me at steve.fink@avtec.edu&lt;/p&gt;
&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=1252137" width="1" height="1"&gt;</description></item><item><title>re: SharePoint VSeWSS and feature dependency rules</title><link>http://dotnet.org.za/schalkvanwyk/archive/2009/03/18/sharepoint-vsewss-and-feature-dependency-rules.aspx#1214800</link><pubDate>Tue, 29 Sep 2009 16:53:46 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:1214800</guid><dc:creator>SharePointVictim</dc:creator><description>&lt;p&gt;I just tried to post a comment agreeing whole-heartedly, but was greeted with &lt;/p&gt;
&lt;p&gt;&amp;quot;Oops something went wrong!&lt;/p&gt;
&lt;p&gt;Either the site is offline or an unhandled error occurred. We apologize and have logged the error. Please try your request again or if you know who your site administrator is let them know too.&amp;quot;&lt;/p&gt;
&lt;p&gt;I guess that&amp;#39;s what happens when you try to add comments to a blog based on Microsoft technology...&lt;/p&gt;
&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=1214800" width="1" height="1"&gt;</description></item><item><title>re: "Document checked out" workflow issue in SharePoint document library</title><link>http://dotnet.org.za/schalkvanwyk/archive/2009/02/19/quot-document-checked-out-quot-workflow-issue-in-sharepoint-document-library.aspx#1184006</link><pubDate>Fri, 11 Sep 2009 15:22:40 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:1184006</guid><dc:creator>Ruth Jennaway (UK)</dc:creator><description>&lt;p&gt;I was having similar problems in a Sharepoint Designer workflow...&lt;/p&gt;
&lt;p&gt;If the document is checked out and the workflow tries to update the fields then the workflow will get a status of stopped.&lt;/p&gt;
&lt;p&gt;Adding a Wait for “Checked out to” field to be empty should work, however, it does not always seem to work. (Possibly due to this field being cleared whilst the checked out comments are still being written back? Not sure!). &lt;/p&gt;
&lt;p&gt;Combining Wait for field change with Pause for 1 minute Action seems to be much more robust. (Although wait for 1 minute is actually wait for between 1 and 5 minutes).&lt;/p&gt;
&lt;p&gt; works on my test system. Off to try it on live now.&lt;/p&gt;
&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=1184006" width="1" height="1"&gt;</description></item><item><title>re: "Document checked out" workflow issue in SharePoint document library</title><link>http://dotnet.org.za/schalkvanwyk/archive/2009/02/19/quot-document-checked-out-quot-workflow-issue-in-sharepoint-document-library.aspx#1118310</link><pubDate>Fri, 10 Jul 2009 07:01:26 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:1118310</guid><dc:creator>Bhavana</dc:creator><description>&lt;p&gt;I was trying to fire an event handler on a doc library and it was giving me the same error when I saved a new document..&lt;/p&gt;
&lt;p&gt;I used &amp;nbsp;item.SystemUpdate() instead of item.Update() and it worked fine.............&lt;/p&gt;
&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=1118310" width="1" height="1"&gt;</description></item><item><title>re: "Document checked out" workflow issue in SharePoint document library</title><link>http://dotnet.org.za/schalkvanwyk/archive/2009/02/19/quot-document-checked-out-quot-workflow-issue-in-sharepoint-document-library.aspx#1068694</link><pubDate>Mon, 08 Jun 2009 14:34:19 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:1068694</guid><dc:creator>Denson Hamilton</dc:creator><description>&lt;p&gt;I had issues with a custom workflow and the upload event in a document library.&lt;/p&gt;
&lt;p&gt;I fixed this problem in a custom workflow.&lt;/p&gt;
&lt;p&gt;I check the base type of the list.&lt;/p&gt;
&lt;p&gt;If it is a document library I set the OnItemCreated to false. When the metadata is changed the changed event fires and normal processing of metadata begins. If your workflow works off of a column you need t make it required.&lt;/p&gt;
&lt;p&gt;If you do multiple upload then you have to enter the metadata for each item then do a check in.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SPBaseType theBaseType = this._sharePointListAttachedTo.BaseType;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (theBaseType == SPBaseType.DocumentLibrary)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;this._paramAutoStartWF_OnItemCreate = false;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt;The upload starts the workflow before the metadata retrieval this is to allow for multiple document uploads as per Microsoft support.&lt;/p&gt;
&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=1068694" width="1" height="1"&gt;</description></item><item><title>re: SharePoint VSeWSS and feature dependency rules</title><link>http://dotnet.org.za/schalkvanwyk/archive/2009/03/18/sharepoint-vsewss-and-feature-dependency-rules.aspx#1047252</link><pubDate>Tue, 26 May 2009 21:03:05 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:1047252</guid><dc:creator>Bill</dc:creator><description>&lt;p&gt;&amp;quot;I&amp;#39;ve found most of my time spent on SharePoint development is not spent and designing the solution, but with the inconsistent xml definitions used in the features definitions&amp;quot;&lt;/p&gt;
&lt;p&gt;Yes.&lt;/p&gt;&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=1047252" width="1" height="1"&gt;</description></item><item><title>re: "Document checked out" workflow issue in SharePoint document library</title><link>http://dotnet.org.za/schalkvanwyk/archive/2009/02/19/quot-document-checked-out-quot-workflow-issue-in-sharepoint-document-library.aspx#986734</link><pubDate>Tue, 07 Apr 2009 00:56:21 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:986734</guid><dc:creator>schalkvanwyk</dc:creator><description>&lt;p&gt;Sorry ozbromy, I found no solution and moved on, since the requirement has changed and there is no need to worry about the problem for now.&lt;/p&gt;
&lt;p&gt;I am sure I will come across the issue again and will post a solution if I find it.&lt;/p&gt;
&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=986734" width="1" height="1"&gt;</description></item><item><title>re: "Document checked out" workflow issue in SharePoint document library</title><link>http://dotnet.org.za/schalkvanwyk/archive/2009/02/19/quot-document-checked-out-quot-workflow-issue-in-sharepoint-document-library.aspx#983376</link><pubDate>Fri, 03 Apr 2009 05:39:01 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:983376</guid><dc:creator>ozbroomy@hotmail.com</dc:creator><description>&lt;p&gt;I&amp;#39;ve got the same exect issue and it&amp;#39;s drivingme nuts! Let me know if you find a solution - ozbromy@hotmail.com&lt;/p&gt;&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=983376" width="1" height="1"&gt;</description></item><item><title>re: Source Control with SubVersion (SVN)</title><link>http://dotnet.org.za/schalkvanwyk/archive/2009/03/15/source-control-with-svn.aspx#968913</link><pubDate>Wed, 18 Mar 2009 06:37:38 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:968913</guid><dc:creator>schalkvanwyk</dc:creator><description>&lt;p&gt;Yip, Charl&lt;/p&gt;
&lt;p&gt;I find the user interface so much easier, more natural. And if you are having trouble in Visual Studio using Ankh, just switch to explorer and sort out the issue using Tortoise.&lt;/p&gt;
&lt;p&gt;I think the best thing about SVN (compared to stupid Source Safe) is that you can easily get all the code related to a certain version, without going on a extensive hunt for it.&lt;/p&gt;
&lt;p&gt;Branching and merging projects is also very easy, I found it to be a simple task after reading the documentation and trying it out.&lt;/p&gt;
&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=968913" width="1" height="1"&gt;</description></item><item><title>re: Source Control with SubVersion (SVN)</title><link>http://dotnet.org.za/schalkvanwyk/archive/2009/03/15/source-control-with-svn.aspx#967520</link><pubDate>Mon, 16 Mar 2009 10:36:55 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:967520</guid><dc:creator>charlv</dc:creator><description>&lt;p&gt;I agree 100%, Subversion rocks! I have been using it for a while now and it beats SoureSafe hands down. I feel it is a very matured platform and widely used among open source developers. &lt;/p&gt;
&lt;p&gt;The shell integration of TortoiseSVN is the best thing since sliced cheese :). It helps a lot when you have non source related content to keep under source control, i.e. documentation, scripts, etc.&lt;/p&gt;&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=967520" width="1" height="1"&gt;</description></item><item><title>re: A good starting point for SharePoint</title><link>http://dotnet.org.za/schalkvanwyk/archive/2009/02/23/a-good-starting-point-for-sharepoint.aspx#958852</link><pubDate>Wed, 25 Feb 2009 04:17:10 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:958852</guid><dc:creator>schalkvanwyk</dc:creator><description>&lt;p&gt;I also found the following video: OS304 - SharePoint Technology Tools, Techniques, References, and Resources for Visual Studio Developers (OS304_Isenhour.wmv) - &lt;a rel="nofollow" target="_new" href="http://download.microsoft.com/download/b/2/6/b26380cf-8967-46f5-b191-6e5ba54aaaf6/OS304_Isenhour.wmv"&gt;download.microsoft.com/.../OS304_Isenhour.wmv&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It's old but gives some basic background to developing with SharePoint.&lt;/p&gt;
&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=958852" width="1" height="1"&gt;</description></item><item><title>re: A good starting point for SharePoint</title><link>http://dotnet.org.za/schalkvanwyk/archive/2009/02/23/a-good-starting-point-for-sharepoint.aspx#958776</link><pubDate>Wed, 25 Feb 2009 00:05:08 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:958776</guid><dc:creator>schalkvanwyk</dc:creator><description>&lt;p&gt;Zlatan, if I can learn from a expert like you, I would be over the moon (no sarcasm).&lt;/p&gt;
&lt;p&gt;And I am NOT against SharePoint, to the contrary I think it will be great development platform. I just wish there was a easier way to get to know where and how one should use it and witch &amp;quot;features&amp;quot;/parts are for historic purposes and should be avoided.&lt;/p&gt;
&lt;p&gt;I'm &amp;nbsp;discovering loads about the platform on a daily basis (especially after reading Jeremy Thake blog), but that does not directly help me produce a solution to the current environment. I also want to make sure that what I develop is testable, as well as maintainable with as little user input as possible.&lt;/p&gt;
&lt;p&gt;Sorry I never got a chance to see you (or any other buddies back there), time just was not on my side. &lt;/p&gt;
&lt;p&gt;Unfortunately (or is that fortunately) I am not planning to go back to SA, unless something major happens that forces me that direction.&lt;/p&gt;
&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=958776" width="1" height="1"&gt;</description></item><item><title>re: A good starting point for SharePoint</title><link>http://dotnet.org.za/schalkvanwyk/archive/2009/02/23/a-good-starting-point-for-sharepoint.aspx#958522</link><pubDate>Tue, 24 Feb 2009 07:26:46 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:958522</guid><dc:creator>Zlatan</dc:creator><description>&lt;p&gt;Umm Schalk you have got to see me next time you come back from Oz so we can sort most of your concerns. However some limitations exist, but I can show you how to live with them (I don&amp;#39;t know how that sounds but I call it positive).&lt;/p&gt;&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=958522" width="1" height="1"&gt;</description></item><item><title>re: A good starting point for SharePoint</title><link>http://dotnet.org.za/schalkvanwyk/archive/2009/02/23/a-good-starting-point-for-sharepoint.aspx#958490</link><pubDate>Tue, 24 Feb 2009 05:43:16 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:958490</guid><dc:creator>schalkvanwyk</dc:creator><description>&lt;p&gt;I've downloaded and installed the newest VSeWSS package (VSeWSS v1.3 - Feb 2009 CTP) I could find on the Microsoft download site: &lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=b2c0b628-5cab-48c1-8cae-c34c1ccbdc0a"&gt;www.microsoft.com/.../details.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I see a couple of items has been added to the context menu for a SharePoint project (not workflow), as well as a couple of other UI features and VS templates.&lt;/p&gt;
&lt;p&gt;One can read some more here: &lt;a rel="nofollow" target="_new" href="http://wss.made4the.net/archive/2009/02/22/the-ultimate-sharepoint-development-tool-and-the-new-release-of-vsewss-1-3-ctp-and-stsdev-2008-v2-0.aspx"&gt;wss.made4the.net/.../the-ultimate-sharepoint-development-tool-and-the-new-release-of-vsewss-1-3-ctp-and-stsdev-2008-v2-0.aspx&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=958490" width="1" height="1"&gt;</description></item></channel></rss>