<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/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/" xmlns:cs="http://blogs.iis.net/"><channel><title>IIS7 - Extensibility</title><link>http://forums.iis.net/1042.aspx</link><description>Problems developing a IIS 7 module using Native or Managed code - come here for help from the experts.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: ISAPI DLL call .Net DLL</title><link>http://forums.iis.net/thread/1902223.aspx</link><pubDate>Wed, 29 Apr 2009 02:29:46 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1902223</guid><dc:creator>lextm</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1902223.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1042&amp;PostID=1902223</wfw:commentRss><description>&lt;p&gt;How did this standalone application calls this .NET assembly? Also via COM interface?&lt;/p&gt;
&lt;p&gt;If you add this .NET assembly as reference of this app, or the app uses reflection to load it, then the VB script test is still a must to narrow down the problem.&lt;/p&gt;</description></item><item><title>Re: ISAPI DLL call .Net DLL</title><link>http://forums.iis.net/thread/1902096.aspx</link><pubDate>Tue, 28 Apr 2009 13:02:08 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1902096</guid><dc:creator>brusoft</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1902096.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1042&amp;PostID=1902096</wfw:commentRss><description>I did the above without the /codebase /tlb and then did a drag-n-drop to the windows\assembly (GAC).&amp;nbsp; I don&amp;#39;t have a VB Script, but I do have another stand alone application that has no problem calling the .NET DLL.&lt;br /&gt;</description></item><item><title>Re: ISAPI DLL call .Net DLL</title><link>http://forums.iis.net/thread/1902063.aspx</link><pubDate>Tue, 28 Apr 2009 05:48:31 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1902063</guid><dc:creator>lextm</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1902063.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1042&amp;PostID=1902063</wfw:commentRss><description>&lt;p&gt;Do you use the following command line to register this .NET assembly?&lt;/p&gt;
&lt;p&gt;






&lt;span style="FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;BACKGROUND:yellow;FONT-SIZE:11pt;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;"&gt;regasm netdcom.dll /codebase /tlb&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;where netdcom.dll is the file name.&lt;/p&gt;
&lt;p&gt;If you already did that, can you write a VB script to call this COM locally? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>ISAPI DLL call .Net DLL</title><link>http://forums.iis.net/thread/1902052.aspx</link><pubDate>Tue, 28 Apr 2009 02:17:19 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1902052</guid><dc:creator>brusoft</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1902052.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1042&amp;PostID=1902052</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m getting an &lt;strong&gt;OLE System error that file can&amp;#39;t be found&lt;/strong&gt; when my ISAPI DLL trys to call a .NET DLL.&amp;nbsp; This is occurring on a new installation running Server 2008 and IIS 7.&amp;nbsp; The same ISAPI DLL and .NET DLL are communicating fine within the other installation running Server 2003 and IIS 6.&amp;nbsp; I first had difficulty with the 2003/IIS6 installaction until I registrered the .Net DLL with regasm.exe and installed the .NET DLL in the c:\windows\assembly (GAC) folder.&amp;nbsp;I&amp;#39;ve done the same with the new installation, but get the above error.&amp;nbsp; Any ideas what I&amp;#39;m missing?&lt;/p&gt;</description></item></channel></rss>