<?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: Creating COM Components using Visual C#.NET</title>
	<atom:link href="http://blog.stevedoria.net/20051008/creating-com-components-using-visual-csharp-dot-net/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.stevedoria.net/20051008/creating-com-components-using-visual-csharp-dot-net</link>
	<description>Real-World Computing Experience Distilled</description>
	<lastBuildDate>Mon, 30 Jan 2012 20:04:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sagar</title>
		<link>http://blog.stevedoria.net/20051008/creating-com-components-using-visual-csharp-dot-net/comment-page-1#comment-7997</link>
		<dc:creator>Sagar</dc:creator>
		<pubDate>Tue, 22 Nov 2011 13:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevedoria.net/?p=27#comment-7997</guid>
		<description>I tried this example using Visual Studio 2010. But getting error 
 “ActiveX component can’t create object: COMTest.COMObject”</description>
		<content:encoded><![CDATA[<p>I tried this example using Visual Studio 2010. But getting error<br />
 “ActiveX component can’t create object: COMTest.COMObject”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinícius</title>
		<link>http://blog.stevedoria.net/20051008/creating-com-components-using-visual-csharp-dot-net/comment-page-1#comment-7957</link>
		<dc:creator>Vinícius</dc:creator>
		<pubDate>Fri, 16 Sep 2011 13:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevedoria.net/?p=27#comment-7957</guid>
		<description>TKS A LOT! Worked perfectly!</description>
		<content:encoded><![CDATA[<p>TKS A LOT! Worked perfectly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://blog.stevedoria.net/20051008/creating-com-components-using-visual-csharp-dot-net/comment-page-1#comment-7942</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 19 Aug 2011 14:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevedoria.net/?p=27#comment-7942</guid>
		<description>I tried this example using Visual Studio 2010. It all works except for the last step:

U:\My Documents\Visual Studio 2010\Projects\ComTest\ComTest\bin\Debug&gt;regasm Com
Test.dll /tlb:COMTest.tlb /codebase COMTest
Microsoft (R) .NET Framework Assembly Registration Utility 4.0.30319.1
Copyright (C) Microsoft Corporation 1998-2004.  All rights reserved.

RegAsm : error RA0000 : Could not load file or assembly &#039;file:///U:\My Documents
\Visual Studio 2010\Projects\ComTest\ComTest\bin\Debug\ComTest.dll&#039; or one of it
s dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)</description>
		<content:encoded><![CDATA[<p>I tried this example using Visual Studio 2010. It all works except for the last step:</p>
<p>U:\My Documents\Visual Studio 2010\Projects\ComTest\ComTest\bin\Debug&gt;regasm Com<br />
Test.dll /tlb:COMTest.tlb /codebase COMTest<br />
Microsoft (R) .NET Framework Assembly Registration Utility 4.0.30319.1<br />
Copyright (C) Microsoft Corporation 1998-2004.  All rights reserved.</p>
<p>RegAsm : error RA0000 : Could not load file or assembly &#8216;file:///U:\My Documents<br />
\Visual Studio 2010\Projects\ComTest\ComTest\bin\Debug\ComTest.dll&#8217; or one of it<br />
s dependencies. Operation is not supported. (Exception from HRESULT: 0&#215;80131515)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sree</title>
		<link>http://blog.stevedoria.net/20051008/creating-com-components-using-visual-csharp-dot-net/comment-page-1#comment-7941</link>
		<dc:creator>sree</dc:creator>
		<pubDate>Fri, 19 Aug 2011 07:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevedoria.net/?p=27#comment-7941</guid>
		<description>superb</description>
		<content:encoded><![CDATA[<p>superb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toni Greco</title>
		<link>http://blog.stevedoria.net/20051008/creating-com-components-using-visual-csharp-dot-net/comment-page-1#comment-7939</link>
		<dc:creator>Toni Greco</dc:creator>
		<pubDate>Thu, 11 Aug 2011 12:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevedoria.net/?p=27#comment-7939</guid>
		<description>To not have warning for [assembly: ...] delete this line and set the snk file here: 
right click on project -&gt; property -&gt; tab sign -&gt; check &quot;Sign assembly&quot; -&gt; in combobox set file name.

I use VS 2010, all work.</description>
		<content:encoded><![CDATA[<p>To not have warning for [assembly: ...] delete this line and set the snk file here:<br />
right click on project -&gt; property -&gt; tab sign -&gt; check &#8220;Sign assembly&#8221; -&gt; in combobox set file name.</p>
<p>I use VS 2010, all work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prayags</title>
		<link>http://blog.stevedoria.net/20051008/creating-com-components-using-visual-csharp-dot-net/comment-page-1#comment-7936</link>
		<dc:creator>prayags</dc:creator>
		<pubDate>Fri, 22 Jul 2011 09:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevedoria.net/?p=27#comment-7936</guid>
		<description>Thanks Steve.

I would advise anybody trying this to first read the whole text by Stever and then  follow the instructions by &quot;Scriptor&quot;.</description>
		<content:encoded><![CDATA[<p>Thanks Steve.</p>
<p>I would advise anybody trying this to first read the whole text by Stever and then  follow the instructions by &#8220;Scriptor&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ????? ?????</title>
		<link>http://blog.stevedoria.net/20051008/creating-com-components-using-visual-csharp-dot-net/comment-page-1#comment-7901</link>
		<dc:creator>????? ?????</dc:creator>
		<pubDate>Mon, 28 Feb 2011 08:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevedoria.net/?p=27#comment-7901</guid>
		<description>you can also use it with PHP . 
samething almost , but it needs to run in wondows only ofcourse
MethodName(with_params);
?&gt;</description>
		<content:encoded><![CDATA[<p>you can also use it with PHP .<br />
samething almost , but it needs to run in wondows only ofcourse<br />
MethodName(with_params);<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Amarsingh G</title>
		<link>http://blog.stevedoria.net/20051008/creating-com-components-using-visual-csharp-dot-net/comment-page-1#comment-7809</link>
		<dc:creator>John Amarsingh G</dc:creator>
		<pubDate>Thu, 23 Sep 2010 06:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevedoria.net/?p=27#comment-7809</guid>
		<description>Nice article.

Easy way of explaining....

Keep it up..

You can also give an example which can be downlodable....</description>
		<content:encoded><![CDATA[<p>Nice article.</p>
<p>Easy way of explaining&#8230;.</p>
<p>Keep it up..</p>
<p>You can also give an example which can be downlodable&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: svincoll4</title>
		<link>http://blog.stevedoria.net/20051008/creating-com-components-using-visual-csharp-dot-net/comment-page-1#comment-7796</link>
		<dc:creator>svincoll4</dc:creator>
		<pubDate>Tue, 07 Sep 2010 20:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevedoria.net/?p=27#comment-7796</guid>
		<description>So great !! It worked.</description>
		<content:encoded><![CDATA[<p>So great !! It worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eli Jones</title>
		<link>http://blog.stevedoria.net/20051008/creating-com-components-using-visual-csharp-dot-net/comment-page-1#comment-7753</link>
		<dc:creator>Eli Jones</dc:creator>
		<pubDate>Mon, 21 Jun 2010 21:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevedoria.net/?p=27#comment-7753</guid>
		<description>About your step #11 for invoking regasm.exe - understand it will only register the components for use on 32-bit processes. For it to be accessible from 64-bit processes, you need to use %SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\RegAsm.exe</description>
		<content:encoded><![CDATA[<p>About your step #11 for invoking regasm.exe &#8211; understand it will only register the components for use on 32-bit processes. For it to be accessible from 64-bit processes, you need to use %SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\RegAsm.exe</p>
]]></content:encoded>
	</item>
</channel>
</rss>

