<?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 for Olav Aukan</title>
	<atom:link href="http://www.olavaukan.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.olavaukan.com</link>
	<description>Getting information off the Internet is like taking a drink from a fire hydrant...</description>
	<lastBuildDate>Tue, 20 Dec 2011 14:01:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Creating an ActiveX control in .Net using C# by Eli</title>
		<link>http://www.olavaukan.com/2010/08/creating-an-activex-control-in-net-using-c/comment-page-2/#comment-2514</link>
		<dc:creator>Eli</dc:creator>
		<pubDate>Tue, 20 Dec 2011 14:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.olavaukan.com/?p=287#comment-2514</guid>
		<description>10x , work just fine ...</description>
		<content:encoded><![CDATA[<p>10x , work just fine &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an ActiveX control in .Net using C# by Srikanth</title>
		<link>http://www.olavaukan.com/2010/08/creating-an-activex-control-in-net-using-c/comment-page-2/#comment-2258</link>
		<dc:creator>Srikanth</dc:creator>
		<pubDate>Thu, 01 Dec 2011 22:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.olavaukan.com/?p=287#comment-2258</guid>
		<description>Hi Olav,

I followed the exact same steps . I get this Automation Server can&#039;t create this object. But I was able to resolve it by using the ID directly instead of Instantiating the ActiveXControl (in your case).

Its so strange that the IE doesn&#039;t popup a dialog asking whether you want to install the CAB file.

And also I get this error &quot;Object doesn&#039;t support this property or method&quot; when trying a access an active x control&#039;s function. It works fine incase of properties though.

Please help me resolve this issue.</description>
		<content:encoded><![CDATA[<p>Hi Olav,</p>
<p>I followed the exact same steps . I get this Automation Server can&#8217;t create this object. But I was able to resolve it by using the ID directly instead of Instantiating the ActiveXControl (in your case).</p>
<p>Its so strange that the IE doesn&#8217;t popup a dialog asking whether you want to install the CAB file.</p>
<p>And also I get this error &#8220;Object doesn&#8217;t support this property or method&#8221; when trying a access an active x control&#8217;s function. It works fine incase of properties though.</p>
<p>Please help me resolve this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an ActiveX control in .Net using C# by mb123</title>
		<link>http://www.olavaukan.com/2010/08/creating-an-activex-control-in-net-using-c/comment-page-2/#comment-2251</link>
		<dc:creator>mb123</dc:creator>
		<pubDate>Thu, 01 Dec 2011 12:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.olavaukan.com/?p=287#comment-2251</guid>
		<description>Hello, 

How can I debug my ActiveX control?</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>How can I debug my ActiveX control?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an ActiveX control in .Net using C# by vrushali</title>
		<link>http://www.olavaukan.com/2010/08/creating-an-activex-control-in-net-using-c/comment-page-2/#comment-2243</link>
		<dc:creator>vrushali</dc:creator>
		<pubDate>Thu, 01 Dec 2011 03:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.olavaukan.com/?p=287#comment-2243</guid>
		<description>hi, 
i have used this method to access the ActiveX control using web server it&#039;s working fine .
But when i have put something into the user control it will not display anything ,message box displayed into the web page but i want to access the user control design can you please tell me how to access the ActiveX control into the web page through web server .</description>
		<content:encoded><![CDATA[<p>hi,<br />
i have used this method to access the ActiveX control using web server it&#8217;s working fine .<br />
But when i have put something into the user control it will not display anything ,message box displayed into the web page but i want to access the user control design can you please tell me how to access the ActiveX control into the web page through web server .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an ActiveX control in .Net using C# by Max</title>
		<link>http://www.olavaukan.com/2010/08/creating-an-activex-control-in-net-using-c/comment-page-2/#comment-1887</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Thu, 03 Nov 2011 17:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.olavaukan.com/?p=287#comment-1887</guid>
		<description>First of all, This is great work.
I have a strange issue running it on WinXP. 
My proyect uses .Net Remoting
When I try to call any method from JS an exception in IExplorer is launched saying the method is not supported by the object.
But  the same proyect works on Win7. 
In WinXP I have IExplorer 8.0.6001 and in Win7 8.0.7601.

Is there any know security issue with IExplorer?
I hope you can help to me</description>
		<content:encoded><![CDATA[<p>First of all, This is great work.<br />
I have a strange issue running it on WinXP.<br />
My proyect uses .Net Remoting<br />
When I try to call any method from JS an exception in IExplorer is launched saying the method is not supported by the object.<br />
But  the same proyect works on Win7.<br />
In WinXP I have IExplorer 8.0.6001 and in Win7 8.0.7601.</p>
<p>Is there any know security issue with IExplorer?<br />
I hope you can help to me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTC HD2 Not Upgradeable To Windows Phone 7 After All by Olav Aukan</title>
		<link>http://www.olavaukan.com/2010/03/htc-hd2-not-upgradeable-to-windows-phone-7-after-all/comment-page-1/#comment-1884</link>
		<dc:creator>Olav Aukan</dc:creator>
		<pubDate>Thu, 03 Nov 2011 09:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.olavaukan.com/?p=224#comment-1884</guid>
		<description>Yeah I&#039;ve actually been running a reverse engineered version of Android from XDADevelopers on my HD2 for about a year now:-) People freak out when I show them a Linux boot screen on a windows phone, hehe! Only issue I have is that it eats through the batteries in a few hours...</description>
		<content:encoded><![CDATA[<p>Yeah I&#8217;ve actually been running a reverse engineered version of Android from XDADevelopers on my HD2 for about a year now:-) People freak out when I show them a Linux boot screen on a windows phone, hehe! Only issue I have is that it eats through the batteries in a few hours&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Content types can be unghosted too! by Content Type Ghosting &#171; Sladescross&#39;s Blog</title>
		<link>http://www.olavaukan.com/2010/10/content-types-can-be-unghosted-too/comment-page-1/#comment-1793</link>
		<dc:creator>Content Type Ghosting &#171; Sladescross&#39;s Blog</dc:creator>
		<pubDate>Thu, 20 Oct 2011 08:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.olavaukan.com/?p=341#comment-1793</guid>
		<description>[...] http://www.olavaukan.com/2010/10/content-types-can-be-unghosted-too/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.olavaukan.com/2010/10/content-types-can-be-unghosted-too/" rel="nofollow">http://www.olavaukan.com/2010/10/content-types-can-be-unghosted-too/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an ActiveX control in .Net using C# by B33bs</title>
		<link>http://www.olavaukan.com/2010/08/creating-an-activex-control-in-net-using-c/comment-page-2/#comment-1770</link>
		<dc:creator>B33bs</dc:creator>
		<pubDate>Mon, 17 Oct 2011 10:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.olavaukan.com/?p=287#comment-1770</guid>
		<description>I&#039;m getting the &quot;Automation Server can&#039;t create object&quot; but only on some PC&#039;s... 

Could anyone explain why this is happening? It&#039;s really frustrating</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the &#8220;Automation Server can&#8217;t create object&#8221; but only on some PC&#8217;s&#8230; </p>
<p>Could anyone explain why this is happening? It&#8217;s really frustrating</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTC HD2 Not Upgradeable To Windows Phone 7 After All by kesavamoorthi</title>
		<link>http://www.olavaukan.com/2010/03/htc-hd2-not-upgradeable-to-windows-phone-7-after-all/comment-page-1/#comment-1762</link>
		<dc:creator>kesavamoorthi</dc:creator>
		<pubDate>Sat, 15 Oct 2011 09:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.olavaukan.com/?p=224#comment-1762</guid>
		<description>But XDA developers have ported Android 2.3.6 (Latest version even no other device runs this except Nexus one) to HD2. I flashed my HD2 to this and its 100 % stable. you can try it if you are interested in Android</description>
		<content:encoded><![CDATA[<p>But XDA developers have ported Android 2.3.6 (Latest version even no other device runs this except Nexus one) to HD2. I flashed my HD2 to this and its 100 % stable. you can try it if you are interested in Android</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an ActiveX control in .Net using C# by satish</title>
		<link>http://www.olavaukan.com/2010/08/creating-an-activex-control-in-net-using-c/comment-page-2/#comment-1606</link>
		<dc:creator>satish</dc:creator>
		<pubDate>Fri, 23 Sep 2011 09:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.olavaukan.com/?p=287#comment-1606</guid>
		<description>Gr8 JOB..!!!!</description>
		<content:encoded><![CDATA[<p>Gr8 JOB..!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

