<?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 to debug classic ASP pages in VS 2005</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx</link><description>Quite a few people were unable to make VS 2005 to hit breakpoints in the server script in classic ASP pages. Little surprise here since the way we do ASP debugging changed since VS 2003 and there little or no information currently in VS 2005 Beta 2 docs</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: How to debug classic ASP pages in VS 2005</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#432355</link><pubDate>Fri, 24 Jun 2005 21:14:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:432355</guid><dc:creator>Anatoly Lubarsky</dc:creator><description>Hi, Mikhail&lt;br&gt;&lt;br&gt;It is somewhat not related to the topic, but I have some questions regarding VS2005 and the new asp.net 2.0 model. (I'm in the middle of conversion of the big project from 1.1 to 2.0)&lt;br&gt;&lt;br&gt;1) server controls inside user controls (for example dropdownlist). Because of the new model I can not declare it in the code behind, they are already declared as protected from aspx code.&lt;br&gt;&lt;br&gt;In asp.net 2.0 I had some of these controls declared as public in order to have access from the outside. Now they are all protected, so it gives compilation errors. Is there any elegant way to solve this ?</description></item><item><title>re: How to debug classic ASP pages in VS 2005</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#433398</link><pubDate>Tue, 28 Jun 2005 20:09:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:433398</guid><dc:creator>Mikhail Arkhipov (MSFT)</dc:creator><description>The simples way is to declare a public property that returns the inner control instance. However, when I am thinking that I need to declare an accessor method or property, I always stop and think if the code is structured right. Accessor methods that give access to otherwise private or protected members are often just hacks. Certain code restructuring may eliminate necessity to access protected members. Of course, it is not always possible.</description></item><item><title>re: How to debug classic ASP pages in VS 2005</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#454517</link><pubDate>Mon, 22 Aug 2005 18:07:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:454517</guid><dc:creator>Arthur Taylor</dc:creator><description>What about steps &lt;br&gt;5)Debug | Attach to Process   and &lt;br&gt;6)Locate IIS ASP worker process (w3wp.exe on IIS6) which exposes x86 and Script and attach as Script &lt;br&gt;&lt;br&gt;Can you describe the details to carry out these actions?&lt;br&gt;&lt;br&gt;Thanks  </description></item><item><title>re: How to debug classic ASP pages in VS 2005</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#456041</link><pubDate>Thu, 25 Aug 2005 07:16:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:456041</guid><dc:creator>Mikhail Arkhipov (MSFT)</dc:creator><description>You access Attach to Process command in the Debug menu. It display a window with all processes running in OS that you can attach to. One of the processes will be w3wp and type of code will be x86 and Script. Select the process and at the top of the dialog choose Script instead of Automatic. Click Attach.</description></item><item><title>re: How to debug classic ASP pages in VS 2005</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#477897</link><pubDate>Thu, 06 Oct 2005 20:39:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:477897</guid><dc:creator>Dianne Siebold</dc:creator><description>I'm trying to debug classic ASP in VS 2005 and have tried everything to get it to work.  I open the web site as a web project.  Then when I do Debug.StartWithoutDebugging it runs the web site from //localhost and everything looks good.  But I cannot attach to the ASP.NET worker process because it's not running.  No matter what I try, the worker process doesn't run which seems to make sense because the pages are ASP not ASP.NET.  Any ideas on why this is happening or what I can try?  Thanks.</description></item><item><title>re: How to debug classic ASP pages in VS 2005</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#480320</link><pubDate>Thu, 13 Oct 2005 02:09:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:480320</guid><dc:creator>Mikhail Arkhipov (MSFT)</dc:creator><description>You need to attach to ASP worker process, not ASP.NET process.</description></item><item><title>re: How to debug classic ASP pages in VS 2005</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#481764</link><pubDate>Mon, 17 Oct 2005 13:49:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:481764</guid><dc:creator>Andy Norman</dc:creator><description>If this is true, then how on earth can you now debug code in the application startup event in classic ASP ?&lt;br&gt;&lt;br&gt;You can't attach to the w3wp.exe process when you application startup code it running so you have run it from a project in VS.NET 2003. Are you saying there is therefore now not a way to debug the startup event ?</description></item><item><title>re: How to debug classic ASP pages in VS 2005</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#510463</link><pubDate>Sun, 08 Jan 2006 00:20:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:510463</guid><dc:creator>Joshua Flanagan</dc:creator><description>FYI -&lt;br&gt;When running on XP Pro/IIS 5, you need to attach to dllhost.exe instead of w3wp.exe. You may have more than one instance of dllhost running on your machine, so look for the one with Type &amp;quot;Script, x86&amp;quot; and the User Name column indicates your IIS process account (IWAM_machinename).</description></item><item><title>re: How to debug classic ASP pages in VS 2005</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#511155</link><pubDate>Tue, 10 Jan 2006 14:13:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:511155</guid><dc:creator>Arun</dc:creator><description>I have a clarification. I used to debug ASP application in VS 2003. I shut down the system and the next day, when I tried to Debug Process, it gave me an error.&lt;br&gt;---------------------------&lt;br&gt;Microsoft Development Environment&lt;br&gt;---------------------------&lt;br&gt;Processes cannot be displayed. Access is denied. Verify that you are an administrator or a member of the 'Debugger Users' group on the machine you are trying to debug. After being added to the 'Debugger Users' group, you must log off and log back on for the setting to apply.&lt;br&gt;---------------------------&lt;br&gt;OK   &lt;br&gt;---------------------------&lt;br&gt;&lt;br&gt;Can you help me on this? My account is administrator account and is added in &amp;quot;Debugging users&amp;quot; group.&lt;br&gt;&lt;br&gt;Thanks.&lt;br&gt;Arun </description></item><item><title>re: How to debug classic ASP pages in VS 2005</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#522767</link><pubDate>Thu, 02 Feb 2006 06:18:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:522767</guid><dc:creator>Ron Pinkas</dc:creator><description>Hi Mikhail,&lt;br/&gt;&lt;br/&gt;I can attach to the worker process (dllhost Script x86) but it clearly is not fully attached, as break point are never activated, and even the OutputDebugString() output is NOT being captured.&lt;br/&gt;&lt;br/&gt;When I do the same with VS 2003, i.e attaching to the SAME dllhost process, it DOES capture the OutputDebugString output, and break points DO activate, but my symbolic info does NOT load (compiled with VS 2005).&lt;br/&gt;&lt;br/&gt;FWIW, I can see 2 dllhost process, and I did try attaching to EACH seperatly as well as BOTH.&lt;br/&gt;&lt;br/&gt;Finally, the script engine I try to debug is compiled with VS 2005 using full debug info, and oherwise functions perfectly.&lt;br/&gt;&lt;br/&gt;What am I missing?&lt;br/&gt;&lt;br/&gt;Ron</description></item><item><title>re: How to debug classic ASP pages in VS 2005</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#522793</link><pubDate>Thu, 02 Feb 2006 07:21:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:522793</guid><dc:creator>Ron Pinkas</dc:creator><description>Oops, sorry in VS 2003, with the project compiled with VS 2005, the break points do NOT activate, because teh symbolic info is not loaded, but the DEbugger DOES capture OutputDebugString(), and it DOES capture exceptions. It also DID activate break point when the project was compiled with VS 2003.&lt;br/&gt;&lt;br/&gt;I also found I CAN tell my project to use &amp;quot;Web Service Debugger&amp;quot; and when I use url such as &lt;a rel="nofollow" target="_new" href="http://LocalHost/test.asp"&gt;http://LocalHost/test.asp&lt;/a&gt; it DOES start IE, and it does capture an Error info posted by means of IActiveScriptSite::OnScriptError(), but break point which should have trigger BEFORE that point are NOT intercepted.&lt;br/&gt;&lt;br/&gt;TIA,&lt;br/&gt;&lt;br/&gt;Ron</description></item><item><title>re: How to debug classic ASP pages in VS 2005</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#522852</link><pubDate>Thu, 02 Feb 2006 08:56:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:522852</guid><dc:creator>Ron Pinkas</dc:creator><description>Solution found.&lt;br/&gt;&lt;br/&gt;As simple as it may sound, all I had to do was to select &amp;quot;Native code&amp;quot;, in the &amp;quot;Attach to:&amp;quot; combo box, of the &amp;quot;Attach to Process&amp;quot; Dialog - the default &amp;quot;Automatic&amp;quot; simply fails to attach.&lt;br/&gt;&lt;br/&gt;Ron </description></item><item><title>re: How to debug classic ASP pages in VS 2005</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#525780</link><pubDate>Mon, 06 Feb 2006 19:35:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:525780</guid><dc:creator>Igor Jecmenic</dc:creator><description>Hi Mikhail,&lt;br /&gt;&lt;br /&gt;I have a question about ASP debugging. Have class library written in VB6 that is call from classic asp page. Can I debugg it all together with VS 2005 and VS 6 as I can debbug it with VS 2003 and VS 6.&lt;br /&gt;I try debugging asp page with VS 2005 and it works but in that page I have calls of methods from some extern class written in VB6, that I need to debugg it also. I can not join this 2 debuggings.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Igor &amp;nbsp; </description></item><item><title>Debug classic ASP pages in VS 2005 on Windows XP and IIS 5.1</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#526536</link><pubDate>Tue, 07 Feb 2006 15:39:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:526536</guid><dc:creator>Graham Parker</dc:creator><description>Hi Mikhail,&lt;br /&gt;&lt;br /&gt;Thanks a lot for your posts. &amp;nbsp;They have really helped me a lot already.&lt;br /&gt;&lt;br /&gt;I have been trying to get Classic ASP debugging working with VS2005, in a mixed project of both .aspx and .asp files. &amp;nbsp;The only difference is that I am using XP Pro with IIS 5.1&lt;br /&gt;&lt;br /&gt;I followed your steps for enabling debugging. &amp;nbsp;Instead of attaching to w3wp.exe, I am attaching to the inetinfo.exe process. &amp;nbsp;&lt;br /&gt;I can start without debugging, and then if I position my cursor inside the script or &amp;lt;% tags. &amp;nbsp;I am able to set a breakpoint. &amp;nbsp;&lt;br /&gt;By then refreshing the .asp page using Ctrl-F5, my breakpoint is not hit, and the comment inside the Visual Studio IDE when I hover over the breakpoint symbol in the margin says: &amp;nbsp;'The breakpoint will not currently be hit, no symbols have been loaded for this document'&lt;br /&gt;&lt;br /&gt;As a result, I was almost, but not quite able to show that debugging classic ASP pages is possible in IIS5.1 on XP &lt;br /&gt;&lt;br /&gt;I am not able to spend any more time on this, so perhaps someone else can pick this up?&lt;br /&gt;&lt;br /&gt;Best wishes&lt;br /&gt;Graham.</description></item><item><title>How to debug classic ASP pages in VS 2005: IIS 5.1</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#527294</link><pubDate>Wed, 08 Feb 2006 08:09:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:527294</guid><dc:creator>Mikhail Arkhipov (MSFT)'s WebLog</dc:creator><description>Some time ago I blogged about how to debug classic ASP applications in VS 2005 with IIS 6. A few people...</description></item><item><title>re: How to debug classic ASP pages in VS 2005</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#544050</link><pubDate>Sun, 05 Mar 2006 21:03:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:544050</guid><dc:creator>stoki</dc:creator><description>great</description></item><item><title>Making ddebugging of classic ASP easier</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#552238</link><pubDate>Wed, 15 Mar 2006 23:40:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:552238</guid><dc:creator>Mikhail Arkhipov (MSFT)'s WebLog</dc:creator><description>I blogged earlier how to debug classic ASP with VS 2005 on IIS5 and on IIS6. However, attaching to a...</description></item><item><title>re: How to debug classic ASP pages in VS 2005</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#582074</link><pubDate>Mon, 24 Apr 2006 14:21:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:582074</guid><dc:creator>Michael Monteiro</dc:creator><description>Anyone know if you can debug classic ASP with Visual Web Developer Express? The Debug window does not have an option to attach to a process.</description></item><item><title>re: How to debug classic ASP pages in VS 2005</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#582270</link><pubDate>Mon, 24 Apr 2006 19:47:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:582270</guid><dc:creator>Mikhail Arkhipov (MSFT)</dc:creator><description>No, I don't think it is possible. VWD Express does not support attaching to processes.</description></item><item><title>Microsoft-foredrag i Vedb&amp;#230;k (ASP3 til ASP.NET2)</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#585122</link><pubDate>Thu, 27 Apr 2006 18:24:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:585122</guid><dc:creator>Michell Cronberg</dc:creator><description /></item><item><title>how to debug classic asp pages</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#2399294</link><pubDate>Thu, 03 May 2007 23:50:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2399294</guid><dc:creator>roy ashbrook</dc:creator><description>&lt;p&gt;Dave got a request to allow someone to setup Visual Studio 6 so they could use Visual InterDev. I&amp;amp;#8217;m&lt;/p&gt;
</description></item><item><title>SmartBlog &amp;raquo; Dedugando ASP NO Visual Studio 2005 / IIS 5.1</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#5349830</link><pubDate>Mon, 08 Oct 2007 00:20:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5349830</guid><dc:creator>SmartBlog » Dedugando ASP NO Visual Studio 2005 / IIS 5.1</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://blog.smartconsulting.com.br/2007/10/07/dedugando-asp-no-visual-studio-2005-iis-51/"&gt;http://blog.smartconsulting.com.br/2007/10/07/dedugando-asp-no-visual-studio-2005-iis-51/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Visual Studio 2005 で classic ASP をデバッグする方法</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#5389960</link><pubDate>Wed, 10 Oct 2007 10:44:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5389960</guid><dc:creator>using Misuzilla.Wankuma;</dc:creator><description>&lt;p&gt;Visual Studio 2005 で classic ASP をデバッグする方法&lt;/p&gt;
</description></item><item><title>How to debug classic ASP pages in VS 2005</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#6209878</link><pubDate>Wed, 14 Nov 2007 16:05:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6209878</guid><dc:creator>Alex Gordon</dc:creator><description>&lt;p&gt;Setting Debugging for Interdev ASP project in Windows 2003 Server / IIS6&lt;/p&gt;
&lt;p&gt;// this step may not be needed.&lt;/p&gt;
&lt;p&gt;Open Component Services-&amp;gt;Component Services-&amp;gt;Computers-&amp;gt;MyComputer-&amp;gt;DCom Config-&amp;gt;Machine Debug Manager-&amp;gt;Properties-&amp;gt;Security.&lt;/p&gt;
&lt;p&gt;For Launch and Activate and Access Permissions select Customize. Add &amp;nbsp;Interactive and IWAM_COMPNAME.&lt;/p&gt;
&lt;p&gt;In IIS6, create under your WebSites/Default Web Site your Application ABCApp, point to the folder where Interdev application and follow normal steps to create InterDev application(I did it in Master mode)&lt;/p&gt;
&lt;p&gt;Set in IIS ABCApp/Properties/Configuration/Debugging. Set Debugging Flags for Enable ASP server-side and client-side debugging. &lt;/p&gt;
&lt;p&gt;Go in IIS to Application Pools/DefaultAppPool-&amp;gt;Properties-&amp;gt;Identity. Set it to Configurable: IWAM_COMPNAME.&lt;/p&gt;
&lt;p&gt;This let me stop at breakpoints in InterDev.&lt;/p&gt;</description></item><item><title>links for 2007-11-22 | Lazycoder</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#6468371</link><pubDate>Thu, 22 Nov 2007 13:27:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6468371</guid><dc:creator>links for 2007-11-22 | Lazycoder</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.lazycoder.com/weblog/index.php/archives/2007/11/22/links-for-2007-11-22/"&gt;http://www.lazycoder.com/weblog/index.php/archives/2007/11/22/links-for-2007-11-22/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Bob On Development &amp;raquo; A Reason To Keep a Project on Visual Studio 2003 &amp;#8212; in 2007</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#6829164</link><pubDate>Fri, 21 Dec 2007 20:57:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6829164</guid><dc:creator>Bob On Development » A Reason To Keep a Project on Visual Studio 2003 — in 2007</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://bobondevelopment.com/2007/12/21/a-reason-to-keep-a-project-on-visual-studio-2003-in-2007/"&gt;http://bobondevelopment.com/2007/12/21/a-reason-to-keep-a-project-on-visual-studio-2003-in-2007/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>总有那么一天会回到过去的垃圾堆里去翻翻(在VS2005里Debug asp page)</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#8148648</link><pubDate>Tue, 11 Mar 2008 13:07:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8148648</guid><dc:creator>z_true</dc:creator><description>&lt;p&gt;好久没更新过了。翻找了下，这两篇博客指导了如何做1、2，记录下。要用到的工具ListDlls简单地说1.VS自带的Cassini不支持ASPdebug，必须用IIS，而且2.要用vs2005A...&lt;/p&gt;
</description></item><item><title>  ???VS2005??????ASP</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#8903227</link><pubDate>Thu, 28 Aug 2008 14:55:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8903227</guid><dc:creator>  ???VS2005??????ASP</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.nankaipan.cn/blog/?p=16"&gt;http://www.nankaipan.cn/blog/?p=16&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Debug asp .Net | hilpers</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#9356547</link><pubDate>Wed, 21 Jan 2009 17:38:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9356547</guid><dc:creator>Debug asp .Net | hilpers</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.hilpers.it/2608812-debug-asp-net"&gt;http://www.hilpers.it/2608812-debug-asp-net&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>80131534 error trying to instantiate interop com from asp | keyongtech</title><link>http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx#9364984</link><pubDate>Thu, 22 Jan 2009 11:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9364984</guid><dc:creator>80131534 error trying to instantiate interop com from asp | keyongtech</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.keyongtech.com/477952-80131534-error-trying-to-instantiate"&gt;http://www.keyongtech.com/477952-80131534-error-trying-to-instantiate&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>