<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>VS Command Shell</title><link>http://vscmdshell.codeplex.com/project/feeds/rss</link><description>VSCmdShell provides users with a shell window inside Visual Studio IDE that can be used for Visual Studio commands as well. Current version allows user to use either Windows Command Shell or Windows PowerShell.</description><item><title>Source code checked in, #99885</title><link>http://vscmdshell.codeplex.com/SourceControl/changeset/changes/99885</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:24:31 GMT</pubDate><guid isPermaLink="false">Source code checked in, #99885 20121001092431P</guid></item><item><title>Source code checked in, #99884</title><link>http://vscmdshell.codeplex.com/SourceControl/changeset/changes/99884</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:16:08 GMT</pubDate><guid isPermaLink="false">Source code checked in, #99884 20121001091608P</guid></item><item><title>Source code checked in, #74794</title><link>http://vscmdshell.codeplex.com/SourceControl/changeset/changes/74794</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Tue, 03 Aug 2010 19:44:57 GMT</pubDate><guid isPermaLink="false">Source code checked in, #74794 20100803074457P</guid></item><item><title>Reviewed: 1.2 Production (Nov 24, 2009)</title><link>http://vscmdshell.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=109#ReviewBy-brainslugs83</link><description>Rated 1 Stars &amp;#40;out of 5&amp;#41; - Does not work.  If you type any PowerShell commands into the plugin&amp;#39;s plain-jane window, visual studio comes crashing down.</description><author>brainslugs83</author><pubDate>Tue, 24 Nov 2009 21:32:58 GMT</pubDate><guid isPermaLink="false">Reviewed: 1.2 Production (Nov 24, 2009) 20091124093258P</guid></item><item><title>New Post: Bugs and comments</title><link>http://vscmdshell.codeplex.com/Thread/View.aspx?ThreadId=3861</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Is this the place we're piling up bugs?&lt;/p&gt;
&lt;p&gt;Here's my 2 cents, the plug-in does nothing.&lt;/p&gt;
&lt;p&gt;When I pop up a Shell Window (VSCmdShell) and type in ANY valid powershell commands, visual studio comes crashing down.&amp;nbsp; LAME.&lt;/p&gt;&lt;/div&gt;</description><author>brainslugs83</author><pubDate>Tue, 24 Nov 2009 21:31:13 GMT</pubDate><guid isPermaLink="false">New Post: Bugs and comments 20091124093113P</guid></item><item><title>New Post: Bugs and comments</title><link>http://vscmdshell.codeplex.com/Thread/View.aspx?ThreadId=3861</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Is this the place we're piling up bugs?&lt;/p&gt;
&lt;p&gt;Here's my 2 cents, the plug-in does nothing.&lt;/p&gt;
&lt;p&gt;When I pop up a Shell Window (VSCmdShell) and type in ANY valid powershell commands, visual studio comes crashing down.&amp;nbsp; LAME.&lt;/p&gt;&lt;/div&gt;</description><author>brainslugs83</author><pubDate>Tue, 24 Nov 2009 21:31:13 GMT</pubDate><guid isPermaLink="false">New Post: Bugs and comments 20091124093113P</guid></item><item><title>Commented Issue: In x64  Vista and VS2008 the command shell does not launch cmd.exe</title><link>http://www.codeplex.com/VSCmdShell/WorkItem/View.aspx?WorkItemId=14645</link><description>In the above mentioned config, the command shell is empty and does not shouw up the cmd prompt. The powershell seems to work fine. After the first command is entered it just hangs VS&lt;br /&gt;Comments: ** Comment from web user: mattgollob ** &lt;p&gt;I realize this issue is quite old, but I ran into it myself and I think I may know what the problem is.  In my case, it was because I had only VS2008 installed, and when the CommandShellHost is initialized it attempts to read &amp;#42;VS2005&amp;#39;s&amp;#42; InstallDir registry value when building the path to vsvars32.bat.  Changing line 123 in CommandShell&amp;#47;CommandShellHost.cs from&amp;#58;&lt;/p&gt;&lt;p&gt;RegistryKey rk &amp;#61; Registry.LocalMachine.OpenSubKey&amp;#40;&amp;#34;SOFTWARE&amp;#92;&amp;#92;Microsoft&amp;#92;&amp;#92;VisualStudio&amp;#92;&amp;#92;8.0&amp;#34;&amp;#41;&amp;#59;&lt;/p&gt;&lt;p&gt;to&amp;#58;&lt;br /&gt;RegistryKey rk &amp;#61; Registry.LocalMachine.OpenSubKey&amp;#40;&amp;#34;SOFTWARE&amp;#92;&amp;#92;Microsoft&amp;#92;&amp;#92;VisualStudio&amp;#92;&amp;#92;9.0&amp;#34;&amp;#41;&amp;#59;&lt;/p&gt;&lt;p&gt;This single change resolved the issue for me.  Based on this, I don&amp;#39;t believe that this issue is related to Vista, nor is it related to x64.&lt;/p&gt;&lt;p&gt;Note in the source there is a big &amp;#34;&amp;#47;&amp;#47;HACK&amp;#58;&amp;#34; comment indicating that this logic needs refactoring.  That is something I intend to do in the next few days &amp;#47; weeks&lt;/p&gt;</description><author>mattgollob</author><pubDate>Fri, 06 Feb 2009 23:32:16 GMT</pubDate><guid isPermaLink="false">Commented Issue: In x64  Vista and VS2008 the command shell does not launch cmd.exe 20090206113216P</guid></item><item><title>Commented Issue: Invalid operation exception with VS2008RTM</title><link>http://www.codeplex.com/VSCmdShell/WorkItem/View.aspx?WorkItemId=15495</link><description>Freshly installed XPSP2, VS2008ProRTM, VSSDK, MSDN for VS2008, PlatformSDK6.1&lt;br /&gt;Installed VS Command Shell.&lt;br /&gt;In shell&amp;#58; &amp;#33;Help.About&lt;br /&gt;Close Help&amp;#124;About with OK button.&lt;br /&gt;&amp;#42;twiddle&amp;#42;&lt;br /&gt;&amp;#34;Microsoft Visual Studio has encountered a problem ...&amp;#34;&lt;br /&gt;&lt;br /&gt;Details say it&amp;#39;s an invalid operation exception in microsoft.powertoys.vscmdshell&lt;br /&gt;Comments: ** Comment from web user: EyalShilony ** &lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;It&amp;#39;s awesome add-in and I wish I can use it for VS2008. &amp;#58;&amp;#41;&lt;/p&gt;&lt;p&gt;I installed the add-in myself and whenever I&amp;#39;m trying to use it &amp;#40;using the default setting&amp;#41; I&amp;#39;m getting the following exception.&lt;/p&gt;&lt;p&gt;System.InvalidOperationException was unhandled&lt;br /&gt;  Message&amp;#61;&amp;#34;Operation is not valid due to the current state of the object.&amp;#34;&lt;br /&gt;  Source&amp;#61;&amp;#34;Microsoft.VSPowerToys.VSCmdShell&amp;#34;&lt;br /&gt;  StackTrace&amp;#58;&lt;br /&gt;       at Microsoft.VSPowerToys.VSCmdShell.Hosts.CommandShellHost.get_InputStream&amp;#40;&amp;#41;&lt;br /&gt;       at Microsoft.VSPowerToys.VSCmdShell.Hosts.CommandShellHost.ExecuteCommand&amp;#40;String command&amp;#41;&lt;br /&gt;       at Microsoft.VSPowerToys.VSCmdShell.ShellTextBox.IssueCommand&amp;#40;&amp;#41;&lt;br /&gt;       at Microsoft.VSPowerToys.VSCmdShell.ShellTextBox.HandleKeyPressEvent&amp;#40;Object sender, KeyPressEventArgs e&amp;#41;&lt;br /&gt;       at System.Windows.Forms.Control.OnKeyPress&amp;#40;KeyPressEventArgs e&amp;#41;&lt;br /&gt;       at System.Windows.Forms.Control.ProcessKeyEventArgs&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;       at System.Windows.Forms.Control.ProcessKeyMessage&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;       at System.Windows.Forms.Control.WmKeyChar&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;       at System.Windows.Forms.Control.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;       at System.Windows.Forms.TextBoxBase.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;       at System.Windows.Forms.RichTextBox.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;       at System.Windows.Forms.Control.ActiveXImpl.System.Windows.Forms.IWindowTarget.OnMessage&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;       at System.Windows.Forms.Control.ControlNativeWindow.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;       at System.Windows.Forms.NativeWindow.DebuggableCallback&amp;#40;IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam&amp;#41;&lt;br /&gt;  InnerException&amp;#58;&lt;/p&gt;&lt;p&gt;Regards.&lt;/p&gt;</description><author>EyalShilony</author><pubDate>Fri, 27 Jun 2008 08:55:44 GMT</pubDate><guid isPermaLink="false">Commented Issue: Invalid operation exception with VS2008RTM 20080627085544A</guid></item><item><title>Created Issue: VS2008 Exception: System.InvalidOperationException</title><link>http://www.codeplex.com/VSCmdShell/WorkItem/View.aspx?WorkItemId=17183</link><description>Hello,&lt;br /&gt;</description><author>EyalShilony</author><pubDate>Fri, 27 Jun 2008 08:52:51 GMT</pubDate><guid isPermaLink="false">Created Issue: VS2008 Exception: System.InvalidOperationException 20080627085251A</guid></item><item><title>COMMENTED ISSUE: In x64  Vista and VS2008 the command shell does not launch cmd.exe</title><link>http://www.codeplex.com/VSCmdShell/WorkItem/View.aspx?WorkItemId=14645</link><description>In the above mentioned config, the command shell is empty and does not shouw up the cmd prompt. The powershell seems to work fine. After the first command is entered it just hangs VS&lt;br /&gt;Comments: ** Comment from web user: bamueller ** &lt;p&gt;I am running Windows Server 2008 &amp;#40;x64&amp;#41; and VS 2008. I can click on the VSCmdShell, but it appears empty &amp;#40;blank&amp;#41; and as soon as I press the &amp;#34;enter&amp;#34; key within the blank window, I get a fatal VS error that causes a reset.&lt;/p&gt;&lt;p&gt;Problem signature&amp;#58;&lt;br /&gt;  Problem Event Name&amp;#58;&amp;#9;CLR20r3&lt;br /&gt;  Problem Signature 01&amp;#58;&amp;#9;devenv.exe&lt;br /&gt;  Problem Signature 02&amp;#58;&amp;#9;9.0.21022.8&lt;br /&gt;  Problem Signature 03&amp;#58;&amp;#9;47317b3d&lt;br /&gt;  Problem Signature 04&amp;#58;&amp;#9;Microsoft.VSPowerToys.VSCmdShell&lt;br /&gt;  Problem Signature 05&amp;#58;&amp;#9;1.1.0.0&lt;br /&gt;  Problem Signature 06&amp;#58;&amp;#9;474df095&lt;br /&gt;  Problem Signature 07&amp;#58;&amp;#9;9f&lt;br /&gt;  Problem Signature 08&amp;#58;&amp;#9;19&lt;br /&gt;  Problem Signature 09&amp;#58;&amp;#9;System.InvalidOperationException&lt;br /&gt;  OS Version&amp;#58;&amp;#9;6.0.6001.2.1.0.274.10&lt;br /&gt;  Locale ID&amp;#58;&amp;#9;1033&lt;/p&gt;&lt;p&gt;Additional information about the problem&amp;#58;&lt;br /&gt;  LCID&amp;#58;&amp;#9;1033&lt;/p&gt;</description><author>bamueller</author><pubDate>Fri, 02 May 2008 20:02:38 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: In x64  Vista and VS2008 the command shell does not launch cmd.exe 20080502080238P</guid></item><item><title>CREATED ISSUE: Invalid operation exception with VS2008RTM</title><link>http://www.codeplex.com/VSCmdShell/WorkItem/View.aspx?WorkItemId=15495</link><description>Freshly installed XPSP2, VS2008ProRTM, VSSDK, MSDN for VS2008, PlatformSDK6.1&lt;br /&gt;Installed VS Command Shell.&lt;br /&gt;In shell&amp;#58; &amp;#33;Help.About&lt;br /&gt;Close Help&amp;#124;About with OK button.&lt;br /&gt;&amp;#42;twiddle&amp;#42;&lt;br /&gt;&amp;#34;Microsoft Visual Studio has encountered a problem ...&amp;#34;&lt;br /&gt;&lt;br /&gt;Details say it&amp;#39;s an invalid operation exception in microsoft.powertoys.vscmdshell&lt;br /&gt;</description><author>glundberg</author><pubDate>Fri, 07 Mar 2008 08:03:13 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Invalid operation exception with VS2008RTM 20080307080313A</guid></item><item><title>CREATED ISSUE: In x64  Vista and VS2008 the command shell does not launch cmd.exe</title><link>http://www.codeplex.com/VSCmdShell/WorkItem/View.aspx?WorkItemId=14645</link><description>In the above mentioned config, the command shell is empty and does not shouw up the cmd prompt. The powershell seems to work fine. After the first command is entered it just hangs VS&lt;br /&gt;</description><author>pmural1</author><pubDate>Sun, 06 Jan 2008 23:11:36 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: In x64  Vista and VS2008 the command shell does not launch cmd.exe 20080106111136P</guid></item><item><title>CREATED ISSUE: In VS2008, VSCmdShell opens cmd.exe with the VS2005 environment</title><link>http://www.codeplex.com/VSCmdShell/WorkItem/View.aspx?WorkItemId=14508</link><description>I have both VS2005 and VS2008 installed, and VSCmdShell works fine in both, except the cmd.exe prompt in VS2008 loads the VS2005 environment, instead of the VS2008 environment. This appears to be hardcoded &amp;#40;I&amp;#39;ve had a look at the source code&amp;#41;.&lt;br /&gt;&lt;br /&gt;A solution could be based on the fact that the DTE object exposes a member, Version, which should return &amp;#34;8.0&amp;#34; when running under VS2005 and &amp;#34;9.0&amp;#34; when running under VS2008. This could be used to load the correct environment depending on Visual Studio version.&lt;br /&gt;</description><author>hognef</author><pubDate>Fri, 21 Dec 2007 10:40:27 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: In VS2008, VSCmdShell opens cmd.exe with the VS2005 environment 20071221104027A</guid></item><item><title>NEW POST: Termination of child executables when restarting shell.</title><link>http://www.codeplex.com/VSCmdShell/Thread/View.aspx?ThreadId=19269</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt; &lt;br /&gt;I noticed than when I started a (long-running) process, restarting the shell would not terminate the spawned process. I think this would be desirable behaviour.&lt;br /&gt; &lt;br /&gt;Many thanks,&lt;br /&gt;Daniel&lt;br /&gt;
&lt;/div&gt;</description><author>DannyAsher</author><pubDate>Mon, 17 Dec 2007 14:30:10 GMT</pubDate><guid isPermaLink="false">NEW POST: Termination of child executables when restarting shell. 20071217023010P</guid></item><item><title>New Post: Termination of child executables when restarting shell.</title><link>http://vscmdshell.codeplex.com/Thread/View.aspx?ThreadId=19269</link><description>&lt;div style="line-height: normal;"&gt;
Hi,&lt;br /&gt;&lt;br /&gt;I noticed than when I started a (long-running) process, restarting the shell would not terminate the spawned process. I think this would be desirable behaviour.&lt;br /&gt;&lt;br /&gt;Many thanks,&lt;br /&gt;Daniel&lt;br /&gt;&lt;/div&gt;</description><author>DannyAsher</author><pubDate>Mon, 17 Dec 2007 14:30:10 GMT</pubDate><guid isPermaLink="false">New Post: Termination of child executables when restarting shell. 20071217023010P</guid></item><item><title>New Post: Termination of child executables when restarting shell.</title><link>http://vscmdshell.codeplex.com/Thread/View.aspx?ThreadId=19269</link><description>&lt;div style="line-height: normal;"&gt;
Hi,&lt;br /&gt;&lt;br /&gt;I noticed than when I started a (long-running) process, restarting the shell would not terminate the spawned process. I think this would be desirable behaviour.&lt;br /&gt;&lt;br /&gt;Many thanks,&lt;br /&gt;Daniel&lt;br /&gt;&lt;/div&gt;</description><author>DannyAsher</author><pubDate>Mon, 17 Dec 2007 14:30:10 GMT</pubDate><guid isPermaLink="false">New Post: Termination of child executables when restarting shell. 20071217023010P</guid></item><item><title>NEW POST: Support For Ctrl-C</title><link>http://www.codeplex.com/VSCmdShell/Thread/View.aspx?ThreadId=19268</link><description>&lt;div class="wikidoc"&gt;
Is there any support for breaking execution with Ctrl-C?&lt;br /&gt; &lt;br /&gt;I've tried to use VsCommandShell to spawn the executable for my testing framework, but being unable to terminate a run has made this less, rather than more convenient.&lt;br /&gt; &lt;br /&gt;Keep up the good work!&lt;br /&gt; &lt;br /&gt;Daniel&lt;br /&gt;
&lt;/div&gt;</description><author>DannyAsher</author><pubDate>Mon, 17 Dec 2007 14:27:54 GMT</pubDate><guid isPermaLink="false">NEW POST: Support For Ctrl-C 20071217022754P</guid></item><item><title>New Post: Support For Ctrl-C</title><link>http://vscmdshell.codeplex.com/Thread/View.aspx?ThreadId=19268</link><description>&lt;div style="line-height: normal;"&gt;
Is there any support for breaking execution with Ctrl-C?&lt;br /&gt;&lt;br /&gt;I've tried to use VsCommandShell to spawn the executable for my testing framework, but being unable to terminate a run has made this less, rather than more convenient.&lt;br /&gt;&lt;br /&gt;Keep up the good work!&lt;br /&gt;&lt;br /&gt;Daniel&lt;br /&gt;&lt;/div&gt;</description><author>DannyAsher</author><pubDate>Mon, 17 Dec 2007 14:27:54 GMT</pubDate><guid isPermaLink="false">New Post: Support For Ctrl-C 20071217022754P</guid></item><item><title>New Post: Support For Ctrl-C</title><link>http://vscmdshell.codeplex.com/Thread/View.aspx?ThreadId=19268</link><description>&lt;div style="line-height: normal;"&gt;
Is there any support for breaking execution with Ctrl-C?&lt;br /&gt;&lt;br /&gt;I've tried to use VsCommandShell to spawn the executable for my testing framework, but being unable to terminate a run has made this less, rather than more convenient.&lt;br /&gt;&lt;br /&gt;Keep up the good work!&lt;br /&gt;&lt;br /&gt;Daniel&lt;br /&gt;&lt;/div&gt;</description><author>DannyAsher</author><pubDate>Mon, 17 Dec 2007 14:27:54 GMT</pubDate><guid isPermaLink="false">New Post: Support For Ctrl-C 20071217022754P</guid></item><item><title>Project License Changed</title><link>http://www.codeplex.com/VSCmdShell/Project/License.aspx?LicenseHistoryId=6986</link><description>Microsoft Public License &amp;#40;Ms-PL&amp;#41;&amp;#13;&amp;#10;&amp;#13;&amp;#10;This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.&amp;#13;&amp;#10;&amp;#13;&amp;#10;1. Definitions&amp;#13;&amp;#10;&amp;#13;&amp;#10;The terms &amp;#34;reproduce,&amp;#34; &amp;#34;reproduction,&amp;#34; &amp;#34;derivative works,&amp;#34; and &amp;#34;distribution&amp;#34; have the same meaning here as under U.S. copyright law.&amp;#13;&amp;#10;&amp;#13;&amp;#10;A &amp;#34;contribution&amp;#34; is the original software, or any additions or changes to the software.&amp;#13;&amp;#10;&amp;#13;&amp;#10;A &amp;#34;contributor&amp;#34; is any person that distributes its contribution under this license.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#34;Licensed patents&amp;#34; are a contributor&amp;#39;s patent claims that read directly on its contribution.&amp;#13;&amp;#10;&amp;#13;&amp;#10;2. Grant of Rights&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;A&amp;#41; Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;B&amp;#41; Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and&amp;#47;or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.&amp;#13;&amp;#10;&amp;#13;&amp;#10;3. Conditions and Limitations&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;A&amp;#41; No Trademark License- This license does not grant you rights to use any contributors&amp;#39; name, logo, or trademarks.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;B&amp;#41; If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;C&amp;#41; If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;D&amp;#41; If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;E&amp;#41; The software is licensed &amp;#34;as-is.&amp;#34; You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.</description><author></author><pubDate>Fri, 30 Nov 2007 17:28:01 GMT</pubDate><guid isPermaLink="false">Project License Changed 20071130052801P</guid></item></channel></rss>