<?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 and deploying Managed COM add-ins with VB.NET 2005 &#8211; Part II</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2006/08/07/creating-and-deploying-managed-com-add-ins-with-vbnet-2005-part-ii/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2006/08/07/creating-and-deploying-managed-com-add-ins-with-vbnet-2005-part-ii/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: AsimZia</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/07/creating-and-deploying-managed-com-add-ins-with-vbnet-2005-part-ii/#comment-21101</link>
		<dc:creator>AsimZia</dc:creator>
		<pubDate>Fri, 29 Sep 2006 11:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1463#comment-21101</guid>
		<description>&lt;p&gt;Hi there,&lt;br&gt;
I have a confusion  in the following code :&lt;/p&gt;
&lt;p&gt; &quot;oLotusCommandBar = CType(xlApp.CommandBars.Add(Name:=CONST_TITLE, _&lt;br&gt;
                                                    Position:=Office.MsoBarPosition.msoBarTop, _&lt;br&gt;
                                                    Temporary:=True), Office.CommandBar)&lt;/p&gt;
&lt;p&gt;I have taken the same sample example from microsoft site as well, but didn&#039;t get through with it,&lt;br&gt;
as soon as i come on the above mentioned line in debug mode, it generates an exception of :&lt;/p&gt;
&lt;p&gt;System.ArgumentException: Value Does not fall within the expected range&lt;/p&gt;
&lt;p&gt;And after this message my whole application disconnected to run to in the debug environment, in simple it crashes all my program and for just over coming this thing i have create a new Addin file completely from the scratch.&lt;/p&gt;
&lt;p&gt;Just for instance can i ask you onething, there are 4 parameters for XlApp.CommandBars.Add and you have shown three of them, does that make any difference.&lt;/p&gt;
&lt;p&gt;Please reply me as soon as possible if you can help me.&lt;br&gt;
Thanks in advance.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br&gt;
Asim.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
I have a confusion  in the following code :</p>
<p> &#8220;oLotusCommandBar = CType(xlApp.CommandBars.Add(Name:=CONST_TITLE, _<br />
                                                    Position:=Office.MsoBarPosition.msoBarTop, _<br />
                                                    Temporary:=True), Office.CommandBar)</p>
<p>I have taken the same sample example from microsoft site as well, but didn&#8217;t get through with it,<br />
as soon as i come on the above mentioned line in debug mode, it generates an exception of :</p>
<p>System.ArgumentException: Value Does not fall within the expected range</p>
<p>And after this message my whole application disconnected to run to in the debug environment, in simple it crashes all my program and for just over coming this thing i have create a new Addin file completely from the scratch.</p>
<p>Just for instance can i ask you onething, there are 4 parameters for XlApp.CommandBars.Add and you have shown three of them, does that make any difference.</p>
<p>Please reply me as soon as possible if you can help me.<br />
Thanks in advance.</p>
<p>Regards,<br />
Asim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MacroMan</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/07/creating-and-deploying-managed-com-add-ins-with-vbnet-2005-part-ii/#comment-20525</link>
		<dc:creator>MacroMan</dc:creator>
		<pubDate>Wed, 09 Aug 2006 14:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1463#comment-20525</guid>
		<description>&lt;p&gt;Dennis,&lt;/p&gt;
&lt;p&gt;Thanks, that would be great.  I&#039;m a C# hobbyist, would luv to see your code.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dennis,</p>
<p>Thanks, that would be great.  I&#8217;m a C# hobbyist, would luv to see your code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MacroMan</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/07/creating-and-deploying-managed-com-add-ins-with-vbnet-2005-part-ii/#comment-20524</link>
		<dc:creator>MacroMan</dc:creator>
		<pubDate>Wed, 09 Aug 2006 14:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1463#comment-20524</guid>
		<description>&lt;p&gt;Dennis,&lt;/p&gt;
&lt;p&gt;Thanks, that would be great.  I&#039;m a C# hobbyist, it would be great if this site combined posts with VBA.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dennis,</p>
<p>Thanks, that would be great.  I&#8217;m a C# hobbyist, it would be great if this site combined posts with VBA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XL-Dennis</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/07/creating-and-deploying-managed-com-add-ins-with-vbnet-2005-part-ii/#comment-20521</link>
		<dc:creator>XL-Dennis</dc:creator>
		<pubDate>Wed, 09 Aug 2006 07:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1463#comment-20521</guid>
		<description>&lt;p&gt;I managed to dig up a forgotten URL among my favourites to an online converter VBC#:&lt;br&gt;
&lt;a href=&quot;http://www.carlosag.net/Tools/CodeTranslator/Default.aspx&quot; rel=&quot;nofollow&quot;&gt;http://www.carlosag.net/Tools/CodeTranslator/Default.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br&gt;
Dennis&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I managed to dig up a forgotten URL among my favourites to an online converter VBC#:<br />
<a href="http://www.carlosag.net/Tools/CodeTranslator/Default.aspx" rel="nofollow">http://www.carlosag.net/Tools/CodeTranslator/Default.aspx</a></p>
<p>Kind regards,<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XL-Dennis</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/07/creating-and-deploying-managed-com-add-ins-with-vbnet-2005-part-ii/#comment-20520</link>
		<dc:creator>XL-Dennis</dc:creator>
		<pubDate>Wed, 09 Aug 2006 07:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1463#comment-20520</guid>
		<description>&lt;p&gt;MacroMan,&lt;/p&gt;
&lt;p&gt;Since I&#039;m trying to learn C# the project is under developing for C# with Delphi 2006. &lt;/p&gt;
&lt;p&gt;There exist at least one commercial tool to convert VB.NET to C#:&lt;br&gt;
&lt;a href=&quot;http://www.ellkay.com/ConvertVB2CSharp.htmhttp://www.ellkay.com/ConvertVB2CSharp.htm&quot; rel=&quot;nofollow&quot;&gt;http://www.ellkay.com/ConvertVB2CSharp.htmhttp://www.ellkay.com/ConvertVB2CSharp.htm&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br&gt;
Dennis&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>MacroMan,</p>
<p>Since I&#8217;m trying to learn C# the project is under developing for C# with Delphi 2006. </p>
<p>There exist at least one commercial tool to convert VB.NET to C#:<br />
<a href="http://www.ellkay.com/ConvertVB2CSharp.htmhttp://www.ellkay.com/ConvertVB2CSharp.htm" rel="nofollow">http://www.ellkay.com/ConvertVB2CSharp.htmhttp://www.ellkay.com/ConvertVB2CSharp.htm</a>.</p>
<p>Kind regards,<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MacroMan</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/07/creating-and-deploying-managed-com-add-ins-with-vbnet-2005-part-ii/#comment-20519</link>
		<dc:creator>MacroMan</dc:creator>
		<pubDate>Wed, 09 Aug 2006 06:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1463#comment-20519</guid>
		<description>&lt;p&gt;Is it wrong to ask for a C# version on this site?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Is it wrong to ask for a C# version on this site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XL-Dennis</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/07/creating-and-deploying-managed-com-add-ins-with-vbnet-2005-part-ii/#comment-20508</link>
		<dc:creator>XL-Dennis</dc:creator>
		<pubDate>Tue, 08 Aug 2006 22:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1463#comment-20508</guid>
		<description>&lt;p&gt;Hi Mike,&lt;/p&gt;
&lt;p&gt;Thanks for You kind comment :)&lt;/p&gt;
&lt;p&gt;I sincerely hope we can end up in a discussion about managed COM add-ins when all the pieces are in place.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br&gt;
Dennis&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Thanks for You kind comment <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I sincerely hope we can end up in a discussion about managed COM add-ins when all the pieces are in place.</p>
<p>Kind regards,<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Rosenblum</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/07/creating-and-deploying-managed-com-add-ins-with-vbnet-2005-part-ii/#comment-20506</link>
		<dc:creator>Mike Rosenblum</dc:creator>
		<pubDate>Tue, 08 Aug 2006 20:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1463#comment-20506</guid>
		<description>&lt;p&gt;Dennis, this is a beautiful job... &lt;/p&gt;
&lt;p&gt;Nice end-to-end solution. Discussing even XP Visual Styles is a nice touch. :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dennis, this is a beautiful job&#8230; </p>
<p>Nice end-to-end solution. Discussing even XP Visual Styles is a nice touch. <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

