<?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>Why double-clicking on an .SLN file doesn't always launch Visual Studio</title><link>http://blogs.msdn.com/andrewarnottms/archive/2008/02/13/why-double-clicking-on-an-sln-file-doesn-t-always-launch-visual-studio.aspx</link><description>Well this is my first post as a member of the Visual Studio Platform &amp;amp; Ecosystem team.&amp;#160; My second full day on the job, and I've found some less-than-ideal areas of Visual Studio that I'm eager to improve for myself and for you, our customers.&amp;#160;</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Why double-clicking on an .SLN file doesn't always launch Visual Studio</title><link>http://blogs.msdn.com/andrewarnottms/archive/2008/02/13/why-double-clicking-on-an-sln-file-doesn-t-always-launch-visual-studio.aspx#7687799</link><pubDate>Thu, 14 Feb 2008 10:29:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7687799</guid><dc:creator>DanielMoth</dc:creator><description>&lt;p&gt;Glad you found a new home Andrew.&lt;/p&gt;
&lt;p&gt;Thought I'd add that the issue you describe is specific to Beta 1 of VS2008 (not even Beta 2), so this goes waaay back... (to July looking at my respective blog post ;-)&lt;/p&gt;
</description></item><item><title>re: Why double-clicking on an .SLN file doesn't always launch Visual Studio</title><link>http://blogs.msdn.com/andrewarnottms/archive/2008/02/13/why-double-clicking-on-an-sln-file-doesn-t-always-launch-visual-studio.aspx#7730804</link><pubDate>Sat, 16 Feb 2008 10:31:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7730804</guid><dc:creator>William Stacey</dc:creator><description>&lt;p&gt;Here is a *.sln fix. A 1-liner in PowerShell:&lt;/p&gt;
&lt;p&gt;dir . -r *.sln | %{$t=cat $_.fullname;$t -replace &amp;quot;Codename Orcas&amp;quot;,&amp;quot;2008&amp;quot; &amp;gt; $_}&lt;/p&gt;
&lt;p&gt;Naturally, should always do a backup before such global replacements:&lt;/p&gt;
&lt;p&gt;dir . -r *.sln | %{copy $_ ($_.fullname + &amp;quot;.bak&amp;quot;)}&lt;/p&gt;</description></item><item><title>re: Why double-clicking on an .SLN file doesn't always launch Visual Studio</title><link>http://blogs.msdn.com/andrewarnottms/archive/2008/02/13/why-double-clicking-on-an-sln-file-doesn-t-always-launch-visual-studio.aspx#8363896</link><pubDate>Mon, 07 Apr 2008 01:22:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8363896</guid><dc:creator>George P.</dc:creator><description>&lt;p&gt;It may also fail to start if VS is set to run in admin mode.&lt;/p&gt;</description></item><item><title>re: Why double-clicking on an .SLN file doesn't always launch Visual Studio</title><link>http://blogs.msdn.com/andrewarnottms/archive/2008/02/13/why-double-clicking-on-an-sln-file-doesn-t-always-launch-visual-studio.aspx#8494702</link><pubDate>Mon, 12 May 2008 18:21:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8494702</guid><dc:creator>shachar</dc:creator><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;Can you help me in adding files dir to sln ?&lt;/p&gt;
&lt;p&gt;i wonder if there is a script or other possability when adding dir or files to a working project if it can be add automaticlly and not manually when opening the sln file &lt;/p&gt;
&lt;p&gt;10x &lt;/p&gt;
&lt;p&gt;Shachar &lt;/p&gt;</description></item><item><title>re: Why double-clicking on an .SLN file doesn't always launch Visual Studio</title><link>http://blogs.msdn.com/andrewarnottms/archive/2008/02/13/why-double-clicking-on-an-sln-file-doesn-t-always-launch-visual-studio.aspx#9000599</link><pubDate>Wed, 15 Oct 2008 16:40:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9000599</guid><dc:creator>Whitney</dc:creator><description>&lt;p&gt;Also, it appears the solution must be UTF8 encoded.&lt;/p&gt;</description></item><item><title>re: Why double-clicking on an .SLN file doesn't always launch Visual Studio</title><link>http://blogs.msdn.com/andrewarnottms/archive/2008/02/13/why-double-clicking-on-an-sln-file-doesn-t-always-launch-visual-studio.aspx#9794521</link><pubDate>Sun, 21 Jun 2009 07:36:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9794521</guid><dc:creator>Dale</dc:creator><description>&lt;p&gt;This issue is not just for versions like Orcas. &amp;nbsp;I have VS2008 solutions with the first lines exactly as your post says and I can successfully open and save them using File-&amp;gt;Open but double-clicking in Vista does not open VS2008. &amp;nbsp;Since double-clicking is a standard Windows functionality I find it stunning that the Windows group did not overrule the VS2008 group's decision to break from the usability standard. &amp;nbsp;Programatic security elevation is a standard and supported feature in Vista so all of this security stuff you're quoting is just hype. &amp;nbsp;This is simply a bad decision but, according to this Connect issue, this is by design.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=263221"&gt;https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=263221&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: Why double-clicking on an .SLN file doesn't always launch Visual Studio</title><link>http://blogs.msdn.com/andrewarnottms/archive/2008/02/13/why-double-clicking-on-an-sln-file-doesn-t-always-launch-visual-studio.aspx#9899487</link><pubDate>Fri, 25 Sep 2009 16:46:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9899487</guid><dc:creator>Paolo Marani</dc:creator><description>&lt;p&gt;Whitney, you saved my day !!!&lt;/p&gt;
&lt;p&gt;I have manually edited my solution .sln file using a text editor, and since that time the double-click on this solution only was not opening visual studio anymore.&lt;/p&gt;
&lt;p&gt;The culprit was the encoding of the .sln file. If you save back to disk ensuring it's coded in UFT-8 it is magically fixed!&lt;/p&gt;
&lt;p&gt;Thank you so much.&lt;/p&gt;</description></item><item><title>re: Why double-clicking on an .SLN file doesn't always launch Visual Studio</title><link>http://blogs.msdn.com/andrewarnottms/archive/2008/02/13/why-double-clicking-on-an-sln-file-doesn-t-always-launch-visual-studio.aspx#9907093</link><pubDate>Wed, 14 Oct 2009 11:16:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9907093</guid><dc:creator>Marcel Popescu</dc:creator><description>&lt;p&gt;Thank you Whitney... I was generating .sln files and mine, though identical in content to others, would not open on double-click; turned out to be a matter of encoding - as soon as I re-saved them in Notepad with UTF-8, it worked.&lt;/p&gt;</description></item><item><title>re: Why double-clicking on an .SLN file doesn't always launch Visual Studio</title><link>http://blogs.msdn.com/andrewarnottms/archive/2008/02/13/why-double-clicking-on-an-sln-file-doesn-t-always-launch-visual-studio.aspx#9914665</link><pubDate>Thu, 29 Oct 2009 12:16:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9914665</guid><dc:creator>Ben de Vaal</dc:creator><description>&lt;p&gt;Great post, many thanks! Was struggling with this problem all morning.&lt;/p&gt;</description></item></channel></rss>