<?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>Bahramov's Personal Blog &#187; SharePoint</title>
	<atom:link href="http://www.bahramov.com/category/sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bahramov.com</link>
	<description>Computers, databases, networks and virtualization</description>
	<lastBuildDate>Fri, 24 Jun 2011 12:05:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>0&#215;80070005: Access is denied when scheduling SUSHI</title>
		<link>http://www.bahramov.com/2010/02/17/0x80070005-access-is-denied-when-scheduling-sushi/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2010/02/17/0x80070005-access-is-denied-when-scheduling-sushi/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 14:29:52 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Backup]]></category>
		<category><![CDATA[SUSHI]]></category>
		<category><![CDATA[WSS backup]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2010/02/17/0x80070005-access-is-denied-when-scheduling-sushi/</guid>
		<description><![CDATA[Iâ€™ve been trying to schedule a backup of our WSS site using SharePoint SUSHI and had two different problems:
1) After setting required parameters and clicking â€œCreate Scheduled Backupâ€ in the command prompt I was getting the following error:&#160; ERROR: Invalid starttime value.     Well, actually the format of the date as it [...]]]></description>
			<content:encoded><![CDATA[<p>Iâ€™ve been trying to schedule a backup of our WSS site using <a title="SUSHI" href="http://sushi.codeplex.com/" target="_blank">SharePoint SUSHI</a> and had two different problems:</p>
<p>1) After setting required parameters and clicking â€œCreate Scheduled Backupâ€ in the command prompt I was getting the following error:&#160; <strong><font face="Courier New">ERROR: Invalid starttime value.</font></strong>     <br />Well, actually the format of the date as it was created was wrong. Possibly just because of the regional Optionsâ€¦ The serverâ€™s regional options where I run SharePoint site is Italian. So, to go around this I just copied the generated SCHTASK command and modified the time value:</p>
<ol>
<p>Original command was like this:</p>
<table border="1" cellspacing="0" cellpadding="2" width="100%">
<tbody>
<tr>
<td bgcolor="#003399" valign="top"><font color="#ffffff" face="Lucida Console">D:\&gt;SCHTASKS /create /sc DAILY /mo 1 /tn &quot;Catapult SharePoint Autobackup&quot; /tr &quot;C:\SharePoint Utils\sushi.exe -autostart:Catapult_SharePoint_Autobackup&quot; /s </font><a href="file://\\WSSSERVERNAME#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><font color="#ffffff" face="Lucida Console">\\WSSSERVERNAME</font></a><font color="#ffffff" face="Lucida Console"> /st </font><strong><font face="Lucida Console"><font color="#ffffff">01.00 /F /u DOMAIN\UserName                  <br /><strong>ERROR: Invalid starttime value.</strong></font></font></strong></td>
</tr>
</tbody>
</table>
<p>I made it look like this in a Notepad:</p>
<table border="1" cellspacing="0" cellpadding="2" width="100%">
<tbody>
<tr>
<td bgcolor="#003399" valign="top"><font color="#ffffff" face="Lucida Console">SCHTASKS /create /sc DAILY /mo 1 /tn &quot;Catapult SharePoint Autobackup&quot; /tr &quot;C:\SharePoint Utils\sushi.exe -autostart:Catapult_SharePoint_Autobackup&quot; /s </font><a href="file://\\WSSSERVERNAME#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><font color="#ffffff" face="Lucida Console">\\WSSSERVERNAME</font></a><font face="Lucida Console"><font color="#ffffff"> /st <strong>18:30 /F /u /RU DOMAIN\UserName /RP password</strong></font></font></td>
</tr>
</tbody>
</table>
<p>After running this command in a command prompt window the tasks was successfully created. However, there I have encountered another problem to resolve as described in point 2.</p>
<p> 2) When I tried to Run the scheduled task the I got the following error:</ol>
<p><font face="Lucida Console">&quot;Catapult SharePoint Autobackup.job&quot; (SharePoint) 2/4/2010 8:48:00 AM ** ERROR **      <br />&#160;&#160;&#160; Unable to start task.       <br />&#160;&#160;&#160; The specific error is:       <br />&#160;&#160;&#160; </font><font face="Lucida Console"><strong>0&#215;80070005: Access is denied.        <br /></strong>&#160;&#160;&#160; Try using the Task page Browse button to locate the application<strong>.</strong></font></p>
<p>Searching Internet led me to Microsoftâ€™s <a href="http://support.microsoft.com/kb/867466" target="_blank">KB article</a> related to this error, however in my case the error was due to the â€˜spaceâ€™ character in the folder path: â€œ<strong>D:\SharePoint Utils\sushi.exe</strong>â€œ. Simply renaming the folder name and modifying the task with correct path resolved this problem.</p>
<p>Hope this information will help someone who has encountered the same problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2010/02/17/0x80070005-access-is-denied-when-scheduling-sushi/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Active X error when opening SharePoint library in DataSheet view</title>
		<link>http://www.bahramov.com/2010/02/10/active-x-error-when-opening-sharepoint-library-in-datasheet-view/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2010/02/10/active-x-error-when-opening-sharepoint-library-in-datasheet-view/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 10:07:36 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[WindowsXP]]></category>
		<category><![CDATA[ActiveX]]></category>
		<category><![CDATA[DataSheet view]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[WSS]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2010/02/10/active-x-error-when-opening-sharepoint-library-in-datasheet-view/</guid>
		<description><![CDATA[
Recently I have received several calls from our users saying that whenever the try to open a document library in DataSheet view the get the following error message:
&#34; The list cannot be displayed in Datasheet view for one or more of the following reasons: A datasheet component compatible with Windows SharePoint Services is not installed, [...]]]></description>
			<content:encoded><![CDATA[<ul>
<p>Recently I have received several calls from our users saying that whenever the try to open a document library in DataSheet view the get the following error message:</p>
<p>&quot; <em><font color="#ff0000">The list cannot be displayed in Datasheet view for one or more of the following reasons: A datasheet component compatible with Windows SharePoint Services is not installed, your browser does not support ActiveX controls, or support for ActiveX controls is disabled.</font></em> &quot; </p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/clip_image001.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="clip_image001"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://www.bahramov.com/wp-content/uploads/2010/02/clip_image001_thumb.png" width="502" height="162" /></a></p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/clip_image002.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="clip_image002"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.bahramov.com/wp-content/uploads/2010/02/clip_image002_thumb.png" width="644" height="130" /></a></p>
<p>All of our office computers have: </p>
<p>- Windows XP SP3</p>
<p>- Microsoft Office 2003 Professional SP3 </p>
<p>- Microsoft Office 2007 Compatibility Pack</p>
<p>Poking around on the Web, I found several solutions for folks who were using Office 2003. Here&#8217;re the most common solutions I found for Office 2003: </p>
</ul>
<p> <span id="more-498"></span>
<ul><strong><font size="2">Solution 1:</font></strong></ul>
<ul>1) Make sure you have a Microsoft Office 2003 <strong><u>Professional</u></strong> edition. Microsoft says: â€œSupport for Windows SharePoint Services list data is available only in Microsoft Office 2003 <strong><u>Professional</u></strong> editions.â€ See the <a href="http://support.microsoft.com/kb/909506" target="_blank">KB909506</a> for more information (<a title="http://support.microsoft.com/kb/909506" href="http://support.microsoft.com/kb/909506" target="_blank">http://support.microsoft.com/kb/909506</a>)</ul>
<ul>2) Make sure that ActiveX support is enabled in Internet Explorer. </ul>
<p>&#160;&#160;&#160; <a href="http://blogs.technet.com/heyscriptingguy/archive/2005/11/14/how-can-i-tell-if-activex-is-enabled-in-internet-explorer.aspx" target="_blank">How Can I Tell if ActiveX is Enabled in Internet Explorer?</a>    <br />&#160;&#160;&#160; <a href="http://www.b2knet.com/" target="_blank">Browser test page</a>    <br />&#160;&#160;&#160; </p>
<p>3) Reset Internet Explorer to itâ€™s default settings:</p>
<p>&#160;&#160;&#160; <a href="http://support.microsoft.com/kb/923737/en-us" target="_blank">How to reset Internet Explorer settings</a>    <br />&#160;&#160;&#160; <a href="http://www.malwarehelp.org/how-to-reset-internet-explorer-6-to.html" target="_blank">Reset Internet Explorer 6 settings</a> or <a href="http://support.uakron.edu/wiki/index.php/Reset_Internet_Explorer_6" target="_blank">here</a>     <br />&#160;&#160;&#160; <a href="http://blogs.msdn.com/ie/archive/2006/06/12/628499.aspx" target="_blank">Reset Internet Explorer 7 settings</a> or <a href="http://windows.microsoft.com/en-GB/windows-vista/Reset-Internet-Explorer-7-settings" target="_blank">here</a>    <br />&#160;&#160;&#160; <a href="http://windows.microsoft.com/en-GB/windows-vista/Reset-Internet-Explorer-8-settings" target="_blank">Reset Internet Explorer 8 settings</a></p>
<p>4) Add your SharePoint site to Trusted Zone.</p>
<p>2) Run â€œDetect and Repairâ€ tool. (See <a title="http://support.microsoft.com/kb/821593" href="http://support.microsoft.com/kb/821593">http://support.microsoft.com/kb/821593</a> or <a title="http://office.microsoft.com/en-us/help/HA010548851033.aspx" href="http://office.microsoft.com/en-us/help/HA010548851033.aspx">http://office.microsoft.com/en-us/help/HA010548851033.aspx</a> for more information)</p>
<ul><strong><font size="2">Solution 2:</font> </strong></ul>
<ol>
<li>Close Internet Explorer </li>
<li>Go to Start =&gt; Run =&gt; &quot;regedit&quot; </li>
<li>Navigate to the following key and delete it:     <br />&#160;&#160;&#160; <strong><font face="Courier New">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility</font></strong></li>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Sub-Key: <font face="Courier New"><strong>{65bcbee4-7728-41a0-97be-14e1cae36aae}</strong></font></p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/clip_image0031.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="clip_image003"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://www.bahramov.com/wp-content/uploads/2010/02/clip_image003_thumb1.png" width="640" height="225" /></a></p>
<li>Re-register Microsoft Office List DataSheet Component (STSLIST.DLL and STSLISTI.DLL):&#160; <br /><strong>Start</strong> =&gt; <strong>Run</strong> =&gt;       <br /><font face="Courier New">regsvr32.exe &quot;%PROGRAMFILES%\Microsoft Office\OFFICE11\STSLIST.DLL&quot;</font> =&gt; OK      <br /><strong>Start</strong> =&gt; <strong>Run</strong> =&gt;       <br /><font face="Courier New">regsvr32.exe &quot;%PROGRAMFILES%\Microsoft Office\OFFICE11\1040\STSLISTI.DLL&quot;</font> =&gt; OK      </li>
<p>   <strong><font size="2">Solution 3:</font></strong></ol>
<p>1. Completely uninstall any Office 2007 products using â€˜Add or Remove Programsâ€™ if you have any.</p>
<p>2. Uninstall Microsoft Office 2003 (fix or repair options are not likely to help out here)</p>
<p>3. Install Microsoft Office 2003 Professional. Select a Custom install and <u>make sure Windows SharePoint Services Support is installed with Office 2003</u>.</p>
<ol>
<p>3. Reinstall your Office 2007 products by running a custom installation with Windows SharePoint Services Support <strong><u>not</u></strong> being installed.</p>
<p><a href="http://blogs.sharepointhosting.com/Lists/Posts/Post.aspx?List=399ed944-72d2-4932-bc13-de0586abf2d1&amp;ID=81" target="_blank">This link</a> might help you to resolve the problem if you have <strong><u>Microsoft Office 2007</u></strong>.</p>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2010/02/10/active-x-error-when-opening-sharepoint-library-in-datasheet-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error opening a page in SharePoint Designer 2007</title>
		<link>http://www.bahramov.com/2009/04/09/sharepoint-designer-2007-a-web-part-or-web-form-control-on-this-web-part-page-cannot-be-displayed-or-imported-because-it-is-not-registered-as-safe-on-this-site/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2009/04/09/sharepoint-designer-2007-a-web-part-or-web-form-control-on-this-web-part-page-cannot-be-displayed-or-imported-because-it-is-not-registered-as-safe-on-this-site/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 08:41:58 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Designer 2007]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2009/04/09/sharepoint-designer-2007-a-web-part-or-web-form-control-on-this-web-part-page-cannot-be-displayed-or-imported-because-it-is-not-registered-as-safe-on-this-site/</guid>
		<description><![CDATA[Today, I&#8217;ve encountered the following error when trying to open default.aspx page in SharePoint Designer 2007.
soap:ServerServer was unable to process request. &#8212;&#62; A Web Part or Web Form Control on this Web Part Page cannot be displayed or imported because it is not registered as safe on this site. You may not be able to [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I&#8217;ve encountered the following error when trying to open default.aspx page in SharePoint Designer 2007.</p>
<blockquote><p>soap:ServerServer was unable to process request. &#8212;&gt; A Web Part or Web Form Control on this Web Part Page cannot be displayed or imported because it is not registered as safe on this site. You may not be able to open this page in an HTML editor that is compatible with Microsoft Windows SharePoint Services, such as Microsoft Office SharePoint Designer. To fix this page, contact the site administrator to have the Web Part or Web Form Control configured as safe. You can also remove the Web Part or Web Form Control from the page by using the Web Parts Maintenance Page. If you have the necessary permissions, you can use this page to disable Web Parts temporarily or remove personal settings. For more information, contact your site administrator.</p></blockquote>
<p><span id="more-276"></span></p>
<p>Here&#8217;s the solution that helped me to solve the issue. Original article is found <a href="http://blogcoward.com/archive/2009/03/29/Sharepoint-Designer-2007-A-Web-Part-or-Web-Form-Control.aspx" target="_blank">here</a>.</p>
<p>Under the account of a user that has rights (usually the admin account), go to the URL and add <code><strong>"</strong><strong>contents=1"</strong></code> to it.  This will list all web parts that have been added at any particular point.</p>
<p>If you have a web part that you added at one point and deleted it through the URL, it still â€˜existsâ€™ and so if it wasnâ€™t a safe part, or is no longer listed in the <strong>web.config</strong> as a safe part, it will be listed as an â€˜Errorâ€™ web part.  Select it/them and delete them, and then you should be able to open the page in SharePoint Designer as expected.</p>
<p>For example, if you try to open the page like this: <a href="http://somehost/default.aspx?contents=1">http://somehost/default.aspx?contents=1</a> or like this <a href="http://somehost/?contents=1">http://somehost/?contents=1</a> you will see the â€œWeb Part Page Maintenance: defaultâ€ and the list of currently loaded Web Parts. Check the list of Web Parts for an Error Web Part and delete it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2009/04/09/sharepoint-designer-2007-a-web-part-or-web-form-control-on-this-web-part-page-cannot-be-displayed-or-imported-because-it-is-not-registered-as-safe-on-this-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft SharePoint Designer 2007 is FREE!</title>
		<link>http://www.bahramov.com/2009/04/05/microsoft-sharepoint-designer-2007-is-free/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2009/04/05/microsoft-sharepoint-designer-2007-is-free/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 19:18:44 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Designer 2007]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2009/04/05/microsoft-sharepoint-designer-2007-is-free/</guid>
		<description><![CDATA[ Excellent news for SharePoint developers! Starting from April 2, 2009 SharePoint Designer 2007 is available as a FREE download!
You can find a lot more information in The SharePoint Designer Team site including:
a) Letter to our Customers    b) Frequently Asked Questions    c) Free Download
Also, make sure to watch this [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bahramov.com/wp-content/uploads/2009/04/spd2007.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="spd2007"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="spd2007" border="0" alt="spd2007" align="left" src="http://www.bahramov.com/wp-content/uploads/2009/04/spd2007-thumb.jpg" width="175" height="202" /></a> Excellent news for SharePoint developers! Starting from April 2, 2009 SharePoint Designer 2007 is available as a <strong><font color="#ff0000">FREE</font></strong> download!</p>
<p>You can find a lot more information in <a href="http://www.microsoft.com/spd">The SharePoint Designer Team site</a> including:</p>
<p>a) <a href="http://office.microsoft.com/search/redir.aspx?AssetID=HA103607611033&amp;Origin=HH103607651033&amp;CTT=5">Letter to our Customers</a>    <br />b) <a href="http://office.microsoft.com/search/redir.aspx?AssetID=HA103607621033&amp;Origin=HH103607651033&amp;CTT=5">Frequently Asked Questions</a>    <br />c) <a href="http://office.microsoft.com/search/redir.aspx?AssetID=XT103616701033&amp;Origin=HH103607651033&amp;CTT=5">Free Download</a></p>
<p>Also, make sure to watch this video where Tom Rizzo and J.R. Arredondo discuss these changes and provide some insights into what is coming in the future (pick the appropriate version for your bandwidth).</p>
<p> <span id="more-239"></span>
<p>Â· <a href="http://download.microsoft.com/download/A/8/D/A8D7704C-079D-418F-B0E8-FAF80F9C79CC/Tom_Rizzo_Interview_116k.wmv" rel="shadowbox[sbpost-239];width=640;height=385;">Small size video</a> (6MB)    <br />Â· <a href="http://download.microsoft.com/download/A/8/D/A8D7704C-079D-418F-B0E8-FAF80F9C79CC/Tom_Rizzo_Interview_300k.wmv" rel="shadowbox[sbpost-239];width=640;height=385;">Medium size video</a> (17 MB)    <br />Â· <a href="http://download.microsoft.com/download/A/8/D/A8D7704C-079D-418F-B0E8-FAF80F9C79CC/Tom_Rizzo_Interview_1500k.wmv" rel="shadowbox[sbpost-239];width=640;height=385;">Large size video</a> (83 MB)</p>
<p>Others who downloaded <b>SharePoint Designer 2007</b> also downloaded: </p>
<ol>
<li><a href="http://www.microsoft.com/downloads/info.aspx?na=47&amp;p=1&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=baa3ad86-bfc1-4bd4-9812-d9e710d44f42&amp;u=details.aspx%3ffamilyid%3dB57C805D-2821-4625-A6F1-80725267F887%26displaylang%3den">Microsoft Office SharePoint Designer 2007 Service Pack 1 (SP1)</a> </li>
<li><a href="http://www.microsoft.com/downloads/info.aspx?na=47&amp;p=2&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=baa3ad86-bfc1-4bd4-9812-d9e710d44f42&amp;u=details.aspx%3ffamilyid%3d5B10F061-41D4-48CE-85CB-01D46772240D%26displaylang%3den">Office SharePoint Designer 2007 Training Standalone Edition</a> </li>
<li><a href="http://www.microsoft.com/downloads/info.aspx?na=47&amp;p=3&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=baa3ad86-bfc1-4bd4-9812-d9e710d44f42&amp;u=details.aspx%3ffamilyid%3d5807B5EF-57A1-47CB-8666-78C1363F127D%26displaylang%3den">Windows SharePoint Services 3.0 Application Templates: All Templates</a> </li>
<li><a href="http://www.microsoft.com/downloads/info.aspx?na=47&amp;p=4&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=baa3ad86-bfc1-4bd4-9812-d9e710d44f42&amp;u=details.aspx%3ffamilyid%3d7C05CA44-869A-463B-84D7-57B053711A96%26displaylang%3den">Windows SharePoint Services 3.0 Sample: Example Master Pages</a> </li>
<li><a href="http://www.microsoft.com/downloads/info.aspx?na=47&amp;p=5&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=baa3ad86-bfc1-4bd4-9812-d9e710d44f42&amp;u=details.aspx%3ffamilyid%3d7BF65B28-06E2-4E87-9BAD-086E32185E68%26displaylang%3den">Windows SharePoint Services 3.0 Tools: Visual Studio 2008 Extensions, Version 1.2</a> </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2009/04/05/microsoft-sharepoint-designer-2007-is-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://download.microsoft.com/download/A/8/D/A8D7704C-079D-418F-B0E8-FAF80F9C79CC/Tom_Rizzo_Interview_116k.wmv" length="6316937" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/A/8/D/A8D7704C-079D-418F-B0E8-FAF80F9C79CC/Tom_Rizzo_Interview_300k.wmv" length="17214505" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/A/8/D/A8D7704C-079D-418F-B0E8-FAF80F9C79CC/Tom_Rizzo_Interview_1500k.wmv" length="84917743" type="video/x-ms-wmv" />
		</item>
	</channel>
</rss>

