<?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>rhulsman&#039;s blog</title>
	<atom:link href="http://vspug.com/rhulsman/feed/" rel="self" type="application/rss+xml" />
	<link>http://vspug.com/rhulsman</link>
	<description>Just another VSPUG - Virtual SharePoint User Group weblog</description>
	<lastBuildDate>Thu, 25 Jan 2007 20:26:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SharePoint Server 2007 SDK: Software Development Kit and Enterprise Content Management Starter Kit</title>
		<link>http://vspug.com/rhulsman/2007/01/25/sharepoint-server-2007-sdk-software-development-kit-and-enterprise-content-management-starter-kit/</link>
		<comments>http://vspug.com/rhulsman/2007/01/25/sharepoint-server-2007-sdk-software-development-kit-and-enterprise-content-management-starter-kit/#comments</comments>
		<pubDate>Thu, 25 Jan 2007 20:26:00 +0000</pubDate>
		<dc:creator>unclaimed blog</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[The Microsoft Office SharePoint Server 2007 SDK is designed for solution providers, independent software vendors, value-added resellers, and other developers to learn about the new Office SharePoint Server 2007 enterprise application and platform. It features conceptual and &#34;How to&#34; articles, sample code, and programming references.
Also included in the SharePoint Server 2007 SDK, the Enterprise Content [...]]]></description>
			<content:encoded><![CDATA[<p><span>The Microsoft Office SharePoint Server 2007 SDK is designed for solution providers, independent software vendors, value-added resellers, and other developers to learn about the new Office SharePoint Server 2007 enterprise application and platform. It features conceptual and &quot;How to&quot; articles, sample code, and programming references.</span></p>
<p><span>Also included in the SharePoint Server 2007 SDK, the Enterprise Content Management (ECM) Starter Kit is designed for solution providers, independent software vendors, value-added resellers, and other developers to learn about how to extend the new ECM features and platform in Office SharePoint Server 2007. It contains the following: </p>
<p><b>White Papers</b> </p>
<ul>
<li>2007 Office System Digital Signatures Developers Guide
<li>2007 Office System Encryption Developers Guide
<li>Information Rights Management &#8211; Pluggable Rights Management, Technical Overview
<li>Importing Custom Actions into SharePoint Designer
<li>Workflow Security Topics </li>
</ul>
<p><b>Code Samples</b>
<ul>
<li>Content Processing
<li>Records Management and Policy
<li>Workflow</li>
</ul>
<p><b>Visual Studio Project Templates for SharePoint Server 2007 workflow</b>
<ul>
<li>SharePoint Server Sequential Workflow Library
<li>SharePoint Server State Machine Workflow Library </li>
</ul>
<p>&nbsp;</p>
<p>Download here:</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=6d94e307-67d9-41ac-b2d6-0074d6286fa9&amp;DisplayLang=en">SharePoint Server 2007 SDK: Software Development Kit and Enterprise Content Management Starter Kit</a></p>
<p>the WSS 3.0 SDK is also available:</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=05e0dd12-8394-402b-8936-a07fe8afaffd&amp;DisplayLang=en">Windows SharePoint Services 3.0: Software Development Kit (SDK)</a></p>
<p></span></b><img src="/aggbug.aspx?PostID=18230" width="1" height="1" alt="  " /></p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/rhulsman/2007/01/25/sharepoint-server-2007-sdk-software-development-kit-and-enterprise-content-management-starter-kit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get more error information when ..  &quot;An unexpected error has occurred&quot;</title>
		<link>http://vspug.com/rhulsman/2007/01/22/get-more-error-information-when-quot-an-unexpected-error-has-occurred-quot/</link>
		<comments>http://vspug.com/rhulsman/2007/01/22/get-more-error-information-when-quot-an-unexpected-error-has-occurred-quot/#comments</comments>
		<pubDate>Mon, 22 Jan 2007 18:22:00 +0000</pubDate>
		<dc:creator>unclaimed blog</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[If you are developing master pages for SharePoint, and you get errors like &#34;An unexpected error has occurred&#34; when viewing your site with your custom master page applied, then enabling stack traces and disabling custom error pages in web.config is a great way to help you diagnose the specific problems. 
You can do this by [...]]]></description>
			<content:encoded><![CDATA[<p>If you are developing master pages for SharePoint, and you get errors like &quot;An unexpected error has occurred&quot; when viewing your site with your custom master page applied, then enabling stack traces and disabling custom error pages in web.config is a great way to help you diagnose the specific problems. </p>
<p>You can do this by setting <code><strong>&lt;customErrors mode=&quot;Off&quot; /&gt;</strong></code> in web.config and the <code><strong>CallStack=&quot;true&quot;</strong></code> property in the <code><strong>&lt;SharePoint&gt;&lt;SafeMode&gt;</strong></code> tag in web.config.) </p>
<p><img src="/aggbug.aspx?PostID=18101" width="1" height="1" alt="  " /></p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/rhulsman/2007/01/22/get-more-error-information-when-quot-an-unexpected-error-has-occurred-quot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get a view of all documents and pages that are checked out to me, and more&#8230;</title>
		<link>http://vspug.com/rhulsman/2006/12/20/how-to-get-a-view-of-all-documents-and-pages-that-are-checked-out-to-me-and-more/</link>
		<comments>http://vspug.com/rhulsman/2006/12/20/how-to-get-a-view-of-all-documents-and-pages-that-are-checked-out-to-me-and-more/#comments</comments>
		<pubDate>Thu, 21 Dec 2006 03:06:00 +0000</pubDate>
		<dc:creator>unclaimed blog</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Use Report Rapport in MOSS 2007
Standard reports are:


Checked Out To Me&#160;&#160; 

&#160;Last Modified By Me&#160;&#160; 

Pending Approval&#160;&#160; 

My Tasks&#160;&#160; 

All Draft Documents&#160;&#160; 

Going Live Within Next Seven Days&#160;&#160; 

Expiring Within Next Seven Days&#160; 


Just click Site Actions -&#62; View Reports to get the list of reports that is include out of the box. Click any [...]]]></description>
			<content:encoded><![CDATA[<p>Use Report Rapport in MOSS 2007</p>
<p>Standard reports are:</p>
<ul>
<li>
<div style="MARGIN:0cm 0cm 0pt;">Checked Out To Me<span>&nbsp;&nbsp; </span></div>
<li>
<div style="MARGIN:0cm 0cm 0pt;"><span>&nbsp;</span>Last Modified By Me<span>&nbsp;&nbsp; </span></div>
<li>
<div style="MARGIN:0cm 0cm 0pt;">Pending Approval<span>&nbsp;&nbsp; </span></div>
<li>
<div style="MARGIN:0cm 0cm 0pt;">My Tasks<span>&nbsp;&nbsp; </span></div>
<li>
<div style="MARGIN:0cm 0cm 0pt;">All Draft Documents<span>&nbsp;&nbsp; </span></div>
<li>
<div style="MARGIN:0cm 0cm 0pt;">Going Live Within Next Seven Days<span>&nbsp;&nbsp; </span></div>
<li>
<div style="MARGIN:0cm 0cm 0pt;">Expiring Within Next Seven Days<span>&nbsp; </span></div>
</li>
</ul>
<p>Just click <b>Site Actions -&gt; View Reports</b> to get the list of reports that is include out of the box. Click any of these to run the report from your current location. </p>
<p>Alternately, you can run a report at any location from within the <strong>Site Content and Structure</strong> tool; simply navigate to any location in the site hierarchy, click the <b>View</b> dropdown, and see the list of reports appear</p>
<p><strong>You can also create your own reports!</strong></p>
<p>More on this..<br /><a href="http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx">http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx</a></p>
<p><img src="/aggbug.aspx?PostID=17120" width="1" height="1" alt="  " /></p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/rhulsman/2006/12/20/how-to-get-a-view-of-all-documents-and-pages-that-are-checked-out-to-me-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using LdapMembershipProvider in SharePoint, and get it to work!</title>
		<link>http://vspug.com/rhulsman/2006/12/12/using-ldapmembershipprovider-in-sharepoint-and-get-it-to-work/</link>
		<comments>http://vspug.com/rhulsman/2006/12/12/using-ldapmembershipprovider-in-sharepoint-and-get-it-to-work/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 00:52:00 +0000</pubDate>
		<dc:creator>unclaimed blog</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[At my current project we&#160;ran into some configuration problems when getting SharePoint to work with the LDAP Membership provider. We&#160;are using Dirx&#160;as the directory service. 
After configuring the settings&#160;as described in&#160;various&#160;articles, we were able to add users to a site and fill the profiles,&#160;
When&#160;we&#160;tried to&#160;log in with the user,&#160;a login failed appeared.
One more configuration setting [...]]]></description>
			<content:encoded><![CDATA[<p>At my current project we&nbsp;ran into some configuration problems when getting SharePoint to work with the LDAP Membership provider. We&nbsp;are using <a href="http://www.siemens.com/index.jsp?sdc_p=t3cz3s4u0o1197609pHPn1180841flmi1181191">Dirx</a>&nbsp;as the directory service. </p>
<p>After configuring the settings&nbsp;as described in&nbsp;various&nbsp;<a href="http://technet2.microsoft.com/Office/en-us/library/23b837d1-15d9-4621-aa0b-9ce3f1c7153e1033.mspx?mfr=true">articles</a>, we were able to add users to a site and fill the profiles,&nbsp;</p>
<p>When&nbsp;we&nbsp;tried to&nbsp;log in with the user,&nbsp;a login failed appeared.</p>
<p>One more configuration setting solved the problem (thanx to <a class="l" href="http://www.aisto.com/roeder/dotnet/"><font color="#551a8b">Lutz Roeder&#39;s .NET <b>Reflector</b></font></a>)</p>
<p>The setting is <font face="Arial" size="1"><font color="#ff0000"><strong><font size="2">useDNAttribute</font>. &nbsp;</strong></font><font face="Times New Roman" color="#000000">We couldn&#39;t find any documentation on this setting, but setting it to <font face="Arial" color="#ff0000" size="2"><strong>false</strong></font> worked!</font></font></p>
<p><font face="Arial" size="1">&lt;add name=&quot;LdapDirxMembership&quot; <br />type=&quot;Microsoft.Office.Server.Security.LDAPMembershipProvider,<br />Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral,PublicKeyToken=71E9BCE111E9429C&quot; server=&quot;10.145.192.207&quot; <br />port=&quot;389&quot; <br />useSSL=&quot;false&quot; <br /></font><font face="Arial" color="#ff0000" size="1"><strong>useDNAttribute=&quot;false&quot;</strong> <br /></font><font face="Arial" size="1">userDNAttribute=&quot;distinguishedName&quot; <br />userNameAttribute=&quot;uid&quot; <br />userContainer=&quot;ou=Extranet,o=Business&quot; <br />userObjectClass=&quot;person&quot; <br />userFilter=&quot;(ObjectClass=*)&quot; <br />scope=&quot;Subtree&quot; <br />otherRequiredUserAttributes=&quot;sn,cn&quot;<br />/&gt;</p>
<p></font><img src="/aggbug.aspx?PostID=16853" width="1" height="1" alt="  " /></p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/rhulsman/2006/12/12/using-ldapmembershipprovider-in-sharepoint-and-get-it-to-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer Developer Toolbar</title>
		<link>http://vspug.com/rhulsman/2006/12/05/internet-explorer-developer-toolbar/</link>
		<comments>http://vspug.com/rhulsman/2006/12/05/internet-explorer-developer-toolbar/#comments</comments>
		<pubDate>Wed, 06 Dec 2006 00:30:00 +0000</pubDate>
		<dc:creator>unclaimed blog</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[This is a must have tool for SharePoint Customization. 
Download: The Internet Explorer Developer Toolbar&#160;(Microsoft)
Overview
The Internet Explorer Developer Toolbar provides several features for exploring and understanding Web pages. These features enable you to:
&#8211; Explore and modify the document object model (DOM) of a Web page.&#8211; Locate and select specific elements on a Web page through [...]]]></description>
			<content:encoded><![CDATA[<p>This is a must have tool for SharePoint Customization. </p>
<p>Download: <a href="http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&amp;displaylang=en">The Internet Explorer Developer Toolbar</a>&nbsp;(Microsoft)</p>
<h4>Overview</h4>
<div class="downloadInfo"><a name="Description"></a><span>The Internet Explorer Developer Toolbar provides several features for exploring and understanding Web pages. These features enable you to:</p>
<p>&#8211; Explore and modify the document object model (DOM) of a Web page.<br />&#8211; Locate and select specific elements on a Web page through a variety of techniques.<br />&#8211; Selectively disable Internet Explorer settings.<br />&#8211; View HTML object class names, ID&#39;s, and details such as link paths, tab index values, and access keys.<br />&#8211; Outline tables, table cells, images, or selected tags.<br />&#8211; Validate HTML, CSS, WAI, and RSS Web feed links.<br />&#8211; Display image dimensions, file sizes, path information, and alternate (ALT) text.<br />&#8211; Immediately resize the browser window to a new resolution.<br />&#8211; Selectively clear the browser cache and saved cookies. Choose from all objects or those associated with a given domain.<br />&#8211; Choose direct links to W3C specification references, the Internet Explorer team weblog (blog), and other resources.<br />&#8211; Display a fully featured design ruler to help accurately align and measure objects on your pages. <br /></span></div>
<p><img src="/aggbug.aspx?PostID=16635" width="1" height="1" alt="  " /></p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/rhulsman/2006/12/05/internet-explorer-developer-toolbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So You Want to Develop Custom Workflows in Visual Studio&#8230; &#8211; The Blog Series</title>
		<link>http://vspug.com/rhulsman/2006/12/05/so-you-want-to-develop-custom-workflows-in-visual-studio-the-blog-series/</link>
		<comments>http://vspug.com/rhulsman/2006/12/05/so-you-want-to-develop-custom-workflows-in-visual-studio-the-blog-series/#comments</comments>
		<pubDate>Wed, 06 Dec 2006 00:01:00 +0000</pubDate>
		<dc:creator>unclaimed blog</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[The SharePoint Team has finished the blog series about developing custom workflows. You should read the series before getting started with building workflows for SharePoint&#160;in Visual Studio.
&#34;So You Want to Develop Custom Workflows in Visual Studio&#8230;&#34; &#8211; The Blog Series
Developing Workflows in VS: Part 1 &#8211; Workflow Objects and A Crash Course on Mechanics 
Developing [...]]]></description>
			<content:encoded><![CDATA[<p>The SharePoint Team has finished the blog series about developing custom workflows. You should read the series before getting started with building workflows for SharePoint&nbsp;in Visual Studio.</p>
<p><a href="/sharepoint/archive/2006/11/18/so-you-want-to-develop-custom-workflows-in-visual-studio-series-introduction.aspx">&quot;So You Want to Develop Custom Workflows in Visual Studio&#8230;&quot; &#8211; The Blog Series</a></p>
<p><a href="/sharepoint/archive/2006/11/18/developing-workflows-in-vs-part-1-workflow-objects-and-a-crash-course-on-mechanics.aspx">Developing Workflows in VS: Part 1 &#8211; Workflow Objects and A Crash Course on Mechanics</a> </p>
<p><a href="/sharepoint/archive/2006/11/21/developing-workflows-in-vs-part-2-planning-your-workflow-two-things-to-keep-in-mind.aspx">Developing Workflows in VS: Part 2 &#8211; Planning Your Workflow: Two Things to Keep in Mind</a> </p>
<p><a href="/sharepoint/archive/2006/11/23/developing-workflows-in-vs-part-3-five-steps-for-developing-your-workflow.aspx">Developing Workflows in VS: Part 3 &#8211; Five Steps for Developing Your Workflow</a></p>
<p><a href="/sharepoint/archive/2006/11/26/developing-workflows-in-vs-part-4-design-and-bind-your-forms.aspx">Developing Workflows in VS: Part 4 &#8211; Design and Bind Your Forms</a> </p>
<p><a href="/sharepoint/archive/2006/11/28/developing-workflows-in-vs-part-5-code-your-workflow.aspx">Developing Workflows in VS: Part 5 &#8211; Code Your Workflow</a> </p>
<p><a href="/sharepoint/archive/2006/11/30/developing-workflows-in-vs-part-6-deploy-and-debug-your-workflow.aspx">Developing Workflows in VS: Part 6 &#8211; Deploy and Debug your workflow</a> </p>
<p><a href="/sharepoint/archive/2006/12/01/developing-workflows-in-vs-part-7-summary-and-final-thoughts.aspx">Developing Workflows in VS: Part 7 &#8211; Summary and Final Thoughts</a></p>
<p><img src="/aggbug.aspx?PostID=16634" width="1" height="1" alt="  " /></p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/rhulsman/2006/12/05/so-you-want-to-develop-custom-workflows-in-visual-studio-the-blog-series/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
