<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>wspbuilder Forum Rss Feed</title><link>http://www.codeplex.com/wspbuilder/Thread/List.aspx</link><description>wspbuilder Forum Rss Description</description><item><title>New Post: Visual Studio 2010</title><link>http://wspbuilder.codeplex.com/Thread/View.aspx?ThreadId=73530</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Based on advice from Bj&amp;oslash;rn Furuknap (@furuknap, &lt;a href="http://furuknap.blogspot.com/2009/11/using-wspbuilder-for-sharepoint-2010.html"&gt;http://furuknap.blogspot.com/2009/11/using-wspbuilder-for-sharepoint-2010.html&lt;/a&gt;) I was able to deploy to SP 2010 a rather complex WSPBuilder-based SharePoint solution that I first recompiled in VS 2010.&lt;/p&gt;
&lt;p&gt;Steps were:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Download the commandline version, with the x64 cablib dll&lt;/li&gt;
&lt;li&gt;Upgrade your VS 2008/2005 solution to VS 2010&lt;/li&gt;
&lt;li&gt;Replace your 12 references with their 14 equivalents - most will be found in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\ISAPI&lt;/li&gt;
&lt;li&gt;Compile your VS solution - this SHOULD work&lt;/li&gt;
&lt;li&gt;Use the wspbuilder command line tool to create, but not deploy your wsp (use wspbuilder -help for instructions)&lt;/li&gt;
&lt;li&gt;Use stsadm -o addsolution -filename &amp;lt;yourwsp&amp;gt; to deploy the solution&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>austegard</author><pubDate>Tue, 17 Nov 2009 20:11:34 GMT</pubDate><guid isPermaLink="false">New Post: Visual Studio 2010 20091117081134P</guid></item><item><title>New Post: Accessing Resources from User Controls</title><link>http://wspbuilder.codeplex.com/Thread/View.aspx?ThreadId=75064</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm trying to create a web part that includes a user control that needs access to a couple images and a CSS file for formatting. I used &lt;a href="http://oidatsmyleg.wordpress.com/2009/07/23/wrap-a-user-control-inside-a-web-part-using-wspbuilder/"&gt;these&lt;/a&gt; instructions to configure WSPBuilder to allow me to build the user control, and read &lt;a href="http://www.sharepointbriefing.com/features/article.php/52321_3837501_1/Managing-Resources-in-a-Custom-Web-Part.htm"&gt;this article&lt;/a&gt; about including resources for my web part. However, trying to access the resources from the wrapped user control is causing some errors. If the resources are embedded and the Page.ClientScript.GetWebResourceUrl() method is used from the user control, the WebResource.axd URL is returned, neither the images nor the CSS file actually loads. If I try using a linked resource, and accessing it with the SPWebPartManager.GetClassResourcePath() method, I get an error stating &amp;quot;A Web Part or Web Form Control on this Page cannot be displayed or imported. The type is not registered as safe.&amp;quot;&lt;/p&gt;
&lt;p&gt;As a workaround, I can create properties in my User Control to store the appropriate URLs, then from the web part class that calls Page.LoadControl(), I can execute the above methods successfully, and pass the returned results to the User Control.&lt;/p&gt;
&lt;p&gt;Is this the appropriate path to take, or is there some configuration issue that I've missed?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Evan&lt;/p&gt;&lt;/div&gt;</description><author>emorgoch</author><pubDate>Fri, 13 Nov 2009 18:59:07 GMT</pubDate><guid isPermaLink="false">New Post: Accessing Resources from User Controls 20091113065907P</guid></item><item><title>New Post: Linked Files Issue</title><link>http://wspbuilder.codeplex.com/Thread/View.aspx?ThreadId=74703</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Its not possible to use Linked file in Visual Studio for WSPBuilder. The reason for this is that WSPBuilder do not read the Visual Studio .csproj file, but only the folder struture and the files within them. Therefore WSPBuilder will not build the files that are linked files, you have to copy the files in order to get them build.&lt;/p&gt;&lt;/div&gt;</description><author>keutmann</author><pubDate>Thu, 12 Nov 2009 12:54:22 GMT</pubDate><guid isPermaLink="false">New Post: Linked Files Issue 20091112125422P</guid></item><item><title>New Post: Linked Files Issue</title><link>http://wspbuilder.codeplex.com/Thread/View.aspx?ThreadId=74703</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;When you add linked files under some folder(like the GAC) in visual studio the wsp builder project they will be ignored and will not be packaged with the generated wsp.&lt;/p&gt;
&lt;p&gt;Note that i am talking about linked files and not actual files. I need to use linked files because my webparts are created in a different project than the one used to generate the wsp and i don't need to keep copying them when they are updated.&lt;/p&gt;
&lt;p&gt;Hope there is a solution for this problem.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;&lt;/div&gt;</description><author>AliZaiter</author><pubDate>Tue, 10 Nov 2009 20:21:24 GMT</pubDate><guid isPermaLink="false">New Post: Linked Files Issue 20091110082124P</guid></item><item><title>New Post: How to include dlls of library projects in wsp?</title><link>http://wspbuilder.codeplex.com/Thread/View.aspx?ThreadId=71377</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This exact problem, I also encountered. It is because assemblies already in the GAC are not copied to the output directory by Visual Studio.&lt;/p&gt;
&lt;p&gt;One possible solution is to create a post build script, which copies the required the assemblies to the directory WSPBuilder looks in.&lt;/p&gt;
&lt;p&gt;Good luck!&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>JTummers</author><pubDate>Tue, 10 Nov 2009 14:33:00 GMT</pubDate><guid isPermaLink="false">New Post: How to include dlls of library projects in wsp? 20091110023300P</guid></item><item><title>New Post: Visual Studio 2010</title><link>http://wspbuilder.codeplex.com/Thread/View.aspx?ThreadId=73530</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thank you for looking out for the poor souls that will be a whilestill developing on SP2007.&lt;/p&gt;
&lt;p&gt;I am currently looking to upgrade to SP2010 but I relly too much on the WSP builder extensions during the development that I can't leave withouth it.&lt;/p&gt;
&lt;p&gt;Please let us know if you need any help&lt;/p&gt;&lt;/div&gt;</description><author>fmuntean</author><pubDate>Thu, 05 Nov 2009 21:11:59 GMT</pubDate><guid isPermaLink="false">New Post: Visual Studio 2010 20091105091159P</guid></item><item><title>New Post: Strong name key file</title><link>http://wspbuilder.codeplex.com/Thread/View.aspx?ThreadId=73121</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Agreed, I know I can change it after the fact.&lt;/p&gt;
&lt;p&gt;What I was hoping for was a way to tell WSPBuilder to use an existing .snk file when creating the initial project, thus saving the steps of having to remove the one it creates and add in the one I want to use.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><author>dmccollough</author><pubDate>Wed, 04 Nov 2009 14:34:40 GMT</pubDate><guid isPermaLink="false">New Post: Strong name key file 20091104023440P</guid></item><item><title>New Post: Why is cablib.dll deployed to GAC?</title><link>http://wspbuilder.codeplex.com/Thread/View.aspx?ThreadId=72833</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;You have to make sure that CABLIB.DLL is not located under Bin / GAC or 80 folders. Then it will not be included.&lt;/p&gt;&lt;/div&gt;</description><author>keutmann</author><pubDate>Wed, 04 Nov 2009 07:11:55 GMT</pubDate><guid isPermaLink="false">New Post: Why is cablib.dll deployed to GAC? 20091104071155A</guid></item><item><title>New Post: Change the scope value </title><link>http://wspbuilder.codeplex.com/Thread/View.aspx?ThreadId=72898</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;The scope your are talking about is located in the WebPart's feature.xml file and can be changed easily.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>keutmann</author><pubDate>Wed, 04 Nov 2009 07:10:16 GMT</pubDate><guid isPermaLink="false">New Post: Change the scope value  20091104071016A</guid></item><item><title>New Post: Strong name key file</title><link>http://wspbuilder.codeplex.com/Thread/View.aspx?ThreadId=73121</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;You can change the&amp;nbsp;strong name key for every project in Visual Studio, just look in the Signing tab of the properties for your Visual Studio project.&lt;/p&gt;&lt;/div&gt;</description><author>keutmann</author><pubDate>Wed, 04 Nov 2009 07:07:17 GMT</pubDate><guid isPermaLink="false">New Post: Strong name key file 20091104070717A</guid></item><item><title>New Post: Visual Studio 2010</title><link>http://wspbuilder.codeplex.com/Thread/View.aspx?ThreadId=73530</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I currently working on a WSPBuilder for SharePoint 2010. Then I'll look at enabling WSPBuilder Extensions for Visual Studio 2010.&lt;/p&gt;&lt;/div&gt;</description><author>keutmann</author><pubDate>Wed, 04 Nov 2009 07:03:49 GMT</pubDate><guid isPermaLink="false">New Post: Visual Studio 2010 20091104070349A</guid></item><item><title>New Post: VS 2008 Extensions doesn`t appears on right click.</title><link>http://wspbuilder.codeplex.com/Thread/View.aspx?ThreadId=41259</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi i have both vs2005 and vs2008 the context menu for WSPBuilder appears in vs2005 but not in vs2008&amp;nbsp; even in&amp;nbsp; tools-&amp;gt;add in manager i cannot find anything. well i sucessfuly created the wspbulkder project. Can any one tell me whats wrong .&lt;/p&gt;&lt;/div&gt;</description><author>sulabh</author><pubDate>Sun, 01 Nov 2009 12:19:48 GMT</pubDate><guid isPermaLink="false">New Post: VS 2008 Extensions doesn`t appears on right click. 20091101121948P</guid></item><item><title>New Post: Visual Studio 2010</title><link>http://wspbuilder.codeplex.com/Thread/View.aspx?ThreadId=73530</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Has anyone gotten WSPBuilder working with Visual Studio 2010?&lt;/p&gt;
&lt;p&gt;If so, please help out a poor soul and post the steps that it took to do this.&lt;/p&gt;
&lt;p&gt;I've googled my brains out and all I could find was &lt;a href="http://wspbuilder.codeplex.com/Thread/View.aspx?ThreadId=62447"&gt;this post&lt;/a&gt;. I've extracted every scrap of useful information I can out of that post, but all it can offer is a few out-of-context snippets of information that don't tie into a coherent story.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>mattblodgett</author><pubDate>Thu, 29 Oct 2009 19:10:54 GMT</pubDate><guid isPermaLink="false">New Post: Visual Studio 2010 20091029071054P</guid></item><item><title>New Post: Strong name key file</title><link>http://wspbuilder.codeplex.com/Thread/View.aspx?ThreadId=73121</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Is there a way to make WSPBuilder always use the same Strong name key file (.snk)&amp;nbsp; ?&lt;/p&gt;
&lt;p&gt;Currently when I create a new WSPBuilder project it generates a new one, can't I just use one for all of my projects ?&lt;/p&gt;&lt;/div&gt;</description><author>dmccollough</author><pubDate>Mon, 26 Oct 2009 16:31:02 GMT</pubDate><guid isPermaLink="false">New Post: Strong name key file 20091026043102P</guid></item><item><title>New Post: Change the scope value </title><link>http://wspbuilder.codeplex.com/Thread/View.aspx?ThreadId=72898</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;i am just new to wspbuilder and i am wondering if it is possible to change scope afterwards, because i have downloaded sourcecode of some projects here at codeplex and they were not displayed in my sharepoint. I know that you have to set the scope value to &amp;quot;Site&amp;quot; in order to display the webpart in the gallery and s.o. (had some issues before and started a new project when i was developing my own webparts and never found an option to change the scope).&lt;/p&gt;
&lt;p&gt;I have imported the project into my VS and it already has the right structure to use with WSPBuilder, the way i see it, i only have to set the right scope and i am ready to go.&lt;/p&gt;
&lt;p&gt;Any ideas/solutiions?&lt;/p&gt;
&lt;p&gt;regards pascal&lt;/p&gt;&lt;/div&gt;</description><author>lightzout</author><pubDate>Fri, 23 Oct 2009 13:53:43 GMT</pubDate><guid isPermaLink="false">New Post: Change the scope value  20091023015343P</guid></item><item><title>New Post: Why is cablib.dll deployed to GAC?</title><link>http://wspbuilder.codeplex.com/Thread/View.aspx?ThreadId=72833</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;After I ran the build and openned the manifest.xml in WSP, I saw next.&lt;/p&gt;
&lt;p&gt;I am wondering why the &lt;span style="color:#ff0000"&gt;&amp;lt;Assembly Location=&amp;quot;&lt;strong&gt;cablib.dll&lt;/strong&gt;&amp;quot; DeploymentTarget=&amp;quot;&lt;strong&gt;GlobalAssemblyCache&lt;/strong&gt;&amp;quot; /&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; ?&amp;gt;&lt;/p&gt;
&lt;div&gt;&lt;a style="visibility:hidden"&gt;-&lt;/a&gt; &amp;lt;!-- &lt;span id=clean&gt;
&lt;pre&gt; Solution created by WSPBuilder. 10/22/2009 2:04:29 PM  &lt;/pre&gt;
&lt;/span&gt;&amp;nbsp; --&amp;gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style="text-indent:-2em;margin-left:1em"&gt;&lt;a href="http://wspbuilder.codeplex.com/Thread/#"&gt;-&lt;/a&gt; &amp;lt;Solution SolutionId=&amp;quot;&lt;strong&gt;84556a87-8b42-416a-93e7-655273307f3e&lt;/strong&gt;&amp;quot; xmlns=&amp;quot;&lt;strong&gt;http://schemas.microsoft.com/sharepoint/&lt;/strong&gt;&amp;quot;&amp;gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style="text-indent:-2em;margin-left:1em"&gt;&lt;a href="http://wspbuilder.codeplex.com/Thread/#"&gt;-&lt;/a&gt; &amp;lt;Assemblies&amp;gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style="text-indent:-2em;margin-left:1em"&gt;&lt;a href="http://wspbuilder.codeplex.com/Thread/#"&gt;-&lt;/a&gt; &amp;lt;Assembly Location=&amp;quot;&lt;strong&gt;SPGuidField.dll&lt;/strong&gt;&amp;quot; DeploymentTarget=&amp;quot;&lt;strong&gt;GlobalAssemblyCache&lt;/strong&gt;&amp;quot;&amp;gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style="text-indent:-2em;margin-left:1em"&gt;&lt;a href="http://wspbuilder.codeplex.com/Thread/#"&gt;-&lt;/a&gt; &amp;lt;SafeControls&amp;gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style="text-indent:-2em;margin-left:1em"&gt;&amp;nbsp; &amp;lt;SafeControl Assembly=&amp;quot;&lt;strong&gt;SPGuidField, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cdb64ed5b2b26d43&lt;/strong&gt;&amp;quot; Namespace=&amp;quot;&lt;strong&gt;SPGuidField&lt;/strong&gt;&amp;quot; TypeName=&amp;quot;&lt;strong&gt;*&lt;/strong&gt;&amp;quot; Safe=&amp;quot;&lt;strong&gt;True&lt;/strong&gt;&amp;quot; /&amp;gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;lt;/SafeControls&amp;gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;lt;/Assembly&amp;gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style="text-indent:-2em;margin-left:1em"&gt;&amp;nbsp; &lt;span style="color:#ff0000"&gt;&amp;lt;Assembly Location=&amp;quot;&lt;strong&gt;cablib.dll&lt;/strong&gt;&amp;quot; DeploymentTarget=&amp;quot;&lt;strong&gt;GlobalAssemblyCache&lt;/strong&gt;&amp;quot; /&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;lt;/Assemblies&amp;gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style="text-indent:-2em;margin-left:1em"&gt;&lt;a href="http://wspbuilder.codeplex.com/Thread/#"&gt;-&lt;/a&gt; &amp;lt;TemplateFiles&amp;gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style="text-indent:-2em;margin-left:1em"&gt;&amp;nbsp; &amp;lt;TemplateFile Location=&amp;quot;&lt;strong&gt;CONTROLTEMPLATES\GuidFieldFieldEditor.ascx&lt;/strong&gt;&amp;quot; /&amp;gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style="text-indent:-2em;margin-left:1em"&gt;&amp;nbsp; &amp;lt;TemplateFile Location=&amp;quot;&lt;strong&gt;XML\fldtypes_GuidField.xml&lt;/strong&gt;&amp;quot; /&amp;gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;lt;/TemplateFiles&amp;gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style="text-indent:-2em;margin-left:1em"&gt;&lt;a href="http://wspbuilder.codeplex.com/Thread/#"&gt;-&lt;/a&gt; &amp;lt;FeatureManifests&amp;gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style="text-indent:-2em;margin-left:1em"&gt;&amp;nbsp; &amp;lt;FeatureManifest Location=&amp;quot;&lt;strong&gt;WebPartFeature1\feature.xml&lt;/strong&gt;&amp;quot; /&amp;gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;lt;/FeatureManifests&amp;gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;lt;/Solution&amp;gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;</description><author>ethandeng</author><pubDate>Thu, 22 Oct 2009 21:26:59 GMT</pubDate><guid isPermaLink="false">New Post: Why is cablib.dll deployed to GAC? 20091022092659P</guid></item><item><title>New Post: Missing public key Token</title><link>http://wspbuilder.codeplex.com/Thread/View.aspx?ThreadId=20961</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;That's great but rather then delete it duirng post-build, can we not just delete it altogether?&lt;/p&gt;
&lt;p&gt;I have a project which to date had been building the WSP with no problem. On the last build I noticed that the file size was a lot larger than it needed to be because this DLL had been added. I'm not referencing it and don't ever recall adding it manually. It can't be pulling it from the GAC because I'm&amp;nbsp;developing locally on my XP box and the DLL does not exist in the GAC!&lt;/p&gt;
&lt;p&gt;Only possible I can think is that another developer workign directly on one of the MOSS servers inadvertently had it added to the project and then blindly committed it to SVN.&lt;/p&gt;&lt;/div&gt;</description><author>panoone</author><pubDate>Wed, 21 Oct 2009 21:58:51 GMT</pubDate><guid isPermaLink="false">New Post: Missing public key Token 20091021095851P</guid></item><item><title>New Post: WSPBuilder Not Showing Up in VS</title><link>http://wspbuilder.codeplex.com/Thread/View.aspx?ThreadId=64345</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;go to tools-&amp;gt;add in manager and check 'wspbuilder'&lt;/p&gt;&lt;/div&gt;</description><author>swruiz</author><pubDate>Tue, 20 Oct 2009 20:37:31 GMT</pubDate><guid isPermaLink="false">New Post: WSPBuilder Not Showing Up in VS 20091020083731P</guid></item><item><title>New Post: VS 2008 Extensions doesn`t appears on right click.</title><link>http://wspbuilder.codeplex.com/Thread/View.aspx?ThreadId=41259</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;go to tools-&amp;gt;add in manager and check 'wspbuilder'&lt;/p&gt;&lt;/div&gt;</description><author>swruiz</author><pubDate>Tue, 20 Oct 2009 20:36:15 GMT</pubDate><guid isPermaLink="false">New Post: VS 2008 Extensions doesn`t appears on right click. 20091020083615P</guid></item><item><title>New Post: how to deploy workflow using WSPBuilder</title><link>http://wspbuilder.codeplex.com/Thread/View.aspx?ThreadId=72546</link><description>&lt;div style="line-height: normal;"&gt;&lt;div id="ctl00_ctl00_MasterContent_Content_PostRepeater_ctl00_BodyDiv"&gt;
&lt;p&gt;I created a workflow using vs.net 2008 in development environment. I successfully deployed it to the SharePoint using WSPBuilder-Studio menu &amp;ldquo;Deploy&amp;rdquo;, it works great! &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Now&amp;nbsp;I want to deploy this workflow into production. Could someone help me to point out the instruction how to do it for production environment?&amp;nbsp;Could you please advice on how to create a deployment package for a workflow&amp;nbsp;that can be deployed in remote SharePoint server?&lt;/p&gt;
&lt;p&gt;Thnaks in advance,&lt;/p&gt;
&lt;p&gt;Peter&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;</description><author>pxw</author><pubDate>Tue, 20 Oct 2009 14:52:11 GMT</pubDate><guid isPermaLink="false">New Post: how to deploy workflow using WSPBuilder 20091020025211P</guid></item></channel></rss>