<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://neovolve.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>Rory Primrose - All Comments</title><link>http://neovolve.com/default.aspx</link><description>I don&amp;#39;t have a solution but I admire the problem</description><dc:language>en</dc:language><generator>CommunityServer 2008 (Build: 30417.1769)</generator><item><title>re: Visual Studio Addin - No such interface supported</title><link>http://neovolve.com/archive/2008/07/08/visual-studio-addin-no-such-interface-supported.aspx#2977</link><pubDate>Sun, 24 Aug 2008 11:52:38 GMT</pubDate><guid isPermaLink="false">1ac71240-09be-4c78-8269-65bbebf133ee:2977</guid><dc:creator>Rory Primrose</dc:creator><description>&lt;p&gt;That&amp;#39;s a great suggestion Jeff. I always prefer the minimum scope/exposure required to get the job done. This is a much better solution than making this an application wide setting.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://neovolve.com/aggbug.aspx?PostID=2977" width="1" height="1"&gt;</description></item><item><title>re: Visual Studio Addin - No such interface supported</title><link>http://neovolve.com/archive/2008/07/08/visual-studio-addin-no-such-interface-supported.aspx#2976</link><pubDate>Sun, 24 Aug 2008 00:55:22 GMT</pubDate><guid isPermaLink="false">1ac71240-09be-4c78-8269-65bbebf133ee:2976</guid><dc:creator>Jeff Brown</dc:creator><description>&lt;p&gt;Thanks for posting this. &amp;nbsp;I just encountered the same error.&lt;/p&gt;
&lt;p&gt;You can also add [ComVisible(true)] to just those types that need to be accessed via COM such as the Connect object.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://neovolve.com/aggbug.aspx?PostID=2976" width="1" height="1"&gt;</description></item><item><title>Getting Code Coverage to Work in Visual Studio</title><link>http://neovolve.com/archive/2008/03/17/code-coverage-not-available-when-debugging-unit-tests.aspx#2966</link><pubDate>Mon, 18 Aug 2008 02:49:06 GMT</pubDate><guid isPermaLink="false">1ac71240-09be-4c78-8269-65bbebf133ee:2966</guid><dc:creator>Yet Another Coding Blog</dc:creator><description>&lt;p&gt;Are you sick of seeing this error?: &amp;quot;Code coverage is not enabled for this test run&amp;quot; I was working on&lt;/p&gt;
&lt;img src="http://neovolve.com/aggbug.aspx?PostID=2966" width="1" height="1"&gt;</description></item><item><title>Things to look at when tracing does not output data</title><link>http://neovolve.com/archive/2006/11/09/So-you-still-can_2700_t-have-a-path-more-than-260-characters_3F003F003F00_.aspx#2958</link><pubDate>Thu, 14 Aug 2008 05:45:39 GMT</pubDate><guid isPermaLink="false">1ac71240-09be-4c78-8269-65bbebf133ee:2958</guid><dc:creator>Rory Primrose</dc:creator><description>&lt;p&gt;There are several issues that can prevent trace data being written. Here are a few of that you might&lt;/p&gt;
&lt;img src="http://neovolve.com/aggbug.aspx?PostID=2958" width="1" height="1"&gt;</description></item><item><title>re: Iterators and the yield statement</title><link>http://neovolve.com/archive/2008/08/13/iterators-and-the-yield-statement.aspx#2955</link><pubDate>Wed, 13 Aug 2008 13:51:02 GMT</pubDate><guid isPermaLink="false">1ac71240-09be-4c78-8269-65bbebf133ee:2955</guid><dc:creator>Jeff C</dc:creator><description>&lt;p&gt;Good example. Stepping through with the debugger shows what yield does.&lt;/p&gt;
&lt;p&gt;Jeff&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://neovolve.com/aggbug.aspx?PostID=2955" width="1" height="1"&gt;</description></item><item><title>re: Binding data to ObjectDataSource parameters</title><link>http://neovolve.com/archive/2006/11/07/Binding-data-to-ObjectDataSource-parameters.aspx#2946</link><pubDate>Thu, 07 Aug 2008 17:47:48 GMT</pubDate><guid isPermaLink="false">1ac71240-09be-4c78-8269-65bbebf133ee:2946</guid><dc:creator>Ferdinand Prantl</dc:creator><description>&lt;p&gt;Thanks for that, hels even today :-)&lt;/p&gt;
&lt;p&gt;I would just use a special control made for this purpose:&lt;/p&gt;
&lt;p&gt;&amp;lt;asp:HiddenField runat=&amp;quot;server&amp;quot; ID=&amp;quot;txtCountryCode&amp;quot; Value=&amp;#39;&amp;lt;%# Eval(&amp;quot;CountryCode&amp;quot;) %&amp;gt;&amp;#39; /&amp;gt;&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;&amp;lt;asp:ControlParameter Name=&amp;quot;countryCode&amp;quot; ControlID=&amp;quot;txtCountryCode&amp;quot; PropertyName=&amp;quot;Value&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://neovolve.com/aggbug.aspx?PostID=2946" width="1" height="1"&gt;</description></item><item><title>re: ComboBox SelectedText without focus</title><link>http://neovolve.com/archive/2007/03/18/combobox-selectedtext-without-focus.aspx#2944</link><pubDate>Wed, 06 Aug 2008 17:38:46 GMT</pubDate><guid isPermaLink="false">1ac71240-09be-4c78-8269-65bbebf133ee:2944</guid><dc:creator>dotNetEMT</dc:creator><description>&lt;p&gt;or simply C# &amp;nbsp;cmbBox.Text&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://neovolve.com/aggbug.aspx?PostID=2944" width="1" height="1"&gt;</description></item><item><title>re: ComboBox SelectedText without focus</title><link>http://neovolve.com/archive/2007/03/18/combobox-selectedtext-without-focus.aspx#2943</link><pubDate>Wed, 06 Aug 2008 17:34:44 GMT</pubDate><guid isPermaLink="false">1ac71240-09be-4c78-8269-65bbebf133ee:2943</guid><dc:creator>dotNetEMT</dc:creator><description>&lt;p&gt;C# &amp;nbsp;cmbBox.GetItemText(cmbBox.SelectedItem)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://neovolve.com/aggbug.aspx?PostID=2943" width="1" height="1"&gt;</description></item><item><title>Hay cosas in</title><link>http://neovolve.com/archive/2007/12/21/bug-found-in-calculating-code-metrics-in-vs2008.aspx#2942</link><pubDate>Wed, 06 Aug 2008 12:56:42 GMT</pubDate><guid isPermaLink="false">1ac71240-09be-4c78-8269-65bbebf133ee:2942</guid><dc:creator>SkunkWorks</dc:creator><description>&lt;img src="http://neovolve.com/aggbug.aspx?PostID=2942" width="1" height="1"&gt;</description></item><item><title>Hay cosas inútiles, cosas totalmente inútiles y Métricas de Código (sobre todo para desarrollo con SharePoint)</title><link>http://neovolve.com/archive/2007/12/21/bug-found-in-calculating-code-metrics-in-vs2008.aspx#2941</link><pubDate>Wed, 06 Aug 2008 12:54:42 GMT</pubDate><guid isPermaLink="false">1ac71240-09be-4c78-8269-65bbebf133ee:2941</guid><dc:creator>SkunkWorks</dc:creator><description>&lt;p&gt;Todos tenemos de esas cosas que nos enervan... cuando empieza a llover (y nos mojamos) en un día de sol&lt;/p&gt;
&lt;img src="http://neovolve.com/aggbug.aspx?PostID=2941" width="1" height="1"&gt;</description></item><item><title>Hay cosas inútiles, cosas totalmente inútiles y Métricas de Código (sobre todo para desarrollo con SharePoint)</title><link>http://neovolve.com/archive/2007/12/21/bug-found-in-calculating-code-metrics-in-vs2008.aspx#2940</link><pubDate>Wed, 06 Aug 2008 12:54:13 GMT</pubDate><guid isPermaLink="false">1ac71240-09be-4c78-8269-65bbebf133ee:2940</guid><dc:creator>SkunkWorks</dc:creator><description>&lt;p&gt;Todos tenemos de esas cosas que nos enervan... cuando empieza a llover (y nos mojamos) en un día de sol&lt;/p&gt;
&lt;img src="http://neovolve.com/aggbug.aspx?PostID=2940" width="1" height="1"&gt;</description></item><item><title>re: Using WinMerge with TFS</title><link>http://neovolve.com/archive/2007/06/19/using-winmerge-with-tfs.aspx#2938</link><pubDate>Tue, 05 Aug 2008 21:30:29 GMT</pubDate><guid isPermaLink="false">1ac71240-09be-4c78-8269-65bbebf133ee:2938</guid><dc:creator>Mark</dc:creator><description>&lt;p&gt;Thanks a ton!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://neovolve.com/aggbug.aspx?PostID=2938" width="1" height="1"&gt;</description></item><item><title>re: Wizard UI framework 1.0.1.0 RC</title><link>http://neovolve.com/archive/2007/02/14/wizard-ui-framework-1-0-1-0-rc.aspx#2930</link><pubDate>Sun, 03 Aug 2008 18:10:34 GMT</pubDate><guid isPermaLink="false">1ac71240-09be-4c78-8269-65bbebf133ee:2930</guid><dc:creator>John "Z-Bo" Zabroski</dc:creator><description>&lt;p&gt;Do you have any reflections on this project after a year and a half has gone by since release 1.0? &amp;nbsp;It looks like only 661 people downloaded the source. &amp;nbsp;Do you think the framework was too complicated for its purpose? &amp;nbsp;Did you try solving the wrong problem? &amp;nbsp;Or are people simply uninformed that this eases a problem they have?&lt;/p&gt;
&lt;p&gt;Personally, I&amp;#39;m not sure I see the value in a framework for creating Wizards.&lt;/p&gt;
&lt;p&gt;Hope I sound critical but fair.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Z-Bo&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://neovolve.com/aggbug.aspx?PostID=2930" width="1" height="1"&gt;</description></item><item><title>Maximum file path length - Windows and TFS</title><link>http://neovolve.com/archive/2006/11/09/So-you-still-can_2700_t-have-a-path-more-than-260-characters_3F003F003F00_.aspx#2929</link><pubDate>Sun, 03 Aug 2008 16:35:41 GMT</pubDate><guid isPermaLink="false">1ac71240-09be-4c78-8269-65bbebf133ee:2929</guid><dc:creator>blog.TroyFarrell.com</dc:creator><description>&lt;p&gt;Maximum file path length - Windows and TFS&lt;/p&gt;
&lt;img src="http://neovolve.com/aggbug.aspx?PostID=2929" width="1" height="1"&gt;</description></item><item><title>re: Where is the Illumicube?</title><link>http://neovolve.com/archive/2006/06/07/1314.aspx#2888</link><pubDate>Tue, 15 Jul 2008 07:17:26 GMT</pubDate><guid isPermaLink="false">1ac71240-09be-4c78-8269-65bbebf133ee:2888</guid><dc:creator>Psud</dc:creator><description>&lt;p&gt;It&amp;#39;s back! Illumicube now lives outside the North end of the Canberra Centre, on Ainsley Avenue.&lt;/p&gt;
&lt;p&gt;Sadly the cube nolonger responds to sound, and its lighting has changed to &amp;quot;energy efficient LED lighting&amp;quot;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://neovolve.com/aggbug.aspx?PostID=2888" width="1" height="1"&gt;</description></item></channel></rss>