<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>How solution deployment has changed development with SharePoint technologies</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx</link><description>Background: Anyone who is familiar with development &amp;amp; deployment of custom solutions on SharePoint Portal Server 2003 or Windows SharePoint Services will probably agree when I say there are certain areas lacking in the end to end process. For example,</description><dc:language>en-NZ</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: How solution deployment has changed development with SharePoint technologies</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#749688</link><pubDate>Mon, 11 Sep 2006 20:00:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:749688</guid><dc:creator>Eric Cherng</dc:creator><description>Great post Chris. &lt;br&gt;&lt;br&gt;Is this the recommended way to deploy webparts now? I was going to create an MSI to handle installing to GAC and updating web.config, but this seems to take care of all that already. Would this also enable the webpart in the gallery or does the user still have to manually do that per site?&lt;br&gt;&lt;br&gt;Also, what if my Solution Management screen has nothing in it? I don't see the toolbar on my page that is visible in your screenshot? Take a look at this screenshot: &lt;a rel="nofollow" target="_new" href="http://blogs.vertigosoftware.com/photos/ericc/images/3599/original.aspx"&gt;http://blogs.vertigosoftware.com/photos/ericc/images/3599/original.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks.</description></item><item><title>re: How solution deployment has changed development with SharePoint technologies</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#749993</link><pubDate>Tue, 12 Sep 2006 01:58:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:749993</guid><dc:creator>chjohn</dc:creator><description>&lt;P&gt;Hi Eric, &lt;BR&gt;&lt;BR&gt;Sorry i had a mistake in my post. &amp;nbsp;Please see the [updated] section.&amp;nbsp; Sorry.&lt;/P&gt;
&lt;P&gt;Yes, this&amp;nbsp;is the prefered method&amp;nbsp;for deployment of web&amp;nbsp;parts as it&amp;nbsp;has many more capabilities than the web part packaging method of deployment.&amp;nbsp; The old method will still work however :)&lt;BR&gt;&lt;BR&gt;-Chris.&lt;/P&gt;</description></item><item><title>re: How solution deployment has changed development with SharePoint technologies</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#751615</link><pubDate>Wed, 13 Sep 2006 08:32:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:751615</guid><dc:creator>Adrian</dc:creator><description>How do we deploy to the ISAPI folder for web services?? Does this method provide us with a way to deploy web services ??</description></item><item><title>re: How solution deployment has changed development with SharePoint technologies</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#751856</link><pubDate>Wed, 13 Sep 2006 13:02:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:751856</guid><dc:creator>chjohn</dc:creator><description>Hi Adrian,&lt;br&gt;&lt;br&gt;Your best bet for deploying web services is to deploy to the _layouts directory. &amp;nbsp;That is if you want the web service to be like the other web services that are available under each site. e.g. &lt;a rel="nofollow" target="_new" href="http://server/sites/sitename/_layouts/MyApp/MyWebServices.asmx"&gt;http://server/sites/sitename/_layouts/MyApp/MyWebServices.asmx&lt;/a&gt; &amp;nbsp;I have used this in the past quite a bit. &amp;nbsp;If you do the above then it is a seperate web application that you are deploying so you will need to go into IISManager and make it a web application under the _Layouts directory. &amp;nbsp;This means you wont be able to deploy a web service like this with teh solution deployment packages.&lt;br&gt;&lt;br&gt;Chris.</description></item><item><title>Quick and Easy Way of Adding ASP.NET User Controls To Master Pages or Page Layouts in MOSS</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#770457</link><pubDate>Mon, 25 Sep 2006 15:34:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:770457</guid><dc:creator>Sezai's Blog</dc:creator><description>This is obsolete after Beta 2 Technical Refresh.&lt;br&gt;Check out these blogs instead, package your customisations...</description></item><item><title>The SharePoint world is changing :)</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#807802</link><pubDate>Mon, 09 Oct 2006 14:25:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:807802</guid><dc:creator>Marwan Tarek's Blog</dc:creator><description>&lt;p&gt;find here How solution deployment has changed development with SharePoint technologies, i really like...&lt;/p&gt;
</description></item><item><title>re: How solution deployment has changed development with SharePoint technologies</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#822098</link><pubDate>Fri, 13 Oct 2006 16:15:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:822098</guid><dc:creator>Hugo</dc:creator><description>&lt;p&gt;Hi Chris,&lt;/p&gt;
&lt;p&gt;Here you show us how you deploy dll and safecontrol in web.config but where is your .dwp or .webpart file in your manifest.xml ?&lt;/p&gt;
&lt;p&gt;I try to deploy a webpart thanks wsp but it doesn't work.&lt;/p&gt;
&lt;p&gt;Thks for your answer.&lt;/p&gt;
&lt;p&gt;Regards.&lt;/p&gt;
&lt;p&gt;Hugo&lt;/p&gt;</description></item><item><title>re: How solution deployment has changed development with SharePoint technologies</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#842795</link><pubDate>Thu, 19 Oct 2006 09:44:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:842795</guid><dc:creator>chjohn</dc:creator><description>&lt;p&gt;Hi Hugo,&lt;/p&gt;
&lt;p&gt;DWP files need to be deployed into the web part gallery of the site collection you want them to show up in. &amp;nbsp;You can do this using the site siettings page, or you can add the DWP file to your site template &amp;amp; in ONET add it as a file that gets deployed into the web part gallery.&lt;/p&gt;
&lt;p&gt;-Chris.&lt;/p&gt;
</description></item><item><title>How solution deployment has changed development with SharePoint technologies</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#853348</link><pubDate>Sat, 21 Oct 2006 23:04:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:853348</guid><dc:creator>Miguel Isidoro</dc:creator><description>&lt;p&gt;No blog do Chris Jonhson, &amp;amp;eacute; feita a introdu&amp;amp;ccedil;&amp;amp;atilde;o &amp;amp;agrave; Solution Framework, a nova&lt;/p&gt;
</description></item><item><title>SharePoint Solution Generator - part 2: the internals of the created site definition project</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#1060765</link><pubDate>Sun, 12 Nov 2006 04:55:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1060765</guid><dc:creator>Serge van den Oever [Macaw]</dc:creator><description>&lt;p&gt;In the first part of this serie on SharePoint Solution Generator I just went through the creation of&lt;/p&gt;
</description></item><item><title>Basic and Advanced Deployment in a Nutshell</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#1073351</link><pubDate>Tue, 14 Nov 2006 09:36:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1073351</guid><dc:creator>Joel Oleson's SharePoint Land</dc:creator><description>&lt;p&gt;Thanks to those of you who partipated in my SharePoint Connection basic and advanced Deployment talks&lt;/p&gt;
</description></item><item><title>Global &amp; Multi Farm Deployments</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#1277849</link><pubDate>Thu, 14 Dec 2006 00:26:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1277849</guid><dc:creator>Joel Oleson's SharePoint Land</dc:creator><description>&lt;p&gt;There have been a bunch of questions lately around Global Deployments. Here are some essential resources&lt;/p&gt;
</description></item><item><title>A few of my favorite MOSS 2007 Links</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#1466393</link><pubDate>Sun, 14 Jan 2007 23:29:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1466393</guid><dc:creator>Johnwe's SharePoint WebLog</dc:creator><description>&lt;p&gt;Hi all, I will be posting this as an article as well, with a link available from the front page. That&lt;/p&gt;
</description></item><item><title>MOSS 2007 Links</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#1466412</link><pubDate>Sun, 14 Jan 2007 23:36:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1466412</guid><dc:creator>Johnwe's SharePoint WebLog</dc:creator><description>&lt;p&gt;Architecture, Installation, and Migration &amp;#183; Planning and Architecture for MOSS 2007 (large Whitepaper,&lt;/p&gt;
</description></item><item><title>re: How solution deployment has changed development with SharePoint technologies</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#1550779</link><pubDate>Mon, 29 Jan 2007 12:09:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1550779</guid><dc:creator>Gary</dc:creator><description>&lt;p&gt;Can anybody here figure me out how to deploy an aspx page to the the TEMPLATE\LAYOUTS directory via the solution package? Thanks.&lt;/p&gt;</description></item><item><title>re: How solution deployment has changed development with SharePoint technologies</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#1550785</link><pubDate>Mon, 29 Jan 2007 12:11:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1550785</guid><dc:creator>Gary</dc:creator><description>&lt;p&gt;Can anybody here figure me out how to deploy an aspx page to the the TEMPLATE\LAYOUTS directory via the solution package? Thanks.&lt;/p&gt;</description></item><item><title>Coder/Migrer une WP SharePoint 2003 vers SharePoint 2007</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#1743041</link><pubDate>Thu, 22 Feb 2007 21:55:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1743041</guid><dc:creator>The Mit's Blog</dc:creator><description>&lt;p&gt;En me balandant sur le forum SharePoint, je suis tomb&amp;#233; sur une personne un peu perdu dans la probl&amp;#233;matique&lt;/p&gt;
</description></item><item><title>Solutions, Information Policies, Compliance and Auditing</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#1915370</link><pubDate>Tue, 20 Mar 2007 02:15:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1915370</guid><dc:creator>Joel Oleson's SharePoint Land</dc:creator><description>&lt;p&gt;Starting from auditing , expiration, ( information management policies ) content types , to the pivot&lt;/p&gt;
</description></item><item><title>re: How solution deployment has changed development with SharePoint technologies</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#2090670</link><pubDate>Wed, 11 Apr 2007 22:54:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2090670</guid><dc:creator>Todd</dc:creator><description>&lt;p&gt;We have the need to deploy .cab files to the server via our solution deployment. However, when doing so we get an error: &amp;quot;Failed to extract the cab file in the solution.&amp;quot;&lt;/p&gt;
&lt;p&gt;I've traced this down to specifically having a .cab file in the solution.&lt;/p&gt;
&lt;p&gt;Is there a way to work-around this problem and just have these files deployed as any other files in the solution?&lt;/p&gt;</description></item><item><title>re: How solution deployment has changed development with SharePoint technologies</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#2695829</link><pubDate>Thu, 17 May 2007 17:05:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2695829</guid><dc:creator>John A</dc:creator><description>&lt;p&gt;Help! &amp;nbsp;We have created and deployed a site with a custom list. Users have entered data into the list. Versions of the items (very important) have been created. We now need to make changes to the list (more importantly it's editform, newform, etc) &amp;nbsp;How do we do this and keep the list data, and the item versions intact on the production server?&lt;/p&gt;
&lt;p&gt;John&lt;/p&gt;</description></item><item><title>SharePoint 2007 Filter webparts - using the Page Field Filter webpart on a Lookup field</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#2698651</link><pubDate>Thu, 17 May 2007 19:48:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2698651</guid><dc:creator>Ton Stegeman - SharePoint 2007 weblog</dc:creator><description>&lt;p&gt;This post describes an issue we were having using the SharePoint PageFieldFilter webpart in combination&lt;/p&gt;
</description></item><item><title>re: How solution deployment has changed development with SharePoint technologies</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#3143201</link><pubDate>Thu, 07 Jun 2007 18:14:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3143201</guid><dc:creator>Stark</dc:creator><description>&lt;p&gt;How easy is it to replace existing deployed web-parts with say an updated version?&lt;/p&gt;
&lt;p&gt;Also, what do you recommend i use as test-bed when developing web parts for moss2007?&lt;/p&gt;</description></item><item><title>SharePoint for Devs - Sites and Templates Resources</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#3319844</link><pubDate>Fri, 15 Jun 2007 23:44:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3319844</guid><dc:creator>Contagious Curiosity</dc:creator><description>&lt;p&gt;As promised... SharePoint for Developers poster &lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/downloads/details.aspx?familyid=771aeb45-9d27-4d1f-acd1-9b950637d64e&amp;amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=771aeb45-9d27-4d1f-acd1-9b950637d64e&amp;amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>MSDN Blog Postings &amp;middot; 2007 &amp;middot; June &amp;middot; 15</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#3323644</link><pubDate>Sat, 16 Jun 2007 02:52:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3323644</guid><dc:creator>MSDN Blog Postings · 2007 · June · 15</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://msdnrss.thecoderblogs.com/2007/06/15/"&gt;http://msdnrss.thecoderblogs.com/2007/06/15/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>MSDN Blog Postings &amp;middot; SharePoint for Devs - Sites and Templates Resources</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#3323645</link><pubDate>Sat, 16 Jun 2007 02:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3323645</guid><dc:creator>MSDN Blog Postings · SharePoint for Devs - Sites and Templates Resources</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://msdnrss.thecoderblogs.com/2007/06/15/sharepoint-for-devs-sites-and-templates-resources/"&gt;http://msdnrss.thecoderblogs.com/2007/06/15/sharepoint-for-devs-sites-and-templates-resources/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>how WSP files are deployed into your sharepoint 2007 farm</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#3582768</link><pubDate>Thu, 28 Jun 2007 14:11:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3582768</guid><dc:creator>ASP.NET Code blog</dc:creator><description>&lt;p&gt;how WSP files are deployed into your sharepoint 2007 farm&lt;/p&gt;
</description></item><item><title>  Sharepoint link love 7-2-2007 at  Virtual Generations</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#3657335</link><pubDate>Mon, 02 Jul 2007 11:17:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3657335</guid><dc:creator>  Sharepoint link love 7-2-2007 at  Virtual Generations</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.virtual-generations.com/2007/07/02/sharepoint-link-love-7-2-2007/"&gt;http://www.virtual-generations.com/2007/07/02/sharepoint-link-love-7-2-2007/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: How solution deployment has changed development with SharePoint technologies</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#4082073</link><pubDate>Fri, 27 Jul 2007 18:27:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4082073</guid><dc:creator>waltzingandy@yahoo.com</dc:creator><description>&lt;p&gt;I'm trying to work out if it's possible to use the Solution deployment to deploy a shared DLL to that GAC that is contained in 2 different Solution packages? The deployment itself seams to work just fine for both, but if you retract one of the two solutions, then it removes the shared DLL from the GAC - not good:)&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description></item><item><title>Collezione di links utili per MOSS 2007 &amp;laquo; Marcello Tonarelli Blog</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#4447825</link><pubDate>Sat, 18 Aug 2007 19:04:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4447825</guid><dc:creator>Collezione di links utili per MOSS 2007 « Marcello Tonarelli Blog</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://marcellotonarelli.wordpress.com/2007/08/18/collezione-di-links-utili-per-moss-2007/"&gt;http://marcellotonarelli.wordpress.com/2007/08/18/collezione-di-links-utili-per-moss-2007/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>SharePointed  &amp;raquo; Archive   &amp;raquo; MSDN: Team-Based Development in Microsoft Office SharePoint Server 2007</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#5800101</link><pubDate>Wed, 31 Oct 2007 18:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5800101</guid><dc:creator>SharePointed  » Archive   » MSDN: Team-Based Development in Microsoft Office SharePoint Server 2007</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.sharepointed.com/2007/10/31/msdn-team-based-development-in-microsoft-office-sharepoint-server-2007/"&gt;http://www.sharepointed.com/2007/10/31/msdn-team-based-development-in-microsoft-office-sharepoint-server-2007/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>SharePointed  &amp;raquo; Archive   &amp;raquo; MSDN: Team-Based Development in Microsoft Office SharePoint Server 2007</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#5804352</link><pubDate>Wed, 31 Oct 2007 23:40:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5804352</guid><dc:creator>SharePointed  » Archive   » MSDN: Team-Based Development in Microsoft Office SharePoint Server 2007</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.sharepointed.com/?p=139"&gt;http://www.sharepointed.com/?p=139&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>SharePointed  &amp;raquo; Archive   &amp;raquo; MSDN: Team-Based Development in Microsoft Office SharePoint Server 2007</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#5804354</link><pubDate>Wed, 31 Oct 2007 23:40:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5804354</guid><dc:creator>SharePointed  » Archive   » MSDN: Team-Based Development in Microsoft Office SharePoint Server 2007</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.sharepointed.com/2007/10/31/msdn-team-based-development-in-microsoft-office-sharepoint-server-2007-2/"&gt;http://www.sharepointed.com/2007/10/31/msdn-team-based-development-in-microsoft-office-sharepoint-server-2007-2/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>SharePointed  &amp;raquo; Archive   &amp;raquo; MSDN: Team-Based Development in Microsoft Office SharePoint Server 2007</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#5804880</link><pubDate>Thu, 01 Nov 2007 00:07:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5804880</guid><dc:creator>SharePointed  » Archive   » MSDN: Team-Based Development in Microsoft Office SharePoint Server 2007</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.sharepointed.com/2007/10/31/msdn-team-based-development-in-microsoft-office-sharepoint-server-2007-3/"&gt;http://www.sharepointed.com/2007/10/31/msdn-team-based-development-in-microsoft-office-sharepoint-server-2007-3/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>SharePoint 2007 Developer Resources</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#6496483</link><pubDate>Sat, 24 Nov 2007 09:15:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6496483</guid><dc:creator>Contagious Curiosity</dc:creator><description>&lt;p&gt;I've had a large number of emails from .NET developers who want more information about SharePoint Development.&lt;/p&gt;
</description></item><item><title>Not Rocket Science  &amp;raquo; Blog Archive   &amp;raquo; Sharepoint Link List #1</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#6501530</link><pubDate>Sat, 24 Nov 2007 17:06:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6501530</guid><dc:creator>Not Rocket Science  » Blog Archive   » Sharepoint Link List #1</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.stum.de/2007/11/24/sharepoint-link-list-1/"&gt;http://www.stum.de/2007/11/24/sharepoint-link-list-1/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Vereinfachung des Solution Deployments in WSS 3.0 resp. MOSS 2007</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#7290021</link><pubDate>Mon, 28 Jan 2008 19:53:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7290021</guid><dc:creator>Swiss DPE Team Blog</dc:creator><description>&lt;p&gt;Die Windows SharePoint Services 3.0 Infrastruktur sieht vor, dass SharePoint Erweiterungen (Web Parts,&lt;/p&gt;
</description></item><item><title>MSDN Blog Postings  &amp;raquo; Vereinfachung des Solution Deployments in WSS 3.0 resp. MOSS 2007</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#7291283</link><pubDate>Mon, 28 Jan 2008 21:41:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7291283</guid><dc:creator>MSDN Blog Postings  » Vereinfachung des Solution Deployments in WSS 3.0 resp. MOSS 2007</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://msdnrss.thecoderblogs.com/2008/01/28/vereinfachung-des-solution-deployments-in-wss-30-resp-moss-2007/"&gt;http://msdnrss.thecoderblogs.com/2008/01/28/vereinfachung-des-solution-deployments-in-wss-30-resp-moss-2007/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: How solution deployment has changed development with SharePoint technologies</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#7511463</link><pubDate>Thu, 07 Feb 2008 12:57:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7511463</guid><dc:creator>minsou</dc:creator><description>&lt;p&gt;Yeaah, i love solution deployment ! &lt;/p&gt;</description></item><item><title>Sharepoint Webpart Deployment</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#8721653</link><pubDate>Fri, 11 Jul 2008 19:49:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8721653</guid><dc:creator>Nitish Jain's Blog</dc:creator><description>&lt;p&gt;Initially when I first created a webpart for Sharepoint/WSS, I was kind of confused with the number of&lt;/p&gt;
</description></item><item><title>re: How solution deployment has changed development with SharePoint technologies</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#8733060</link><pubDate>Tue, 15 Jul 2008 15:59:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8733060</guid><dc:creator>Deepti</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a question.It might be a dumb one but I really want to know.&lt;/p&gt;
&lt;p&gt;After deploying a webpart through a solution package to a WSS site how can I add the web part to one of teh pages in the site. I cant trace where in the site is the wsp or deployed webpart available.&lt;/p&gt;</description></item><item><title>Deploying SharePoint Solutions &amp;laquo; Michiel&amp;#8217;s SharePoint Blog</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#9472126</link><pubDate>Thu, 12 Mar 2009 22:50:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9472126</guid><dc:creator>Deploying SharePoint Solutions &amp;laquo; Michiel&amp;#8217;s SharePoint Blog</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://michielh.wordpress.com/2009/03/12/deploying-sharepoint-solutions/"&gt;http://michielh.wordpress.com/2009/03/12/deploying-sharepoint-solutions/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Chris Johnson How solution deployment has changed development with | Wood TV Stand</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#9672354</link><pubDate>Mon, 01 Jun 2009 02:09:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9672354</guid><dc:creator> Chris Johnson How solution deployment has changed development with | Wood TV Stand</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://woodtvstand.info/story.php?id=3859"&gt;http://woodtvstand.info/story.php?id=3859&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Chris Johnson How solution deployment has changed development with | bird baths</title><link>http://blogs.msdn.com/cjohnson/archive/2006/09/11/749105.aspx#9750750</link><pubDate>Sun, 14 Jun 2009 17:49:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9750750</guid><dc:creator> Chris Johnson How solution deployment has changed development with | bird baths</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://cutebirdbaths.info/story.php?id=3473"&gt;http://cutebirdbaths.info/story.php?id=3473&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>