<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>SharePoint Visual Studio Project Templates</title><link>http://www.codeplex.com/sptemplateland/Project/ProjectRss.aspx</link><description>A project to maintain a set of Visual Studio project templates which assist in the creation of WSS v3 &amp;#47; MOSS solution deployment packages.      </description><item><title>New Post: issue with CreateCabDDF.vbs</title><link>http://www.codeplex.com/sptemplateland/Thread/View.aspx?ThreadId=36872</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br&gt;
&lt;br&gt;
just wanted to let you know that the following bit of script in CreateCabDDF.vbs is causing problems when you have sub folders inside a&amp;nbsp;feature folder, as the condition will&amp;nbsp;unwantedly evaluate to true for each level below a feature folder.&lt;br&gt;
&lt;br&gt;
if (sRelativePath &amp;lt;&amp;gt; &amp;quot;&amp;quot; and InStr(1, sFolder, &amp;quot;FEATURES&amp;quot;) &amp;gt; 0) then&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sRelativePath = &amp;quot;FEATURES\&amp;quot; + sRelativePath&lt;br&gt;
end if&lt;br&gt;
&lt;br&gt;
I have modified my version to fix this problem:&lt;br&gt;
&lt;br&gt;
if (sRelativePath &amp;lt;&amp;gt; &amp;quot;&amp;quot; and InStr(1, sFolder, &amp;quot;FEATURES&amp;quot;) &amp;gt; 0 and InStr(1, sRelativePath, &amp;quot;FEATURES\&amp;quot;) &amp;lt; 1) then&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sRelativePath = &amp;quot;FEATURES\&amp;quot; + sRelativePath&lt;br&gt;
end if&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
&lt;br&gt;
Jaap Vossers
&lt;/div&gt;</description><author>jvossers</author><pubDate>Thu, 02 Oct 2008 09:07:31 GMT</pubDate><guid isPermaLink="false">New Post: issue with CreateCabDDF.vbs 20081002090731A</guid></item><item><title>Created Issue: Error: Cannot find this file specified in the manifest file</title><link>http://www.codeplex.com/sptemplateland/WorkItem/View.aspx?WorkItemId=6387</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I have this error when adding the solution to my server &amp;#40;&amp;#34;&amp;#37;STSADM&amp;#37; -o addsolution -filename &amp;#37;PackageFile&amp;#37;&amp;#34;&amp;#41;&lt;br /&gt;&lt;br /&gt;What is special in my project&amp;#63; A subfolder in the directory &amp;#34;Template&amp;#47;Features&amp;#47;MyFeature&amp;#34;. This is my tree files &amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#34;Template&amp;#47;Features&amp;#47;MyFeature&amp;#47;feature.xml&amp;#34;&lt;br /&gt;&amp;#34;Template&amp;#47;Features&amp;#47;MyFeature&amp;#47;Columns&amp;#47;MyColumns.xml&amp;#34;&lt;br /&gt;&amp;#34;Template&amp;#47;Features&amp;#47;MyFeature&amp;#47;ContentTypes&amp;#47;MyContentTypes.xml&amp;#34;&lt;br /&gt;&lt;br /&gt;The error message is &amp;#34;Error&amp;#58; Cannot find this file specified in the manifest file &amp;#58; Template&amp;#47;Features&amp;#47;MyFeature&amp;#47;Columns&amp;#47;MyColumns.xml&amp;#34;&lt;br /&gt;MySolution.wsp&amp;#58; The Solution installation failed.&lt;br /&gt;&lt;br /&gt;Anyone can help me&amp;#63;&lt;br /&gt;</description><author>fdobon</author><pubDate>Wed, 18 Jun 2008 16:41:37 GMT</pubDate><guid isPermaLink="false">Created Issue: Error: Cannot find this file specified in the manifest file 20080618044137P</guid></item><item><title>CREATED ISSUE: copy of dlls</title><link>http://www.codeplex.com/sptemplateland/WorkItem/View.aspx?WorkItemId=2676</link><description>I suggest that the following code are added in post-built event before manifest and dff are build.&lt;br/&gt;&lt;br/&gt;copy "$(ProjectDir)\bin\debug\$(ProjectName).dll" "$(ProjectDir)\DLLS\GAC\$(ProjectName).dll" /y&lt;br/&gt;</description><author>frien</author><pubDate>Thu, 28 Jun 2007 08:56:12 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: copy of dlls 20070628085612A</guid></item><item><title>CREATED ISSUE: Source control items</title><link>http://www.codeplex.com/sptemplateland/WorkItem/View.aspx?WorkItemId=2675</link><description>I suggest that source save items are excluded in the CreateCabDDF and CreateManifest files.&lt;br/&gt;&lt;br/&gt;That is all .scc files and what the files are called in TFS&lt;br/&gt;</description><author>frien</author><pubDate>Thu, 28 Jun 2007 08:51:18 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Source control items 20070628085118A</guid></item><item><title>NEW POST: wspbuilder or this template</title><link>http://www.codeplex.com/sptemplateland/Thread/View.aspx?ThreadId=11179</link><description>&lt;div class="wikidoc"&gt;
This is regarding this template.&lt;br /&gt;I have found one more tool on codeplex called wspbuilder(http://www.codeplex.com/wspbuilder#CommentsAnchor)&lt;br /&gt;which do similiar things as visual studio project template. Although vs project&lt;br /&gt;template is a template ,but the end result of both tools seems to be the same.&lt;br /&gt;What is your recommmendation about which one to use.&lt;br /&gt;
&lt;/div&gt;</description><author>rajiv13579</author><pubDate>Fri, 08 Jun 2007 11:17:38 GMT</pubDate><guid isPermaLink="false">NEW POST: wspbuilder or this template 20070608111738A</guid></item><item><title>NEW POST: Nice work...</title><link>http://www.codeplex.com/sptemplateland/Thread/View.aspx?ThreadId=10763</link><description>&lt;div class="wikidoc"&gt;
 Thank you for sharing...&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>devrimbaris</author><pubDate>Tue, 29 May 2007 11:04:15 GMT</pubDate><guid isPermaLink="false">NEW POST: Nice work... 20070529110415A</guid></item><item><title>Copying DLLs during post-build: </title><link>http://www.codeplex.com/sptemplateland/Thread/View.aspx?ThreadId=7512</link><description>&lt;div class="wikidoc"&gt;
Thomas,&lt;br /&gt; &lt;br /&gt;It sounds possibly like a timing problem. In the post-build it copies the DLL, but it has finished copying by the time the script is looking for the DLL and so does not get included.&lt;br /&gt; &lt;br /&gt;You might try this at the begining of the ddf script...&lt;br /&gt; &lt;br /&gt;Dim starttime, exittime, x&lt;br /&gt;x = 0&lt;br /&gt;starttime = timer&lt;br /&gt;exittime = starttime + 5&lt;br /&gt;do while timer &amp;lt; exittime&lt;br /&gt;   x= x + 1&lt;br /&gt;loop&lt;br /&gt; &lt;br /&gt;this should give it 5 seconds bore it starts...I haven't tested it, but you get the idea&lt;br /&gt; &lt;br /&gt;Vince&lt;br /&gt;
&lt;/div&gt;</description><author>TheKid</author><pubDate>Thu, 22 Feb 2007 16:39:10 GMT</pubDate><guid isPermaLink="false">Copying DLLs during post-build:  20070222043910P</guid></item><item><title>Copying DLLs during post-build: </title><link>http://www.codeplex.com/sptemplateland/Thread/View.aspx?ThreadId=7512</link><description>&lt;div class="wikidoc"&gt;
Copied message from my blog...&lt;br /&gt; &lt;br /&gt;Hi there, I am trying to use your nice and handy template, but I can’t get it working so that it updates the .dll files in the GAC folder inside the .wsp file. &lt;br /&gt; &lt;br /&gt;I have a number of .cs files added under Controls, and when I build the project the result(a .dll file) is placed in the bin\debug folder. Then in post-build i copy the .dll file to the GAC, but it is newer updated in the .wsp file. If I remove the file and build a new .wsp file, witch does not contain my .dll file, and i afterwards add the .dll again, an the builds the .wsp file again, it is updated inside the .wsp file. Because of that I think it is somthing about overwriting the existing .dll file in the .wsp that fails, but i can’t find out fixing it! &lt;br /&gt; &lt;br /&gt;Please help&lt;br /&gt; &lt;br /&gt;/Thomas&lt;br /&gt;
&lt;/div&gt;</description><author>TheKid</author><pubDate>Thu, 22 Feb 2007 16:38:15 GMT</pubDate><guid isPermaLink="false">Copying DLLs during post-build:  20070222043815P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sptemplateland/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
A project to maintain a set of Visual Studio project templates which assist in the creation of WSS v3 &amp;#47; MOSS solution deployment packages.&amp;#13;&amp;#10;&amp;#13;&amp;#10;
&lt;br /&gt; &lt;br /&gt;Initially based on this template &lt;a href="http://blog.thekid.me.uk/2007/01/10/sharepoint-solution-package-a-vs-2005-project-template-for-solution-deployment/" class="externalLink"&gt;http://blog.thekid.me.uk/2007/01/10/sharepoint-solution-package-a-vs-2005-project-template-for-solution-deployment/&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;To install the template copy the ZIP file to ‘My Documents\Visual Studio 2005\Templates\ProjectTemplates’&lt;br /&gt; &lt;br /&gt;Once your project has been created you are free to modify the scripts &amp;amp; folders as you wish.&lt;br /&gt; &lt;br /&gt;If you do not have any .ASPX files for the _layouts folder then you can remove the LAYOUTS folder from the TEMPLATES folder.&lt;br /&gt; &lt;br /&gt;Equally if you need some images or control templates then simply create a new folder under the TEMPLATES folder for them. They will automatically be added to the manifest.xml, the DDF and ultimately the .WSP file created.&lt;br /&gt; &lt;br /&gt;A sample 'HelloWorld' project  is now available in the releases. Once this solution has been deployed you go to Site Settings -&amp;gt; WebParts -&amp;gt; New and select the HelloWorld webpart from the list. An .ASPX page is also deployed to the _layouts folder.&lt;br /&gt; &lt;br /&gt;The template can be used as either a holding project for all the configuration files and simply builds the WSP package. It can also be used to hold the code (webparts, handlers, etc) for your project. The sample project uses this method for the HelloWorld WebPart.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>TheKid</author><pubDate>Tue, 13 Feb 2007 22:08:03 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070213100803P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sptemplateland/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
A project to maintain a set of Visual Studio project templates which assist in the creation of WSS v3 &amp;#47; MOSS solution deployment packages.&amp;#13;&amp;#10;&amp;#13;&amp;#10;
&lt;br /&gt; &lt;br /&gt;Initially based on this template &lt;a href="http://blog.thekid.me.uk/2007/01/10/sharepoint-solution-package-a-vs-2005-project-template-for-solution-deployment/" class="externalLink"&gt;http://blog.thekid.me.uk/2007/01/10/sharepoint-solution-package-a-vs-2005-project-template-for-solution-deployment/&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;To install the template copy the ZIP file to ‘My Documents\Visual Studio 2005\Templates\ProjectTemplates’&lt;br /&gt; &lt;br /&gt;Once your project has been created you are free to modify the scripts &amp;amp; folders as you wish.&lt;br /&gt; &lt;br /&gt;If you do not have any .ASPX files for the _layouts folder then you can remove the LAYOUTS folder from the TEMPLATES folder.&lt;br /&gt; &lt;br /&gt;Equally if you need some images or control templates then simply create a new folder under the TEMPLATES folder for them. They will automatically be added to the manifest.xml, the DDF and ultimately the .WSP file created.&lt;br /&gt; &lt;br /&gt;A sample 'HelloWorld' project  is now available in the releases.&lt;br /&gt; &lt;br /&gt;The template can be used as either a holding project for all the configuration files and simply builds the WSP package. It can also be used to hold the code (webparts, handlers, etc) for your project. The sample project uses this method for the HelloWorld WebPart.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>TheKid</author><pubDate>Tue, 13 Feb 2007 21:12:21 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070213091221P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sptemplateland/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
A project to maintain a set of Visual Studio project templates which assist in the creation of WSS v3 &amp;#47; MOSS projects and deployments.&amp;#13;&amp;#10;&amp;#13;&amp;#10;
&lt;br /&gt; &lt;br /&gt;Initially based on this template &lt;a href="http://blog.thekid.me.uk/2007/01/10/sharepoint-solution-package-a-vs-2005-project-template-for-solution-deployment/" class="externalLink"&gt;http://blog.thekid.me.uk/2007/01/10/sharepoint-solution-package-a-vs-2005-project-template-for-solution-deployment/&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;To install the template copy the ZIP file to ‘My Documents\Visual Studio 2005\Templates\ProjectTemplates’&lt;br /&gt; &lt;br /&gt;Once the project is created you are free to modify it as you wish.&lt;br /&gt; &lt;br /&gt;If you do not have any .ASPX files for the _layouts folder then you can remove the LAYOUTS folder from the TEMPLATES folder.&lt;br /&gt; &lt;br /&gt;Equally if you need some images or control templates then simply create a new folder under the TEMPLATES folder for them. They will automatically be added to the manifest.xml, the DDF and ultimately the .WSP file created.&lt;br /&gt; &lt;br /&gt;A sample 'HelloWorld' project  is now available in the releases.&lt;br /&gt;
&lt;/div&gt;</description><author>TheKid</author><pubDate>Tue, 13 Feb 2007 21:09:19 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070213090919P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sptemplateland/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
A project to maintain a set of Visual Studio project templates which assist in the creation of WSS v3 &amp;#47; MOSS projects and deployments.&amp;#13;&amp;#10;&amp;#13;&amp;#10;
&lt;br /&gt; &lt;br /&gt;Initially based on this template &lt;a href="http://blog.thekid.me.uk/2007/01/10/sharepoint-solution-package-a-vs-2005-project-template-for-solution-deployment/" class="externalLink"&gt;http://blog.thekid.me.uk/2007/01/10/sharepoint-solution-package-a-vs-2005-project-template-for-solution-deployment/&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Once the project is created you are free to modify it as you wish.&lt;br /&gt; &lt;br /&gt;If you do not have any .ASPX files for the _layouts folder then you can remove the LAYOUTS folder from the TEMPLATES folder.&lt;br /&gt; &lt;br /&gt;Equally if you need some images or control templates then simply create a new folder under the TEMPLATES folder for them. They will automatically be added to the manifest.xml, the DDF and ultimately the .WSP file created.&lt;br /&gt; &lt;br /&gt;A sample 'HelloWorld' project  is now available in the releases.&lt;br /&gt;
&lt;/div&gt;</description><author>TheKid</author><pubDate>Tue, 13 Feb 2007 21:07:32 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070213090732P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sptemplateland/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
A project to maintain a set of Visual Studio project templates which assist in the creation of WSS v3 &amp;#47; MOSS projects and deployments.&amp;#13;&amp;#10;&amp;#13;&amp;#10;
&lt;br /&gt; &lt;br /&gt;Initially based on this template &lt;a href="http://blog.thekid.me.uk/2007/01/10/sharepoint-solution-package-a-vs-2005-project-template-for-solution-deployment/" class="externalLink"&gt;http://blog.thekid.me.uk/2007/01/10/sharepoint-solution-package-a-vs-2005-project-template-for-solution-deployment/&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Once the project is created you are free to modify it as you wish.&lt;br /&gt; &lt;br /&gt;If you do not have any .ASPX files for the _layouts folder then you can remove the LAYOUTS folder from the TEMPLATES folder.&lt;br /&gt; &lt;br /&gt;Equally if you need some images or control templates then simply create a new folder under the TEMPLATES folder for them. They will automatically be added to the manifest.xml, the DDF and ultimately the .WSP file created.&lt;br /&gt;
&lt;/div&gt;</description><author>TheKid</author><pubDate>Tue, 13 Feb 2007 21:06:48 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070213090648P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sptemplateland/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
A project to maintain a set of Visual Studio project templates which assist in the creation of WSS v3 &amp;#47; MOSS projects and deployments.&amp;#13;&amp;#10;&amp;#13;&amp;#10;
&lt;br /&gt; &lt;br /&gt;Initially based on this template &lt;a href="http://blog.thekid.me.uk/2007/01/10/sharepoint-solution-package-a-vs-2005-project-template-for-solution-deployment/" class="externalLink"&gt;http://blog.thekid.me.uk/2007/01/10/sharepoint-solution-package-a-vs-2005-project-template-for-solution-deployment/&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>TheKid</author><pubDate>Tue, 13 Feb 2007 21:04:29 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070213090429P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/sptemplateland/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>TheKid</author><pubDate>Tue, 13 Feb 2007 20:40:19 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070213084019P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sptemplateland/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
A project to maintain a set of Visual Studio project templates which assist in the creation of WSS v3 &amp;#47; MOSS projects and deployments.&amp;#13;&amp;#10;&amp;#13;&amp;#10;Initially based on this template http&amp;#58;&amp;#47;&amp;#47;blog.thekid.me.uk&amp;#47;2007&amp;#47;01&amp;#47;10&amp;#47;sharepoint-solution-package-a-vs-2005-project-template-for-solution-deployment&amp;#47;&amp;#13;&amp;#10;
&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>TheKid</author><pubDate>Tue, 13 Feb 2007 19:54:54 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070213075454P</guid></item><item><title>CREATED RELEASE: 1.1 Production</title><link>http://www.codeplex.com/sptemplateland/Release/ProjectReleases.aspx?ReleaseId=1877</link><description>Fixed projects with spaces in the path.

Added support for SafeControls</description><author></author><pubDate>Tue, 13 Feb 2007 19:45:43 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 1.1 Production 20070213074543P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/sptemplateland/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>TheKid</author><pubDate>Tue, 13 Feb 2007 19:42:16 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070213074216P</guid></item><item><title>RELEASED: 1.1 Production</title><link>http://www.codeplex.com/sptemplateland/Release/ProjectReleases.aspx?ReleaseId=1877</link><description>Fixed projects with spaces in the path.

Added support for SafeControls</description><author></author><pubDate>Tue, 13 Feb 2007 08:00:00 GMT</pubDate><guid isPermaLink="false">RELEASED: 1.1 Production 20070213080000A</guid></item><item><title>UPDATED RELEASE: 1.1 Production</title><link>http://www.codeplex.com/sptemplateland/Release/ProjectReleases.aspx?ReleaseId=1877</link><description>Fixed projects with spaces in the path.

Added support for SafeControls</description><author></author><pubDate>Tue, 13 Feb 2007 08:00:00 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 1.1 Production 20070213080000A</guid></item></channel></rss>