<?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>Converting VS2005 solutions to VS2008 Beta 2 (Orcas)</title><link>http://blogs.msdn.com/tblack/archive/2007/08/31/converting-vs2005-solutions-to-vs2008-beta-2-orcas.aspx</link><description>Visual Studio .NET 2008 (codename Orcas) is just around the corner. With the release of Beta2 a few weeks ago I decided to update some of our work to use VS.NET 2008 Beta 2 instead of VS.NET 2005. VS.NET 2008 Beta 2 introduces a host of productivity improvements</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Converting VS2005 solutions to VS2008 Beta 2 (Orcas)</title><link>http://blogs.msdn.com/tblack/archive/2007/08/31/converting-vs2005-solutions-to-vs2008-beta-2-orcas.aspx#5174204</link><pubDate>Fri, 28 Sep 2007 00:53:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5174204</guid><dc:creator>David Williams</dc:creator><description>&lt;p&gt;It appears this solution causes the Build to not populate the _PublishedWebSites folder under the Build Directory. &amp;nbsp;We used this directory previously to manually copy the files to the target server.&lt;/p&gt;
&lt;p&gt;&amp;lt;Copy SourceFiles=&amp;quot;@(FilesToCopy)&amp;quot; DestinationFiles=&amp;quot;@(FilesToCopy -&amp;gt;'\\server\integration\webapp\%(RecursiveDir)%(Filename)%(Extension)')&amp;quot;&lt;/p&gt;
&lt;p&gt;ContinueOnError=&amp;quot;true&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;It appears the _PublishedWebsites directory is no longer populated. &amp;nbsp;We are getting the following error:&lt;/p&gt;
&lt;p&gt;Could not find a part of the path 'c:\build\{Workspace}\{BuildType}\Binaries\Debug\_PublishedWebsites\adminweb\web.config&lt;/p&gt;
</description></item><item><title>re: Converting VS2005 solutions to VS2008 Beta 2 (Orcas)</title><link>http://blogs.msdn.com/tblack/archive/2007/08/31/converting-vs2005-solutions-to-vs2008-beta-2-orcas.aspx#5174336</link><pubDate>Fri, 28 Sep 2007 01:07:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5174336</guid><dc:creator>David Williams</dc:creator><description>&lt;p&gt;I also tried using the DropBuild folder like below, however the _PublishedWebsites directory is never populated, and hence the source code (aspx, config files etc) are never copied to the drop location. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;SkipDropBuild&amp;gt;false&amp;lt;/SkipDropBuild&amp;gt;&lt;/p&gt;
</description></item><item><title>re: Converting VS2005 solutions to VS2008 Beta 2 (Orcas)</title><link>http://blogs.msdn.com/tblack/archive/2007/08/31/converting-vs2005-solutions-to-vs2008-beta-2-orcas.aspx#5185813</link><pubDate>Fri, 28 Sep 2007 15:04:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5185813</guid><dc:creator>tblack</dc:creator><description>&lt;p&gt;Yep, I see this too. I'm hoping that this will be fixed for RTM.&lt;/p&gt;
</description></item><item><title>re: Converting VS2005 solutions to VS2008 Beta 2 (Orcas)</title><link>http://blogs.msdn.com/tblack/archive/2007/08/31/converting-vs2005-solutions-to-vs2008-beta-2-orcas.aspx#5242453</link><pubDate>Tue, 02 Oct 2007 16:45:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5242453</guid><dc:creator>David Williams</dc:creator><description>&lt;p&gt;As a workaround, would there be a way to modify the project file in the .vbproj after the latest files have been retrieved, but before compiling starts? &amp;nbsp;I am thinking about creating a target that uses xml transformation to change the 'Import Project...' property? &amp;nbsp;I have used XML modification to modify the web.config files after the .sln is build (Target 'AfterDropBuild'), but not to change (the .vbproj) file before the compile. &amp;nbsp;Is this possible?&lt;/p&gt;
</description></item><item><title>re: Converting VS2005 solutions to VS2008 Beta 2 (Orcas)</title><link>http://blogs.msdn.com/tblack/archive/2007/08/31/converting-vs2005-solutions-to-vs2008-beta-2-orcas.aspx#5264505</link><pubDate>Wed, 03 Oct 2007 19:26:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5264505</guid><dc:creator>tblack</dc:creator><description>&lt;p&gt;Sadly I've moved onto another project recently so don't have time to investigate this fully. If you're looking for a workaround I'd be inclined to look at the functionality contained in:&lt;/p&gt;
&lt;p&gt;&amp;quot;$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets&amp;quot;&lt;/p&gt;
&lt;p&gt;and see if you can factor any of that out into your own pre-build event. I think that would be preferable to further modifying the .proj files.&lt;/p&gt;
</description></item><item><title>re: Converting VS2005 solutions to VS2008 Beta 2 (Orcas)</title><link>http://blogs.msdn.com/tblack/archive/2007/08/31/converting-vs2005-solutions-to-vs2008-beta-2-orcas.aspx#7261148</link><pubDate>Sun, 27 Jan 2008 03:00:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7261148</guid><dc:creator>Kevin Zink</dc:creator><description>&lt;p&gt;Hey guys, I had this same problem where the _PublishedWebsites directory was not showing up in your deploy location. I'm actually using full-on VS2008, too, so it wasn't fixed.&lt;/p&gt;
&lt;p&gt;Rather than adding an additional &amp;lt;import&amp;gt; into my project's .csproj file, I left the v9.0 import (I did not add a second import for the v8.0 directory), created the v9.0 directory on my build server, and then copied the v8.0 targets file into the newly created v9.0 directory.&lt;/p&gt;
&lt;p&gt;This might help solve your problems. Here's a blog post that goes into more detail: &lt;a rel="nofollow" target="_new" href="http://zinknation.net/Using+Visual+Studio+2008+With+Team+Foundation+2005+Build+Server.aspx"&gt;http://zinknation.net/Using+Visual+Studio+2008+With+Team+Foundation+2005+Build+Server.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Converting VS2005 solutions to VS2008 Beta 2 (Orcas)</title><link>http://blogs.msdn.com/tblack/archive/2007/08/31/converting-vs2005-solutions-to-vs2008-beta-2-orcas.aspx#8589940</link><pubDate>Tue, 10 Jun 2008 17:07:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8589940</guid><dc:creator>Colin Nash</dc:creator><description>&lt;p&gt;I have just been doing this on our servers. The problems you guys are getting seem to be due to the &lt;/p&gt;
&lt;p&gt;'$(Solutions.VSVersion)' == '8.0' not evaluating properly. From what i've seen this is because Solutions.VSVersion in VS 2005 evaluates to nothing.&lt;/p&gt;
&lt;p&gt;Change the condition to '$(Solutions.VSVersion)' != '9.0' and it works fine.&lt;/p&gt;
</description></item></channel></rss>