<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Debug VBScript with Visual Studio</title>
	<atom:link href="http://blog.theopensourceu.com/2009/05/debug-vbscript-with-visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.theopensourceu.com/2009/05/debug-vbscript-with-visual-studio/</link>
	<description>An Open-Source Discovery/Education Blog</description>
	<lastBuildDate>Mon, 19 Apr 2010 16:50:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Frank</title>
		<link>http://blog.theopensourceu.com/2009/05/debug-vbscript-with-visual-studio/comment-page-1/#comment-4090</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sat, 13 Feb 2010 16:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://theopensourceu.com/?p=309#comment-4090</guid>
		<description>Hey David -- I&#039;m with you but, honestly, even with this I still hate VBScript. :-)   

Regards,
Frank</description>
		<content:encoded><![CDATA[<p>Hey David &#8212; I&#8217;m with you but, honestly, even with this I still hate VBScript. <img src='http://blog.theopensourceu.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />    </p>
<p>Regards,<br />
Frank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.theopensourceu.com/2009/05/debug-vbscript-with-visual-studio/comment-page-1/#comment-4080</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 11 Feb 2010 01:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://theopensourceu.com/?p=309#comment-4080</guid>
		<description>You are my hero!  I&#039;ve hated using vbs for that very reason.</description>
		<content:encoded><![CDATA[<p>You are my hero!  I&#8217;ve hated using vbs for that very reason.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://blog.theopensourceu.com/2009/05/debug-vbscript-with-visual-studio/comment-page-1/#comment-3860</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Mon, 25 Jan 2010 21:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://theopensourceu.com/?p=309#comment-3860</guid>
		<description>I&#039;m sorry to hear that... Unfortunately, I don&#039;t use Windows 7, so I can&#039;t test this out nor can I find a solution. 

Although, if you are using the express editions, you might want to try &lt;a href=&quot;http://www.vbsedit.com/&quot; title=&quot;VbsEdit - VBScript IDE&quot; rel=&quot;nofollow&quot;&gt;VbsEdit&lt;/a&gt; instead. I found this via: http://www.robvanderwoude.com/vbstech_debugging.php#Editor</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry to hear that&#8230; Unfortunately, I don&#8217;t use Windows 7, so I can&#8217;t test this out nor can I find a solution. </p>
<p>Although, if you are using the express editions, you might want to try <a href="http://www.vbsedit.com/" title="VbsEdit - VBScript IDE" rel="nofollow">VbsEdit</a> instead. I found this via: <a href="http://www.robvanderwoude.com/vbstech_debugging.php#Editor" rel="nofollow">http://www.robvanderwoude.com/vbstech_debugging.php#Editor</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R. N. Chanon</title>
		<link>http://blog.theopensourceu.com/2009/05/debug-vbscript-with-visual-studio/comment-page-1/#comment-3856</link>
		<dc:creator>R. N. Chanon</dc:creator>
		<pubDate>Mon, 25 Jan 2010 17:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://theopensourceu.com/?p=309#comment-3856</guid>
		<description>Although this approach has worked in the past, I haven&#039;t been able to launch a debugging session supporting a VBScript script on Windows 7 and the Visual Studio 2010 C# Express Edition.</description>
		<content:encoded><![CDATA[<p>Although this approach has worked in the past, I haven&#8217;t been able to launch a debugging session supporting a VBScript script on Windows 7 and the Visual Studio 2010 C# Express Edition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://blog.theopensourceu.com/2009/05/debug-vbscript-with-visual-studio/comment-page-1/#comment-3829</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 21 Jan 2010 20:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://theopensourceu.com/?p=309#comment-3829</guid>
		<description>I will try to help, certainly.  I&#039;d also suggest &lt;a href=&quot;http://Stackoverflow.com&quot; rel=&quot;nofollow&quot;&gt;Stackoverflow.com&lt;/a&gt; -- someone there might be able to help too. 

As for the problem on hand, can you first make sure that the script is in a place such as Documents. I&#039;m concerned that permissions may be interfering. Also, can you post which operating system you are using? This could also make a difference. I had tested this on WinXP and Vista. Finally, which version of Visual Studio do you have? Do you have multiple versions of VS installed, per chance? 

Regards,
Frank</description>
		<content:encoded><![CDATA[<p>I will try to help, certainly.  I&#8217;d also suggest <a href="http://Stackoverflow.com" rel="nofollow">Stackoverflow.com</a> &#8212; someone there might be able to help too. </p>
<p>As for the problem on hand, can you first make sure that the script is in a place such as Documents. I&#8217;m concerned that permissions may be interfering. Also, can you post which operating system you are using? This could also make a difference. I had tested this on WinXP and Vista. Finally, which version of Visual Studio do you have? Do you have multiple versions of VS installed, per chance? </p>
<p>Regards,<br />
Frank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhishek</title>
		<link>http://blog.theopensourceu.com/2009/05/debug-vbscript-with-visual-studio/comment-page-1/#comment-3826</link>
		<dc:creator>Abhishek</dc:creator>
		<pubDate>Thu, 21 Jan 2010 07:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://theopensourceu.com/?p=309#comment-3826</guid>
		<description>Hi,

I tried to debug VBScripts this way and could do it if the VBScript had no errors.
But when the VBScript had even 1 error, Visual Studio opens but the VBScript does not appear and thus can&#039;t be debugged.
Can u help me out on this.

Regards,
Abhishek Jain</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried to debug VBScripts this way and could do it if the VBScript had no errors.<br />
But when the VBScript had even 1 error, Visual Studio opens but the VBScript does not appear and thus can&#8217;t be debugged.<br />
Can u help me out on this.</p>
<p>Regards,<br />
Abhishek Jain</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill S</title>
		<link>http://blog.theopensourceu.com/2009/05/debug-vbscript-with-visual-studio/comment-page-1/#comment-3534</link>
		<dc:creator>Bill S</dc:creator>
		<pubDate>Tue, 22 Dec 2009 20:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://theopensourceu.com/?p=309#comment-3534</guid>
		<description>This is great info but the one thing I am trying to find out is whether all this will work if you only have VB express installed. (Or one of the other free express languages, etc.). If this gets answered please post it ..... you will be the first place ever to answer that question and thus be first on my search.</description>
		<content:encoded><![CDATA[<p>This is great info but the one thing I am trying to find out is whether all this will work if you only have VB express installed. (Or one of the other free express languages, etc.). If this gets answered please post it &#8230;.. you will be the first place ever to answer that question and thus be first on my search.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://blog.theopensourceu.com/2009/05/debug-vbscript-with-visual-studio/comment-page-1/#comment-3360</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Mon, 09 Nov 2009 01:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://theopensourceu.com/?p=309#comment-3360</guid>
		<description>Hey there Rolf, 

The file may have been created or saved in a format not readily supported by the debugger. This is the most popular article on this site, hundreds of people tried it so the file in itself works.  Either way, I&#039;m glad you were able to get it to work. 

Best wishes,
Frank</description>
		<content:encoded><![CDATA[<p>Hey there Rolf, </p>
<p>The file may have been created or saved in a format not readily supported by the debugger. This is the most popular article on this site, hundreds of people tried it so the file in itself works.  Either way, I&#8217;m glad you were able to get it to work. </p>
<p>Best wishes,<br />
Frank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rolf Hemmerling</title>
		<link>http://blog.theopensourceu.com/2009/05/debug-vbscript-with-visual-studio/comment-page-1/#comment-3359</link>
		<dc:creator>Rolf Hemmerling</dc:creator>
		<pubDate>Sat, 07 Nov 2009 11:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://theopensourceu.com/?p=309#comment-3359</guid>
		<description>Ups I found my fault: Neither the free MS_ScriptDebugger nor VS load a script file for debugging, if there is a fault detecting during &quot;compilation&quot; ( check before execution ). Somehow your file &quot;example.vbs&quot; causes an error, so it does not load. With proper VBS files, VS loads VBS files :-).</description>
		<content:encoded><![CDATA[<p>Ups I found my fault: Neither the free MS_ScriptDebugger nor VS load a script file for debugging, if there is a fault detecting during &#8220;compilation&#8221; ( check before execution ). Somehow your file &#8220;example.vbs&#8221; causes an error, so it does not load. With proper VBS files, VS loads VBS files <img src='http://blog.theopensourceu.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rolf Hemmerling</title>
		<link>http://blog.theopensourceu.com/2009/05/debug-vbscript-with-visual-studio/comment-page-1/#comment-3358</link>
		<dc:creator>Rolf Hemmerling</dc:creator>
		<pubDate>Sat, 07 Nov 2009 08:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://theopensourceu.com/?p=309#comment-3358</guid>
		<description>Unfortunately, it does not work with VisualStudio2005-pro on W2k:
I don´t have any project open, and the VBS code is not included in a project.
After calling the instance of VS2005-pro, just Wscript.exe is available as object in the object browser, but no VBS script code is displayed.

Sincerely
Rolf</description>
		<content:encoded><![CDATA[<p>Unfortunately, it does not work with VisualStudio2005-pro on W2k:<br />
I don´t have any project open, and the VBS code is not included in a project.<br />
After calling the instance of VS2005-pro, just Wscript.exe is available as object in the object browser, but no VBS script code is displayed.</p>
<p>Sincerely<br />
Rolf</p>
]]></content:encoded>
	</item>
</channel>
</rss>
